Searched refs:mBars (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Drowlayoutpl.cpp67 cbBarInfo* pBar = rowInfo.mBars[ rowInfo.mBars.Count() - 1 ];
92 pBar = rowInfo.mBars[0];
133 for ( i = 0; i != pRow->mBars.Count(); ++i )
135 if ( !pRow->mBars[i]->IsFixed() )
136 pcntSum += pRow->mBars[i]->mLenRatio;
143 for ( i = 0; i != pRow->mBars.Count(); ++i )
145 cbBarInfo& bar = *pRow->mBars[i];
179 for ( i = 0; i != pRow->mBars.Count(); ++i )
181 if ( !pRow->mBars[
[all...]
H A Dupdatesmgr.cpp84 for( size_t k = 0; k != row.mBars.Count(); ++k )
86 cbBarInfo& bar = *row.mBars[ k ];
174 for( size_t k = 0; k != row.mBars.Count(); ++k )
176 if ( WasChanged( row.mBars[k]->mUMgrData,
177 row.mBars[k]->mBoundsInParent )
180 barsToRepaint[nBars++] = row.mBars[k];
200 for( size_t k = 0; k != row.mBars.Count(); ++k )
202 mBarsToRefresh.Append( (wxObject*)row.mBars[k] );
H A Dcontrolbar.cpp1813 if ( mpRow->mBars.GetCount() == 0 )
1818 mpBar = mpRow->mBars[0];
1828 mpBar = mpRow->mBars[0];
2195 for ( i = 0; i != pRow->mBars.Count(); ++i )
2197 PaintBarDecorations( pRow->mBars[i], dc );
2200 for ( i = 0; i != pRow->mBars.Count(); ++i )
2202 PaintBarHandles( pRow->mBars[i], dc );
2258 for ( i = 0; i != pRow->mBars.Count(); ++i )
2259 SizeBar( pRow->mBars[i] );
2297 for ( i = 0; i != pRow->mBars
[all...]
H A Dpanedrawpl.cpp798 for( size_t i = 0; i != pRow->mBars.Count(); ++i )
800 wxRect& bounds = pRow->mBars[i]->mBoundsInParent;
840 for( size_t i = 0; i != pRow->mBars.Count(); ++i )
842 wxRect& bounds = pRow->mBars[i]->mBoundsInParent;
871 for( size_t i = 0; i != pRow->mBars.Count(); ++i )
873 wxRect& bounds = pRow->mBars[i]->mBoundsInParent;
H A Drowdragpl.cpp323 cbBarInfo* pBar = mpRowInFocus->mBars[0];
739 cbBarInfo* pBar = pRow->mBars[0];
811 pNewRow->mBars.Add( pHBInfo->mpBar );
845 if ( pNewRow->mBars.GetCount() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dcontrolbar.h837 BarArrayT mBars; // row content member in class:cbRowInfo
876 { return mBars.GetCount() ? mBars[0] : NULL; }

Completed in 106 milliseconds