Searched refs:pTheBar (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Drowlayoutpl.h30 void FitBarsToRange( int from, int till, cbBarInfo* pTheBar, cbRowInfo* pRow );
33 void RelayoutNotFixedBarsAround( cbBarInfo* pTheBar, cbRowInfo* pRow );
52 void AdjustLengthOfInserted( cbRowInfo* pRow, cbBarInfo* pTheBar );
59 void CheckIfAtTheBoundary( cbBarInfo* pTheBar, cbRowInfo& rowInfo );
74 void SlideLeftSideBars ( cbBarInfo* pTheBar );
77 void SlideRightSideBars( cbBarInfo* pTheBar );
81 void ShiftLeftTrashold ( cbBarInfo* pTheBar, cbRowInfo& row );
84 void ShiftRightTrashold( cbBarInfo* pTheBar, cbRowInfo& row );
89 cbBarInfo* pTheBar,
94 void DoInsertBar( cbBarInfo* pTheBar, cbRowInf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Drowlayoutpl.cpp53 void cbRowLayoutPlugin::CheckIfAtTheBoundary( cbBarInfo* pTheBar, cbRowInfo& rowInfo ) argument
63 if ( !pTheBar->IsFixed() || rowInfo.mHasOnlyFixedBars )
84 if ( pBar == pTheBar ) break;
108 if ( pBar == pTheBar ) break;
162 void cbRowLayoutPlugin::AdjustLengthOfInserted( cbRowInfo* WXUNUSED(pRow), cbBarInfo* WXUNUSED(pTheBar) )
170 // pTheBar is not-fixed
185 double curWidth = pTheBar->mBounds.width;
189 pTheBar->mBounds.width = int( mpPane->mPaneWidth * (curWidth / double(totalLen)) );
203 // if no longer "balanced", assume that `pTheBar' was previously
208 pTheBar
215 FitBarsToRange( int from, int till, cbBarInfo* pTheBar, cbRowInfo* pRow ) argument
553 RelayoutNotFixedBarsAround( cbBarInfo* pTheBar, cbRowInfo* pRow ) argument
689 ShiftRightTrashold( cbBarInfo* pTheBar, cbRowInfo& row ) argument
795 InsertBefore( cbBarInfo* pBeforeBar, cbBarInfo* pTheBar, cbRowInfo& row ) argument
808 DoInsertBar( cbBarInfo* pTheBar, cbRowInfo& row ) argument
[all...]

Completed in 22 milliseconds