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

Lines Matching refs:pPane

567     bool HitTestPane( cbDockPane* pPane, int x, int y );
1510 virtual void OnPaneMarginsWillChange( cbDockPane* WXUNUSED(pPane) ) {}
1516 virtual void OnPaneWillChange( cbDockPane* WXUNUSED(pPane) ) {}
1547 cbPluginEvent( wxEventType eventType, cbDockPane* pPane )
1548 : mpPane( pPane )
1772 cbLeftDownEvent( const wxPoint& pos, cbDockPane* pPane )
1774 : cbPluginEvent( cbEVT_PL_LEFT_DOWN, pPane ),
1790 cbLeftUpEvent( const wxPoint& pos, cbDockPane* pPane )
1792 : cbPluginEvent( cbEVT_PL_LEFT_UP, pPane ),
1808 cbRightDownEvent( const wxPoint& pos, cbDockPane* pPane )
1810 : cbPluginEvent( cbEVT_PL_RIGHT_DOWN, pPane ),
1826 cbRightUpEvent( const wxPoint& pos, cbDockPane* pPane )
1828 : cbPluginEvent( cbEVT_PL_RIGHT_UP, pPane ),
1844 cbMotionEvent( const wxPoint& pos, cbDockPane* pPane )
1846 : cbPluginEvent( cbEVT_PL_MOTION, pPane ),
1862 cbLeftDClickEvent( const wxPoint& pos, cbDockPane* pPane )
1864 : cbPluginEvent( cbEVT_PL_LEFT_DCLICK, pPane ),
1880 cbLayoutRowEvent( cbRowInfo* pRow, cbDockPane* pPane )
1882 : cbPluginEvent( cbEVT_PL_LAYOUT_ROW, pPane ),
1900 cbResizeRowEvent( cbRowInfo* pRow, int handleOfs, bool forUpperHandle, cbDockPane* pPane )
1902 : cbPluginEvent( cbEVT_PL_RESIZE_ROW, pPane ),
1919 cbLayoutRowsEvent( cbDockPane* pPane )
1921 : cbPluginEvent( cbEVT_PL_LAYOUT_ROWS, pPane )
1937 cbInsertBarEvent( cbBarInfo* pBar, cbRowInfo* pIntoRow, cbDockPane* pPane )
1939 : cbPluginEvent( cbEVT_PL_INSERT_BAR, pPane ),
1958 cbResizeBarEvent( cbBarInfo* pBar, cbRowInfo* pRow, cbDockPane* pPane )
1960 : cbPluginEvent( cbEVT_PL_RESIZE_BAR, pPane ),
1977 cbRemoveBarEvent( cbBarInfo* pBar, cbDockPane* pPane )
1979 : cbPluginEvent( cbEVT_PL_REMOVE_BAR, pPane ),
1996 cbSizeBarWndEvent( cbBarInfo* pBar, cbDockPane* pPane )
1998 : cbPluginEvent( cbEVT_PL_SIZE_BAR_WND, pPane ),
2017 cbDrawBarDecorEvent( cbBarInfo* pBar, wxDC& dc, cbDockPane* pPane )
2019 : cbPluginEvent( cbEVT_PL_DRAW_BAR_DECOR, pPane ),
2038 cbDrawRowDecorEvent( cbRowInfo* pRow, wxDC& dc, cbDockPane* pPane )
2040 : cbPluginEvent( cbEVT_PL_DRAW_ROW_DECOR, pPane ),
2057 cbDrawPaneDecorEvent( wxDC& dc, cbDockPane* pPane )
2059 : cbPluginEvent( cbEVT_PL_DRAW_PANE_DECOR, pPane ),
2076 cbDrawBarHandlesEvent( cbBarInfo* pBar, wxDC& dc, cbDockPane* pPane )
2078 : cbPluginEvent( cbEVT_PL_DRAW_BAR_HANDLES, pPane ),
2096 cbDrawRowHandlesEvent( cbRowInfo* pRow, wxDC& dc, cbDockPane* pPane )
2098 : cbPluginEvent( cbEVT_PL_DRAW_ROW_HANDLES, pPane ),
2116 cbDrawRowBkGroundEvent( cbRowInfo* pRow, wxDC& dc, cbDockPane* pPane )
2118 : cbPluginEvent( cbEVT_PL_DRAW_ROW_BKGROUND, pPane ),
2135 cbDrawPaneBkGroundEvent( wxDC& dc, cbDockPane* pPane )
2137 : cbPluginEvent( cbEVT_PL_DRAW_PANE_BKGROUND, pPane ),
2154 cbStartBarDraggingEvent( cbBarInfo* pBar, const wxPoint& pos, cbDockPane* pPane )
2156 : cbPluginEvent( cbEVT_PL_START_BAR_DRAGGING, pPane ),
2205 cbStartDrawInAreaEvent( const wxRect& area, wxDC** ppDCForArea, cbDockPane* pPane )
2207 : cbPluginEvent( cbEVT_PL_START_DRAW_IN_AREA, pPane ),
2224 cbFinishDrawInAreaEvent( const wxRect& area, cbDockPane* pPane )
2226 : cbPluginEvent( cbEVT_PL_FINISH_DRAW_IN_AREA, pPane ),
2243 cbCustomizeBarEvent( cbBarInfo* pBar, const wxPoint& clickPos, cbDockPane* pPane )
2245 : cbPluginEvent( cbEVT_PL_CUSTOMIZE_BAR, pPane ),