Home
last modified time | relevance | path

Searched refs:EventChildKey (Results 1 – 22 of 22) sorted by relevance

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Ddlg-ctrl-l.cpp123 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
200 bool DirCtrlL::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in DirCtrlL
204 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey()
H A Dftplogon.cpp39 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
178 bool FtpLogonDialog::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in FtpLogonDialog
210 return NCVertDialog::EventChildKey( child, pEvent ); in EventChildKey()
H A Dsftpdlg.cpp40 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
138 bool SftpLogonDialog::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in SftpLogonDialog
149 return NCVertDialog::EventChildKey( child, pEvent ); in EventChildKey()
H A Dfontdlg.cpp73 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
79 bool FontDialogX::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in FontDialogX
91 return NCVertDialog::EventChildKey( child, pEvent ); in EventChildKey()
426 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
432 bool FontDialogFT::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in FontDialogFT
444 return NCVertDialog::EventChildKey( child, pEvent ); in EventChildKey()
H A Dncdialogs.h84 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
105 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
H A Dpath-list.h203 virtual bool EventChildKey(Win* child, cevent_key* pEvent) in EventChildKey() function
210 return NCDialog::EventChildKey(child, pEvent); in EventChildKey()
H A Dusermenu.cpp283 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
431 bool clUserMenuWin::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in clUserMenuWin
435 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey()
H A Dfileassociations.cpp251 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
367 bool clFileAssociationsWin::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in clFileAssociationsWin
371 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey()
H A Ddircalc.cpp319 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
405 bool DirCalcThreadWin::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in DirCalcThreadWin
417 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey()
H A Dcharsetdlg.cpp315 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
362 bool CharsetDlg1::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in CharsetDlg1
382 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey()
H A Dshell-tools.cpp321 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
349 bool ShellFileDlg::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in ShellFileDlg
360 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey()
H A Dncdialogs.cpp350 bool NCDialog::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in NCDialog
420 return Win::EventChildKey( child, pEvent ); in EventChildKey()
470 bool NCVertDialog::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in NCVertDialog
509 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey()
H A Dfilehighlighting.cpp623 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
739 bool clFileHighlightingWin::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in clFileHighlightingWin
743 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey()
H A Dwcm-config.cpp1869 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
2107 bool StyleOptDialog::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in StyleOptDialog
2120 return NCVertDialog::EventChildKey( child, pEvent ); in EventChildKey()
2345 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
2460 bool SysOptDialog::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in SysOptDialog
2471 return NCVertDialog::EventChildKey( child, pEvent ); in EventChildKey()
H A Dncwin.h338 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
H A Dpanel.h39 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
H A Dpanel.cpp123 return EventChildKey( 0, pEvent ); in EventKey()
157 bool PanelSearchWin::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in PanelSearchWin
H A Dncwin.cpp3269 bool NCWin::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in NCWin
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_wincore.h1127 virtual bool EventChildKey( Win* child, cevent_key* pEvent );
H A Dswl_wincoreMS.cpp123 return parent->IsEnabled() && parent->EventChildKey( child, ev ); in ChildKeyRecursive()
H A Dswl_wincore.cpp337 bool Win::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey() function in wal::Win
H A Dswl_wincoreUX.cpp547 return parent->IsEnabled() && parent->EventChildKey( child, ev ); in ChildKeyRecursive()