Searched refs:GetDirection (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwizevt.tex60 \membersection{wxWizardEvent::GetDirection}\label{wxwizardeventgetdirection}
62 \constfunc{bool}{GetDirection}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/wizard/
H A Dwizard.cpp222 if ( event.GetDirection() && sel == Forward )
225 if ( !event.GetDirection() && sel == Backward )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwizard.h266 bool GetDirection() const { return m_direction; } function in class:wxWizardEvent
H A Devent.h1925 bool GetDirection() const function in class:wxNavigationKeyEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcontainr.cpp337 const bool forward = event.GetDirection();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dnotebook.cpp1112 AdvanceSelection(event.GetDirection());
1144 (!event.GetDirection() || isFromSelf) )
1168 if ( !event.GetDirection() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dnotebmac.cpp493 AdvanceSelection( event.GetDirection() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dnotebmac.cpp562 AdvanceSelection(event.GetDirection());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dnotebook.cpp767 AdvanceSelection(rEvent.GetDirection());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dnotebook.cpp576 AdvanceSelection(event.GetDirection());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dnotebook.cpp780 AdvanceSelection( event.GetDirection() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dnotebook.cpp826 AdvanceSelection( event.GetDirection() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUPnPBase.h285 const std::string &GetDirection() const function in class:CUPnPArgument
H A DUPnPBase.cpp614 if (tolower(argument.GetDirection()[0]) != 'i' ||
615 tolower(argument.GetDirection()[1]) != 'n') {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibook.cpp4321 AdvanceSelection(event.GetDirection());
4353 (!event.GetDirection() || isFromSelf) )
4377 if ( !event.GetDirection() )

Completed in 160 milliseconds