Searched refs:GetModifiers (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dkeyevent.tex86 \textbf{Deprecated: } Please use \helpref{GetModifiers}{wxkeyeventgetmodifiers}
96 \textbf{Deprecated: } Please use \helpref{GetModifiers}{wxkeyeventgetmodifiers}
116 \textbf{Deprecated: } Please use \helpref{GetModifiers}{wxkeyeventgetmodifiers}
126 \textbf{Deprecated: } Please use \helpref{GetModifiers}{wxkeyeventgetmodifiers}
163 Notice that \helpref{GetModifiers}{wxkeyeventgetmodifiers} is easier to use
186 Notice that \helpref{GetModifiers}{wxkeyeventgetmodifiers} is easier to use
205 \membersection{wxKeyEvent::GetModifiers}\label{wxkeyeventgetmodifiers}
207 \constfunc{int}{GetModifiers}{\void}
228 if ( GetModifiers() == wxMOD_CONTROL )
308 Notice that \helpref{GetModifiers}{wxkeyeventgetmodifier
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddialog.cpp90 if ( event.GetKeyCode() == '.' && event.GetModifiers() == wxMOD_CMD )
H A Dtextctrl.cpp823 if ( key == 'a' && event.GetModifiers() == wxMOD_CMD )
830 if ( key == 'c' && event.GetModifiers() == wxMOD_CMD )
863 if ( key == 'v' && event.GetModifiers() == wxMOD_CMD )
871 if ( key == 'x' && event.GetModifiers() == wxMOD_CMD )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DFormat.cpp364 wxString CFormat::GetModifiers(FormatList::const_iterator it) const function in class:CFormat
403 it->result = wxString::Format(GetModifiers(it) + it->type, value);
438 it->result = wxString::Format(GetModifiers(it) + it->type, value);
475 it->result = wxString::Format(GetModifiers(it) + WXLONGLONGFMTSPEC + it->type, value);
510 it->result = wxString::Format(GetModifiers(it) + WXLONGLONGFMTSPEC + it->type, value);
H A DFormat.h164 wxString GetModifiers(FormatList::const_iterator it) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddlgcmn.cpp467 event.GetModifiers() == wxMOD_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp1979 if ( event.GetModifiers() == wxMOD_CONTROL && IsRich() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h3436 int GetModifiers() const { return m_modifiers; } function in class:wxStyledTextEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Devent.h944 // "GetModifiers() = wxMOD_CONTROL" is easier to write than "ControlDown()
946 int GetModifiers() const function in class:wxKeyEvent

Completed in 212 milliseconds