• 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:wxFrameLayout

193 cbBarSpy::cbBarSpy( wxFrameLayout* pPanel )
240 /***** Implementation for class wxFrameLayout *****/
242 IMPLEMENT_DYNAMIC_CLASS( wxFrameLayout, wxEvtHandler )
244 BEGIN_EVENT_TABLE( wxFrameLayout, wxEvtHandler )
246 EVT_PAINT ( wxFrameLayout::OnPaint )
247 EVT_SIZE ( wxFrameLayout::OnSize )
248 EVT_LEFT_DOWN ( wxFrameLayout::OnLButtonDown )
249 EVT_LEFT_UP ( wxFrameLayout::OnLButtonUp )
250 EVT_RIGHT_DOWN ( wxFrameLayout::OnRButtonDown )
251 EVT_RIGHT_UP ( wxFrameLayout::OnRButtonUp )
252 EVT_MOTION ( wxFrameLayout::OnMouseMove )
254 EVT_LEFT_DCLICK( wxFrameLayout::OnLDblClick )
256 EVT_IDLE ( wxFrameLayout::OnIdle )
258 EVT_ERASE_BACKGROUND( wxFrameLayout::OnEraseBackground )
264 wxFrameLayout::wxFrameLayout(void)
297 wxFrameLayout::wxFrameLayout( wxWindow* pParentFrame, wxWindow* pFrameClient, bool activateNow )
346 bool wxFrameLayout::CanReparent()
367 void wxFrameLayout::ReparentWindow( wxWindow* pChild, wxWindow* pNewParent )
388 void wxFrameLayout::DestroyBarWindows()
418 void wxFrameLayout::ShowFloatedWindows( bool show )
432 wxFrameLayout::~wxFrameLayout()
499 void wxFrameLayout::EnableFloating( bool enable )
504 void wxFrameLayout::Activate()
513 void wxFrameLayout::Deactivate()
522 void wxFrameLayout::SetFrameClient( wxWindow* pFrameClient )
527 wxWindow* wxFrameLayout::GetFrameClient()
532 cbUpdatesManagerBase& wxFrameLayout::GetUpdatesManager()
540 void wxFrameLayout::SetUpdatesManager( cbUpdatesManagerBase* pUMgr )
550 cbUpdatesManagerBase* wxFrameLayout::CreateUpdatesManager()
556 void wxFrameLayout::AddBar( wxWindow* pBarWnd,
593 bool wxFrameLayout::RedockBar( cbBarInfo* pBar,
637 cbBarInfo* wxFrameLayout::FindBarByName( const wxString& name )
647 cbBarInfo* wxFrameLayout::FindBarByWindow( const wxWindow* pWnd )
657 BarArrayT& wxFrameLayout::GetBars()
662 void wxFrameLayout::SetBarState( cbBarInfo* pBar, int newState, bool updateNow )
764 void wxFrameLayout::InverseVisibility( cbBarInfo* pBar )
803 void wxFrameLayout::ApplyBarProperties( cbBarInfo* pBar )
819 void wxFrameLayout::RepositionFloatedBar( cbBarInfo* pBar )
849 void wxFrameLayout::DoSetBarState( cbBarInfo* pBar )
939 void wxFrameLayout::RemoveBar( cbBarInfo* pBarInfo )
976 bool wxFrameLayout::LocateBar( cbBarInfo* pBarInfo,
1002 void wxFrameLayout::RecalcLayout( bool repositionBarsNow )
1105 int wxFrameLayout::GetClientHeight()
1112 int wxFrameLayout::GetClientWidth()
1119 void wxFrameLayout::PositionClientWindow()
1137 void wxFrameLayout::PositionPanes()
1149 void wxFrameLayout::OnSize( wxSizeEvent& event )
1166 void wxFrameLayout::HideBarWindows()
1182 void wxFrameLayout::UnhookFromFrame()
1243 void wxFrameLayout::HookUpToFrame()
1254 cbDockPane* wxFrameLayout::GetBarPane( cbBarInfo* pBar )
1264 void wxFrameLayout::CreateCursors()
1294 bool wxFrameLayout::HitTestPane( cbDockPane* pPane, int x, int y )
1299 cbDockPane* wxFrameLayout::HitTestPanes( const wxRect& rect,
1320 void wxFrameLayout::ForwardMouseEvent( wxMouseEvent& event,
1357 } // wxFrameLayout::ForwardMouseEvent()
1360 void wxFrameLayout::RouteMouseEvent( wxMouseEvent& event, int pluginEvtType )
1381 void wxFrameLayout::OnRButtonDown( wxMouseEvent& event )
1386 void wxFrameLayout::OnRButtonUp( wxMouseEvent& event )
1391 void wxFrameLayout::OnLButtonDown( wxMouseEvent& event )
1396 void wxFrameLayout::OnLDblClick( wxMouseEvent& event )
1401 void wxFrameLayout::OnLButtonUp( wxMouseEvent& event )
1406 void wxFrameLayout::OnMouseMove( wxMouseEvent& event )
1441 void wxFrameLayout::OnPaint( wxPaintEvent& event )
1463 void wxFrameLayout::OnEraseBackground( wxEraseEvent& WXUNUSED(event) )
1468 void wxFrameLayout::OnIdle( wxIdleEvent& event )
1485 void wxFrameLayout::GetPaneProperties( cbCommonPaneProperties& props, int alignment )
1490 void wxFrameLayout::SetPaneProperties( const cbCommonPaneProperties& props, int paneMask )
1500 void wxFrameLayout::SetMargins( int top, int bottom, int left, int right,
1518 void wxFrameLayout::SetPaneBackground( const wxColour& colour )
1523 void wxFrameLayout::RefreshNow( bool recalcLayout )
1534 void wxFrameLayout::FirePluginEvent( cbPluginEvent& event )
1571 void wxFrameLayout::CaptureEventsForPlugin ( cbPluginBase* pPlugin )
1580 void wxFrameLayout::ReleaseEventsFromPlugin( cbPluginBase* WXUNUSED(pPlugin) )
1588 void wxFrameLayout::CaptureEventsForPane( cbDockPane* toPane )
1598 void wxFrameLayout::ReleaseEventsFromPane( cbDockPane* WXUNUSED(fromPane) )
1608 cbPluginBase& wxFrameLayout::GetTopPlugin()
1617 void wxFrameLayout::SetTopPlugin( cbPluginBase* pPlugin )
1622 bool wxFrameLayout::HasTopPlugin()
1627 void wxFrameLayout::PushPlugin( cbPluginBase* pPlugin )
1644 void wxFrameLayout::PopPlugin()
1655 void wxFrameLayout::PopAllPlugins()
1660 void wxFrameLayout::PushDefaultPlugins()
1669 void wxFrameLayout::AddPlugin( wxClassInfo* pPlInfo, int paneMask )
1683 void wxFrameLayout::AddPluginBefore( wxClassInfo* pNextPlInfo, wxClassInfo* pPlInfo,
1730 void wxFrameLayout::RemovePlugin( wxClassInfo* pPlInfo )
1743 cbPluginBase* wxFrameLayout::FindPlugin( wxClassInfo* pPlInfo )
2075 // list in wxFrameLayout class
2115 cbDockPane::cbDockPane( int alignment, wxFrameLayout* pPanel )
2139 // in wxFrameLayout's destructor, using global control-bar list