Searched refs:evtType (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dvscroll.cpp447 const wxEventType evtType = event.GetEventType(); local
449 if ( evtType == wxEVT_SCROLLWIN_TOP )
453 else if ( evtType == wxEVT_SCROLLWIN_BOTTOM )
457 else if ( evtType == wxEVT_SCROLLWIN_LINEUP )
461 else if ( evtType == wxEVT_SCROLLWIN_LINEDOWN )
465 else if ( evtType == wxEVT_SCROLLWIN_PAGEUP )
469 else if ( evtType == wxEVT_SCROLLWIN_PAGEDOWN )
475 else if ( evtType == wxEVT_SCROLLWIN_THUMBRELEASE )
479 else if ( evtType == wxEVT_SCROLLWIN_THUMBTRACK )
H A Dfdrepdlg.cpp226 void wxGenericFindReplaceDialog::SendEvent(const wxEventType& evtType) argument
228 wxFindDialogEvent event(evtType, GetId());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dpower.h52 wxPowerEvent(wxEventType evtType) : wxEvent(wxID_NONE, evtType) argument
H A Dtaskbar.h74 wxTaskBarIconEvent(wxEventType evtType, wxTaskBarIcon *tbIcon) argument
75 : wxEvent(wxID_ANY, evtType)
H A Dmediactrl.h377 void QueueEvent(wxEventType evtType);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dfdrepdlg.h46 void SendEvent(const wxEventType& evtType);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dslider.cpp49 ProcessScrollEvent(wxSlider *win, wxEventType evtType, double dvalue) argument
55 wxScrollEvent event( evtType, win->GetId(), value, orient );
59 if ( evtType != wxEVT_SCROLL_THUMBTRACK )
91 wxEventType evtType;
92 evtType = GtkScrollTypeToWx(GET_SCROLL_TYPE(win->m_widget));
94 ProcessScrollEvent(win, evtType, dvalue);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dfdrepdlg.cpp254 wxEventType evtType; local
264 evtType = wxEVT_COMMAND_FIND_CLOSE;
268 evtType = wxEVT_COMMAND_FIND_NEXT;
272 evtType = wxEVT_COMMAND_FIND_REPLACE;
278 evtType = wxEVT_COMMAND_FIND_REPLACE_ALL;
297 wxFindDialogEvent event(evtType, dialog->GetId());
H A Dlistbox.cpp707 wxEventType evtType; local
713 evtType = wxEVT_COMMAND_LISTBOX_SELECTED;
730 evtType = wxEVT_COMMAND_LISTBOX_DOUBLECLICKED;
750 evtType = wxEVT_COMMAND_LISTBOX_SELECTED;
757 evtType = wxEVT_COMMAND_LISTBOX_DOUBLECLICKED;
771 wxCommandEvent event(evtType, m_windowId);
H A Dframe.cpp1013 bool wxFrame::HandleMenuLoop(const wxEventType& evtType, WXWORD isPopup) argument
1017 wxMenuEvent event(evtType, isPopup ? -1 : 0);
H A Dwindow.cpp4147 wxEventType evtType;
4151 evtType = wxEVT_POWER_SUSPENDING;
4155 evtType = wxEVT_POWER_SUSPEND_CANCEL;
4159 evtType = wxEVT_POWER_SUSPENDED;
4166 evtType = wxEVT_POWER_RESUME;
4182 evtType = wxEVT_NULL;
4187 if ( evtType == wxEVT_NULL )
4192 wxPowerEvent event(evtType);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dslider.cpp36 ProcessScrollEvent(wxSlider *win, wxEventType evtType) argument
45 if ( evtType != wxEVT_NULL )
47 wxScrollEvent event( evtType, win->GetId(), value, orient );
54 if ( evtType != wxEVT_SCROLL_THUMBTRACK )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dframe.h63 bool HandleMenuLoop(const wxEventType& evtType, WXWORD isPopup);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcombocmn.cpp665 int evtType = event.GetEventType(); local
668 if ( evtType == wxEVT_MOTION ||
669 evtType == wxEVT_LEFT_DOWN ||
670 evtType == wxEVT_RIGHT_DOWN )
679 else if ( evtType == wxEVT_LEFT_UP )
1555 int evtType = event.GetEventType(); local
1561 ( evtType == wxEVT_LEFT_DOWN || evtType == wxEVT_RIGHT_DOWN ) )
1570 if ( evtType == wxEVT_LEFT_DOWN && t < m_timeCanAcceptClick )
1581 int evtType local
[all...]
H A Dmediactrlcmn.cpp521 void wxMediaBackendCommonBase::QueueEvent(wxEventType evtType) argument
523 wxMediaEvent theEvent(evtType, m_ctrl->GetId());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dframe.h87 bool HandleMenuLoop(const wxEventType& evtType, WXWORD isPopup);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dlistbox.cpp521 wxEventType evtType;
524 evtType = wxEVT_COMMAND_LISTBOX_DOUBLECLICKED;
526 evtType = wxEVT_COMMAND_LISTBOX_SELECTED;
529 wxCommandEvent event (evtType, item->GetId());

Completed in 125 milliseconds