• 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 refs:cbRowDragPlugin

3 // Purpose:     cbRowDragPlugin implementation.
42 /***** Implementation for class cbRowDragPlugin *****/
44 IMPLEMENT_DYNAMIC_CLASS( cbRowDragPlugin, cbPluginBase )
46 BEGIN_EVENT_TABLE( cbRowDragPlugin, cbPluginBase )
48 EVT_PL_LEFT_DOWN ( cbRowDragPlugin::OnLButtonDown )
49 EVT_PL_LEFT_UP ( cbRowDragPlugin::OnLButtonUp )
50 EVT_PL_MOTION ( cbRowDragPlugin::OnMouseMove )
52 EVT_PL_DRAW_PANE_DECOR ( cbRowDragPlugin::OnDrawPaneBackground )
58 cbRowDragPlugin::cbRowDragPlugin(void)
85 cbRowDragPlugin::cbRowDragPlugin( wxFrameLayout* pLayout, int paneMask )
114 cbRowDragPlugin::~cbRowDragPlugin()
119 void cbRowDragPlugin::OnMouseMove( cbMotionEvent& event )
238 void cbRowDragPlugin::OnLButtonDown( cbLeftDownEvent& event )
261 void cbRowDragPlugin::OnLButtonUp ( cbLeftUpEvent& event )
366 void cbRowDragPlugin::OnDrawPaneBackground ( cbDrawPaneDecorEvent& event )
410 int cbRowDragPlugin::GetHRowsCountForPane( cbDockPane* pPane )
430 int cbRowDragPlugin::GetCollapsedRowIconHeight()
435 int cbRowDragPlugin::GetRowDragHintWidth()
440 void cbRowDragPlugin::SetPaneMargins()
473 void cbRowDragPlugin::OnInitPlugin()
489 void cbRowDragPlugin::SetMouseCapture( bool captureOn )
507 void cbRowDragPlugin::UnhighlightItemInFocus()
520 void cbRowDragPlugin::ShowDraggedRow( int offset )
593 wxBitmap* cbRowDragPlugin::CaptureDCArea( wxDC& dc, wxRect& area )
606 void cbRowDragPlugin::PrepareForRowDrag()
688 void cbRowDragPlugin::DrawEmptyRow( wxDC& dc, wxRect& rowBounds )
703 void cbRowDragPlugin::ShowPaneImage()
719 void cbRowDragPlugin::FinishOnScreenDraw()
733 void cbRowDragPlugin::CollapseRow( cbRowInfo* pRow )
788 void cbRowDragPlugin::ExpandRow( int collapsedIconIdx )
887 void cbRowDragPlugin::InsertDraggedRowBefore( cbRowInfo* pBeforeRow )
908 bool cbRowDragPlugin::ItemIsInFocus()
913 void cbRowDragPlugin::CheckPrevItemInFocus( cbRowInfo* pRow, int iconIdx )
932 cbRowInfo* cbRowDragPlugin::GetFirstRow()
941 void cbRowDragPlugin::DrawTrianUp( wxRect& inRect, wxDC& dc )
968 void cbRowDragPlugin::DrawTrianDown( wxRect& inRect, wxDC& dc )
995 void cbRowDragPlugin::DrawTrianRight( wxRect& inRect, wxDC& dc )
1022 void cbRowDragPlugin::Draw3DPattern( wxRect& inRect, wxDC& dc )
1035 void cbRowDragPlugin::DrawRombShades( wxPoint& p1, wxPoint& p2,
1047 void cbRowDragPlugin::DrawOrtoRomb( wxRect& inRect, wxDC& dc, const wxBrush& bkBrush )
1108 void cbRowDragPlugin::DrawRomb( wxRect& inRect, wxDC& dc, const wxBrush& bkBrush )
1169 void cbRowDragPlugin::DrawRectShade( wxRect& inRect, wxDC& dc,
1195 void cbRowDragPlugin::Draw3DRect( wxRect& inRect, wxDC& dc, const wxBrush& bkBrush )
1206 int cbRowDragPlugin::GetCollapsedIconsPos()
1229 void cbRowDragPlugin::GetRowHintRect( cbRowInfo* pRow, wxRect& rect )
1249 void cbRowDragPlugin::GetCollapsedInconRect( int iconIdx, wxRect& rect )
1279 void cbRowDragPlugin::DrawCollapsedRowIcon( int index, wxDC& dc, bool isHighlighted )
1345 void cbRowDragPlugin::DrawRowDragHint( cbRowInfo* pRow , wxDC& dc, bool isHighlighted )
1398 void cbRowDragPlugin::DrawRowsDragHintsBorder( wxDC& WXUNUSED(dc) )
1403 void cbRowDragPlugin::DrawCollapsedRowsBorder( wxDC& dc )
1436 bool cbRowDragPlugin::HitTestCollapsedRowIcon( int iconIdx, const wxPoint& pos )
1444 bool cbRowDragPlugin::HitTestRowDragHint( cbRowInfo* pRow, const wxPoint& pos )