• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/

Lines Matching defs:cbRowLayoutPlugin

3 // Purpose:     cbRowLayoutPlugin implementation.
28 /***** Implementation for class cbRowLayoutPlugin *****/
30 IMPLEMENT_DYNAMIC_CLASS( cbRowLayoutPlugin, cbPluginBase )
32 BEGIN_EVENT_TABLE( cbRowLayoutPlugin, cbPluginBase )
34 EVT_PL_LAYOUT_ROW ( cbRowLayoutPlugin::OnLayoutRow )
35 EVT_PL_LAYOUT_ROWS( cbRowLayoutPlugin::OnLayoutRows )
36 EVT_PL_RESIZE_ROW ( cbRowLayoutPlugin::OnResizeRow )
38 EVT_PL_INSERT_BAR ( cbRowLayoutPlugin::OnInsertBar )
39 EVT_PL_REMOVE_BAR ( cbRowLayoutPlugin::OnRemoveBar )
43 cbRowLayoutPlugin::cbRowLayoutPlugin(void)
47 cbRowLayoutPlugin::cbRowLayoutPlugin( wxFrameLayout* pPanel, int paneMask )
53 void cbRowLayoutPlugin::CheckIfAtTheBoundary( cbBarInfo* pTheBar, cbRowInfo& rowInfo )
115 void cbRowLayoutPlugin::ExpandNotFixedBars( cbRowInfo* pRow )
162 void cbRowLayoutPlugin::AdjustLengthOfInserted( cbRowInfo* WXUNUSED(pRow), cbBarInfo* WXUNUSED(pTheBar) )
215 void cbRowLayoutPlugin::FitBarsToRange( int from, int till,
318 void cbRowLayoutPlugin::MinimzeNotFixedBars( cbRowInfo* pRow, cbBarInfo* pBarToPreserve )
328 int cbRowLayoutPlugin::GetRowFreeSpace( cbRowInfo* pRow )
344 void cbRowLayoutPlugin::RecalcLengthRatios( cbRowInfo* pRow )
397 void cbRowLayoutPlugin::ApplyLengthRatios( cbRowInfo* pRow )
502 void cbRowLayoutPlugin::DetectBarHandles( cbRowInfo* pRow )
553 void cbRowLayoutPlugin::RelayoutNotFixedBarsAround( cbBarInfo* pTheBar, cbRowInfo* pRow )
584 void cbRowLayoutPlugin::LayoutItemsVertically( cbRowInfo& row )
604 int cbRowLayoutPlugin::CalcRowHeight( cbRowInfo& row )
616 void cbRowLayoutPlugin::StickRightSideBars( cbBarInfo* pToBar )
633 void cbRowLayoutPlugin::SlideLeftSideBars( cbBarInfo* pTheBar )
655 void cbRowLayoutPlugin::SlideRightSideBars( cbBarInfo* pTheBar )
677 void cbRowLayoutPlugin::ShiftLeftTrashold( cbBarInfo* WXUNUSED(pTheBar), cbRowInfo& row )
689 void cbRowLayoutPlugin::ShiftRightTrashold( cbBarInfo* pTheBar, cbRowInfo& row )
795 void cbRowLayoutPlugin::InsertBefore( cbBarInfo* pBeforeBar,
808 void cbRowLayoutPlugin::DoInsertBar( cbBarInfo* pTheBar, cbRowInfo& row )
864 void cbRowLayoutPlugin::OnInsertBar( cbInsertBarEvent& event )
945 void cbRowLayoutPlugin::OnRemoveBar ( cbRemoveBarEvent& event )
994 void cbRowLayoutPlugin::OnLayoutRow( cbLayoutRowEvent& event )
1035 void cbRowLayoutPlugin::OnLayoutRows( cbLayoutRowsEvent& event )
1097 void cbRowLayoutPlugin::OnResizeRow( cbResizeRowEvent& event )