Searched refs:TransferToWindow (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvalgen.h43 virtual bool TransferToWindow();
H A Dvalidate.h56 virtual bool TransferToWindow() { return false; } function in class:wxValidator
H A Dvaltext.h54 virtual bool TransferToWindow();
H A Dwizard.h79 return GetValidator() ? GetValidator()->TransferToWindow()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPrefsUnifiedDlg.h73 bool TransferToWindow();
H A DPreferences.cpp318 virtual bool TransferToWindow() function in class:Cfg_Tmpl
324 return validator->TransferToWindow();
433 /** @see Cfg_Tmpl::TransferToWindow. */
434 virtual bool TransferToWindow() function in class:Cfg_Path
438 return Cfg_Str::TransferToWindow();
514 virtual bool TransferToWindow() function in class:Cfg_Int
518 if ( Cfg_Tmpl<int>::TransferToWindow() ) {
713 virtual bool TransferToWindow() function in class:Cfg_Lang
732 return Cfg_PureInt::TransferToWindow();
833 virtual bool TransferToWindow() function in class:Cfg_Skin
[all...]
H A DPreferences.h124 virtual bool TransferToWindow() { return false; } function in class:Cfg_Base
H A DPrefsUnifiedDlg.cpp392 bool PrefsUnifiedDlg::TransferToWindow() function in class:PrefsUnifiedDlg
398 if ( !it->second->TransferToWindow() ) {
H A DamuleDlg.cpp525 m_prefsDialog->TransferToWindow();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dvalidatr.tex88 \func{virtual bool}{TransferToWindow}{}
93 \membersection{wxValidator::TransferToWindow}\label{wxvalidatortransfertowindow}
95 \func{virtual bool}{TransferToWindow}{}
H A Dvalgen.tex80 \membersection{wxGenericValidator::TransferToWindow}\label{wxgenericvalidatortransfertowindow}
82 \func{virtual bool}{TransferToWindow}{}
H A Dvaltext.tex120 \membersection{wxTextValidator::TransferToWindow}\label{wxtextvalidatortransfertowindow}
122 \func{virtual bool}{TransferToWindow}{}
H A Dtvalidat.tex56 The \helpref{wxValidator::TransferToWindow}{wxvalidatortransfertowindow} member function should
82 function finds all the validators in the window's children and calls the TransferToWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dprintdlg.h89 bool TransferToWindow();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dprintdlg.h79 bool TransferToWindow();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dprintdlg.cpp147 TransferToWindow();
152 bool wxMacPageMarginsDialog::TransferToWindow() function in class:wxMacPageMarginsDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dprintdlg.cpp222 TransferToWindow();
227 bool wxMacPageMarginsDialog::TransferToWindow() function in class:wxMacPageMarginsDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dvaltext.cpp185 bool wxTextValidator::TransferToWindow(void) function in class:wxTextValidator
H A Dvalgen.cpp96 bool wxGenericValidator::TransferToWindow(void) function in class:wxGenericValidator
H A Dwincmn.cpp1553 if ( validator && !validator->TransferToWindow() )

Completed in 211 milliseconds