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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Didleevt.tex16 overhead in your application, you can call \helpref{wxIdleEvent::SetMode}{wxidleeventsetmode} with
59 This function looks at the mode used (see \helpref{wxIdleEvent::SetMode}{wxidleeventsetmode}),
67 \helpref{wxIdleEvent::SetMode}{wxidleeventsetmode}
77 See \helpref{wxIdleEvent::SetMode}{wxidleeventsetmode}.
103 \membersection{wxIdleEvent::SetMode}\label{wxidleeventsetmode}
105 \func{static void}{SetMode}{\param{wxIdleMode }{mode}}
H A Dupduievt.tex53 \item Call \helpref{wxUpdateUIEvent::SetMode}{wxupdateuieventsetmode} with
91 This function looks at the mode used (see \helpref{wxUpdateUIEvent::SetMode}{wxupdateuieventsetmode}),
105 \helpref{wxUpdateUIEvent::SetMode}{wxupdateuieventsetmode}
181 See \helpref{wxUpdateUIEvent::SetMode}{wxupdateuieventsetmode}.
205 \helpref{wxUpdateUIEvent::SetMode}{wxupdateuieventsetmode}
207 \membersection{wxUpdateUIEvent::SetMode}\label{wxupdateuieventsetmode}
209 \func{static void}{SetMode}{\param{wxUpdateUIMode }{mode}}
H A Dzipstrm.tex264 \helpref{Get/SetMode}{wxzipentrymode}
339 \membersection{wxZipEntry::Get/SetMode}\label{wxzipentrymode}
348 \func{void}{SetMode}{\param{int }{mode}}
393 able to store unix permissions using \helpref{SetMode()}{wxzipentrymode}.
H A Dtxtstrm.tex254 \membersection{wxTextOutputStream::SetMode}\label{wxtextoutputstreamsetmode}
256 \func{void}{SetMode}{{\param wxEOL}{ mode = wxEOL\_NATIVE}}
H A Dtarstrm.tex189 \membersection{wxTarEntry::Get/SetMode}\label{wxtarentrymode}
193 \func{void}{SetMode}{\param{int }{mode}}
H A Dwindow.tex113 if the mode set by \helpref{wxIdleEvent::SetMode}{wxidleeventsetmode} is wxIDLE\_PROCESS\_SPECIFIED.}
115 even if the mode set by \helpref{wxUpdateUIEvent::SetMode}{wxupdateuieventsetmode} is wxUPDATE\_UI\_PROCESS\_SPECIFIED.}
2913 if the mode set by \helpref{wxIdleEvent::SetMode}{wxidleeventsetmode} is wxIDLE\_PROCESS\_SPECIFIED.}
2915 even if the mode set by \helpref{wxUpdateUIEvent::SetMode}{wxupdateuieventsetmode} is wxUPDATE\_UI\_PROCESS\_SPECIFIED.}
3682 \helpref{wxUpdateUIEvent::SetMode}{wxupdateuieventsetmode} or
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtxtstrm.h119 void SetMode( wxEOL mode = wxEOL_NATIVE );
H A Dzipstrm.h178 void SetMode(int mode);
558 SetMode(GetMode() & ~0222);
560 SetMode(GetMode() | 0200);
H A Dtarstrm.h97 void SetMode(int mode);
H A Devent.h1731 static void SetMode(wxUpdateUIMode mode) { sm_updateMode = mode; } function in class:wxUpdateUIEvent
2172 static void SetMode(wxIdleMode mode) { sm_idleMode = mode; } function in class:wxIdleEvent
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Ds626.c341 void (*SetMode) (struct comedi_device *dev, struct enc_private *, uint16_t Setup, uint16_t DisableIntSrc); /* Program standardized operating mode. */ member in struct:enc_private
422 .SetMode = SetMode_A,
438 .SetMode = SetMode_A,
454 .SetMode = SetMode_A,
470 .SetMode = SetMode_B,
486 .SetMode = SetMode_B,
502 .SetMode = SetMode_B,
2358 k->SetMode(dev, k, Setup, TRUE);
2424 k->SetMode(dev, k, Setup, FALSE);
3238 /* k->SetMode(de
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.cpp1187 SetMode(mView);
1228 SetMode( mCreate );
1237 SetMode( mEdit );
1244 SetMode(mCreate);
1279 SetMode(mode); // force reset of button enable/disable
1285 SetMode(mView);
1306 SetMode(mView);
1315 SetMode(mView);
1339 SetMode(mView);
1345 SetMode(mVie
1789 void CeditorDlg::SetMode(enum DialogModes m) function in class:CeditorDlg
[all...]
H A Ddbtest.h321 void SetMode(enum DialogModes m);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtxtstrm.cpp336 void wxTextOutputStream::SetMode(wxEOL mode) function in class:wxTextOutputStream
H A Dtarstrm.cpp632 void wxTarEntry::SetMode(int mode)
688 entry->SetMode(GetHeaderNumber(TAR_MODE));
H A Dzipstrm.cpp854 SetMode(mode);
896 void wxZipEntry::SetMode(int mode)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleDlg.cpp209 wxIdleEvent::SetMode(wxIDLE_PROCESS_SPECIFIED);
210 wxUpdateUIEvent::SetMode(wxUPDATE_UI_PROCESS_SPECIFIED);

Completed in 133 milliseconds