Searched refs:PerformAction (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dbutton.cpp288 bool wxButton::PerformAction(const wxControlAction& action, function in class:wxButton
301 return wxControl::PerformAction(action, numArg, strArg);
356 consumer->PerformAction(wxACTION_BUTTON_TOGGLE);
383 consumer->PerformAction(wxACTION_BUTTON_PRESS);
398 consumer->PerformAction(wxACTION_BUTTON_TOGGLE);
426 consumer->PerformAction(wxACTION_BUTTON_RELEASE);
440 consumer->PerformAction(wxACTION_BUTTON_PRESS);
H A Dtoolbar.cpp709 bool wxToolBar::PerformAction(const wxControlAction& action,
719 PerformAction( wxACTION_BUTTON_RELEASE, numArg );
721 PerformAction( wxACTION_BUTTON_CLICK, numArg );
732 PerformAction( wxACTION_TOOLBAR_RELEASE, numArg );
737 PerformAction( wxACTION_TOOLBAR_LEAVE, numArg );
799 return wxControl::PerformAction(action, numArg, strArg);
852 consumer->PerformAction( wxACTION_BUTTON_PRESS, tool->GetId() );
867 consumer->PerformAction( wxACTION_BUTTON_TOGGLE, m_toolCapture->GetId() );
869 consumer->PerformAction( wxACTION_TOOLBAR_LEAVE, m_toolCapture->GetId() );
911 consumer->PerformAction( wxACTION_BUTTON_PRES
[all...]
H A Dchecklst.cpp218 bool wxCheckListBox::PerformAction(const wxControlAction& action, function in class:wxCheckListBox
239 return wxListBox::PerformAction(action, numArg, strArg);
268 consumer->PerformAction(wxACTION_CHECKLISTBOX_TOGGLE);
294 lbox->PerformAction(wxACTION_CHECKLISTBOX_TOGGLE, item);
H A Dinpcons.cpp109 bool wxInputConsumer::PerformAction(const wxControlAction& WXUNUSED(action),
H A Dspinbutt.cpp274 PerformAction(action);
344 bool wxSpinButton::PerformAction(const wxControlAction& action, function in class:wxSpinButton
353 return wxControl::PerformAction(action, numArg, strArg);
398 consumer->PerformAction(action);
H A Dslider.cpp768 bool wxSlider::PerformAction(const wxControlAction& action, function in class:wxSlider
829 return wxControl::PerformAction(action, numArg, strArg);
967 PerformAction(wxACTION_SLIDER_THUMB_DRAG, m_max - pos);
971 PerformAction(wxACTION_SLIDER_THUMB_DRAG, pos);
979 PerformAction(wxACTION_SLIDER_THUMB_MOVE, m_max - pos);
983 PerformAction(wxACTION_SLIDER_THUMB_MOVE, pos);
991 PerformAction(wxACTION_SLIDER_THUMB_RELEASE, m_max - pos);
995 PerformAction(wxACTION_SLIDER_THUMB_RELEASE, pos);
1007 PerformAction(wxACTION_SLIDER_PAGE_CHANGE, pageInc);
1056 consumer->PerformAction(actio
[all...]
H A Dscrolbar.cpp717 PerformAction(arrow == wxScrollArrows::Arrow_First
725 bool wxScrollBar::PerformAction(const wxControlAction& action, function in class:wxScrollBar
790 return wxControl::PerformAction(action, numArg, strArg);
917 scrollbar->PerformAction(action);
961 scrollbar->PerformAction(wxACTION_SCROLL_THUMB_MOVE, thumbPos);
986 consumer->PerformAction(action);
1040 consumer->PerformAction(wxACTION_SCROLL_THUMB_DRAG);
1082 scrollbar->PerformAction(wxACTION_SCROLL_THUMB_RELEASE);
H A Dcombobox.cpp86 bool PerformAction(const wxControlAction& action,
159 bool wxComboListBox::PerformAction(const wxControlAction& action, function in class:wxComboListBox
172 return wxListBox::PerformAction(action, numArg, strArg);
542 consumer->PerformAction(action);
H A Dtopluniv.cpp717 bool wxTopLevelWindow::PerformAction(const wxControlAction& action, function in class:wxTopLevelWindow
787 ret = PerformAction(wxACTION_TOPLEVEL_BUTTON_CLICK,
797 ret = PerformAction(wxACTION_TOPLEVEL_BUTTON_CLICK,
801 ret = PerformAction(wxACTION_TOPLEVEL_BUTTON_CLICK,
805 ret = PerformAction(wxACTION_TOPLEVEL_BUTTON_CLICK,
863 consumer->PerformAction(wxACTION_TOPLEVEL_BUTTON_PRESS, m_winPressed);
868 consumer->PerformAction(wxACTION_TOPLEVEL_MOVE);
874 consumer->PerformAction(wxACTION_TOPLEVEL_RESIZE, hit);
888 consumer->PerformAction(wxACTION_TOPLEVEL_BUTTON_CLICK, m_winPressed);
910 consumer->PerformAction(wxACTION_TOPLEVEL_BUTTON_RELEAS
[all...]
H A Dlistbox.cpp1192 bool wxListBox::PerformAction(const wxControlAction& action,
1253 return wxControl::PerformAction(action, numArg, strArg);
1360 lbox->PerformAction(wxACTION_LISTBOX_ANCHOR, item);
1370 lbox->PerformAction(wxACTION_LISTBOX_ANCHOR, item);
1455 consumer->PerformAction(action, -1, strArg);
1462 consumer->PerformAction(wxACTION_LISTBOX_SELECT);
1467 consumer->PerformAction(wxACTION_LISTBOX_EXTENDSEL);
1471 consumer->PerformAction(wxACTION_LISTBOX_SELECT);
1472 consumer->PerformAction(wxACTION_LISTBOX_ANCHOR);
1522 lbox->PerformAction(actio
[all...]
H A Dcheckbox.cpp322 bool wxCheckBox::PerformAction(const wxControlAction& action, function in class:wxCheckBox
337 return wxControl::PerformAction(action, numArg, strArg);
H A Dnotebook.cpp100 m_nb->PerformAction(wxACTION_NOTEBOOK_GOTO, event.GetPosition());
1329 bool wxNotebook::PerformAction(const wxControlAction& action, function in class:wxNotebook
1340 return wxControl::PerformAction(action, numArg, strArg);
1408 return consumer->PerformAction(action, page);
1424 consumer->PerformAction(wxACTION_NOTEBOOK_GOTO, page);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dchecklst.h77 virtual bool PerformAction(const wxControlAction& action,
H A Dinpcons.h51 // NB: we might use ellipsis in PerformAction() declaration but this
56 virtual bool PerformAction(const wxControlAction& action,
H A Dbutton.h103 virtual bool PerformAction(const wxControlAction& action,
H A Dcheckbox.h95 virtual bool PerformAction(const wxControlAction& action,
H A Dspinbutt.h61 virtual bool PerformAction(const wxControlAction& action,
H A Dtoolbar.h72 virtual bool PerformAction(const wxControlAction& action,
H A Dnotebook.h113 virtual bool PerformAction(const wxControlAction& action,
H A Dslider.h124 virtual bool PerformAction(const wxControlAction& action,
H A Dtoplevel.h142 virtual bool PerformAction(const wxControlAction& action,
H A Dlistbox.h182 virtual bool PerformAction(const wxControlAction& action,
H A Dscrolbar.h95 virtual bool PerformAction(const wxControlAction& action,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcombo.h76 virtual bool PerformAction(const wxControlAction& action,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcombog.cpp446 bool wxGenericComboCtrl::PerformAction(const wxControlAction& action, function in class:wxGenericComboCtrl
473 return wxControl::PerformAction(action, numArg, strArg);

Completed in 87 milliseconds

12