/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ |
H A D | ncdialogs.cpp | 38 void NCDialog::CloseDialog( int cmd ) in CloseDialog() 43 void NCDialog::OnCancel() in OnCancel() 49 cfont* NCDialog::GetChildFont( Win* w, int fontId ) in GetChildFont() 75 int NCDialog::UiGetClassId() in UiGetClassId() 215 Win* NCDialog::GetDownButton() in GetDownButton() 235 void NCDialog::SetPosition() in SetPosition() 287 bool NCDialog::EventClose() in EventClose() 331 bool NCDialog::EventKey( cevent_key* pEvent ) in EventKey() 342 int NCDialog::GetFocusButtonNum() in GetFocusButtonNum() 427 bool NCDialog::EventShow( bool show ) in EventShow() [all …]
|
H A D | ncdialogs.h | 43 class NCDialog: public OperThreadWin 74 …NCDialog( bool child, int nId, NCDialogParent* parent, const unicode_t* headerText, ButtonDataNode… 94 virtual ~NCDialog(); 98 class NCVertDialog: public NCDialog 104 : NCDialog( child, nId, parent, headerText, blist ) {} in NCVertDialog() 134 class CmdHistoryDialog: public NCDialog
|
H A D | path-list.h | 180 class PathListDlg : public NCDialog 188 : NCDialog(::createDialogAsChild, 0, Parent, utf8_to_unicode(szTitle).data(), blist) in PathListDlg() 210 return NCDialog::EventChildKey(child, pEvent); in EventChildKey() 220 return NCDialog::EventKey(pEvent); in EventKey()
|
H A D | dlg-ctrl-l.cpp | 11 class DirCtrlL: public NCDialog 22 …: NCDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "Information" ) ).data(), bLi… in DirCtrlL() 197 return NCDialog::EventKey( pEvent ); in EventKey() 204 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey()
|
H A D | charsetdlg.cpp | 229 class CharsetDlg1: public NCDialog 238 …: NCDialog( createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "Charset" ) ).data(), bListOkCa… in CharsetDlg1() 359 return NCDialog::Command( id, subId, win, data ); in Command() 382 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey() 389 class CharsetDialog: public NCDialog 394 …: NCDialog( createDialogAsChild, 0, parent, utf8_to_unicode( headerText ).data(), bListOkCancel ), in CharsetDialog() 431 return NCDialog::Command( id, subId, win, data ); in Command()
|
H A D | usermenu.cpp | 228 class clUserMenuWin: public NCDialog 238 …: NCDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "User menu" ) ).data(), bListO… in clUserMenuWin() 366 return NCDialog::Command( id, subId, win, data ); in Command() 435 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey() 442 return NCDialog::EventKey( pEvent ); in EventKey()
|
H A D | fileassociations.cpp | 196 class clFileAssociationsWin: public NCDialog 206 …: NCDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "File associations" ) ).data()… in clFileAssociationsWin() 320 return NCDialog::Command( id, subId, win, data ); in Command() 371 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey() 378 return NCDialog::EventKey( pEvent ); in EventKey()
|
H A D | dircalc.cpp | 226 class DirCalcThreadWin: public NCDialog 252 : NCDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( name ).data(), bListOk ), in DirCalcThreadWin() 381 return NCDialog::Command( id, subId, win, data ); in Command() 402 return NCDialog::EventKey( pEvent ); in EventKey() 417 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey()
|
H A D | eloadsave.cpp | 162 class LoadThreadWin: public NCDialog 170 …: NCDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( "Loading file" ).data(), bListCanc… in LoadThreadWin() 370 class SaveThreadWin: public NCDialog 377 …: NCDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( "Saving file" ).data(), bListCance… in SaveThreadWin()
|
H A D | shell-tools.cpp | 289 class ShellFileDlg: public NCDialog 297 …: NCDialog( createDialogAsChild, 0, parent, utf8_to_unicode( " TAB " ).data(), bListOkCancel ), /… in ShellFileDlg() 346 return NCDialog::Command( id, subId, win, data ); in Command() 360 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey()
|
H A D | filehighlighting.cpp | 465 return NCDialog::Command( id, subId, win, data ); in Command() 565 class clFileHighlightingWin: public NCDialog 577 …: NCDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "Files highlighting" ) ).data(… in clFileHighlightingWin() 692 return NCDialog::Command( id, subId, win, data ); in Command() 743 return NCDialog::EventChildKey( child, pEvent ); in EventChildKey() 750 return NCDialog::EventKey( pEvent ); in EventKey()
|
H A D | file-util.cpp | 417 class LoadFileDataThreadDlg : public NCDialog 423 …: NCDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( "Loading file" ).data(), bListCance… in LoadFileDataThreadDlg()
|
H A D | filesearch.cpp | 643 class SearchFileThreadWin: public NCDialog 664 : NCDialog(::createDialogAsChild, 0, parent, utf8_to_unicode(name).data(), bListOkCancelPanel), in SearchFileThreadWin() 796 return NCDialog::Command( id, subId, win, data ); in Command()
|
H A D | path-list.cpp | 200 return NCDialog::Command(id, subId, win, data); in Command()
|
H A D | help.cpp | 1867 class HelpDlg: public NCDialog 1875 : NCDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( name ).data(), bListCancel ), in HelpDlg() 1917 return NCDialog::Command( id, subId, win, data ); in Command()
|
H A D | wcm-config.cpp | 2173 class CfgLangDialog: public NCDialog 2179 …: NCDialog( createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "Language" ) ).data(), bListOkC… in CfgLangDialog() 2250 return NCDialog::Command( id, subId, win, data ); in Command()
|
H A D | fileopers.cpp | 438 class SimpleCFThreadWin: public NCDialog 444 …: NCDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( name ).data(), bListCancel ), thre… in SimpleCFThreadWin()
|
H A D | ncview.cpp | 2683 class VSearchDialog: public NCDialog 2688 …: NCDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "Search" ) ).data(), bListCan… in VSearchDialog()
|