Searched refs:toolBase (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtbargtk.cpp393 bool wxToolBar::DoInsertTool(size_t pos, wxToolBarToolBase *toolBase) argument
395 wxToolBarTool* tool = wx_static_cast(wxToolBarTool*, toolBase);
514 bool wxToolBar::DoDeleteTool(size_t pos, wxToolBarToolBase *toolBase) argument
516 wxToolBarTool* tool = wx_static_cast(wxToolBarTool*, toolBase);
547 void wxToolBar::DoEnableTool(wxToolBarToolBase *toolBase, bool enable) argument
549 wxToolBarTool* tool = wx_static_cast(wxToolBarTool*, toolBase);
557 void wxToolBar::DoToggleTool( wxToolBarToolBase *toolBase, bool toggle ) argument
559 wxToolBarTool* tool = wx_static_cast(wxToolBarTool*, toolBase);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dtbargtk.cpp345 bool wxToolBar::DoInsertTool(size_t pos, wxToolBarToolBase *toolBase) argument
347 wxToolBarTool *tool = (wxToolBarTool *)toolBase;
484 bool wxToolBar::DoDeleteTool(size_t pos, wxToolBarToolBase *toolBase) argument
486 wxToolBarTool *tool = (wxToolBarTool *)toolBase;
507 void wxToolBar::DoEnableTool(wxToolBarToolBase *toolBase, bool enable) argument
509 wxToolBarTool *tool = (wxToolBarTool *)toolBase;
517 void wxToolBar::DoToggleTool( wxToolBarToolBase *toolBase, bool toggle ) argument
519 wxToolBarTool *tool = (wxToolBarTool *)toolBase;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dtoolbar.cpp584 void wxToolBar::DoEnableTool(wxToolBarToolBase *toolBase, bool enable) argument
586 wxToolBarTool *tool = (wxToolBarTool *)toolBase;
595 void wxToolBar::DoToggleTool(wxToolBarToolBase *toolBase, bool toggle) argument
597 wxToolBarTool *tool = (wxToolBarTool *)toolBase;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dbuttonbar.cpp283 wxRect wxButtonToolBar::GetToolRect(wxToolBarToolBase *toolBase) const
285 const wxButtonToolBarTool *tool = (wxButtonToolBarTool *)toolBase;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp185 wxToolBarToolBase *toolBase)
187 wxToolBarToolSimple *tool = (wxToolBarToolSimple *)toolBase;
503 void wxToolBarSimple::DrawTool(wxDC& dc, wxToolBarToolBase *toolBase) argument
505 wxToolBarToolSimple *tool = (wxToolBarToolSimple *)toolBase;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtoolbar.cpp340 wxRect wxToolBar::GetToolRect(wxToolBarToolBase *toolBase) const
342 const wxToolBarTool *tool = (wxToolBarTool *)toolBase;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoolbar.cpp1481 bool wxToolBar::DoInsertTool(size_t WXUNUSED(pos), wxToolBarToolBase *toolBase)
1483 wxToolBarTool *tool = wx_static_cast( wxToolBarTool*, toolBase );

Completed in 194 milliseconds