Home
last modified time | relevance | path

Searched refs:showDlg (Results 1 – 25 of 36) sorted by relevance

12

/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3qt/src/
H A Dmainwindow.cpp357 TocDlg::showDlg( this, ui->view ); in on_actionTOC_triggered()
362 RecentBooksDlg::showDlg( this, ui->view ); in on_actionRecentBooks_triggered()
367 SettingsDlg::showDlg( this, ui->view ); in on_actionSettings_triggered()
472 RecentBooksDlg::showDlg( this, ui->view ); in showEvent()
508 AboutDialog::showDlg( this ); in on_actionAboutCoolReader_triggered()
513 AddBookmarkDialog::showDlg( this, ui->view ); in on_actionAddBookmark_triggered()
518 BookmarkListDialog::showDlg( this, ui->view ); in on_actionShowBookmarksList_triggered()
523 FilePropsDialog::showDlg( this, ui->view ); in on_actionFileProperties_triggered()
528 SearchDialog::showDlg(this, ui->view); in on_actionFindText_triggered()
H A Daboutdlg.h22 static bool showDlg( QWidget * parent );
H A Dtocdlg.h24 static bool showDlg( QWidget * parent, CR3View * docView );
H A Dsearchdlg.h16 static bool showDlg( QWidget * parent, CR3View * docView );
H A Drecentdlg.h24 static bool showDlg( QWidget * parent, CR3View * docView );
H A Daddbookmarkdlg.h23 static bool showDlg( QWidget * parent, CR3View * docView );
H A Dbookmarklistdlg.h24 static bool showDlg( QWidget * parent, CR3View * docView );
H A Dfilepropsdlg.h23 static bool showDlg( QWidget * parent, CR3View * docView );
H A Daboutdlg.cpp34 bool AboutDialog::showDlg( QWidget * parent ) in showDlg() function in AboutDialog
H A Daddbookmarkdlg.cpp63 bool AddBookmarkDialog::showDlg( QWidget * parent, CR3View * docView ) in showDlg() function in AddBookmarkDialog
H A Dtocdlg.cpp41 bool TocDlg::showDlg( QWidget * parent, CR3View * docView ) in showDlg() function in TocDlg
H A Dsearchdlg.cpp16 bool SearchDialog::showDlg( QWidget * parent, CR3View * docView ) in showDlg() function in SearchDialog
/dports/net-p2p/amule/aMule-2.3.3/platforms/MacOSX/cocoa-mule/
H A DAddLinkDialogController.h14 - (bool)showDlg:(NSWindow *)window;
H A DLoginDialogController.h16 - (bool)showDlg:(NSWindow *)window;
H A DAddLinkDialogController.m5 - (bool)showDlg:(NSWindow *)window {
H A DLoginDialogController.m9 - (bool)showDlg:(NSWindow *)window {
H A DAppController.mm52 bool dlgResult = [m_add_link_dlg showDlg:nil];
63 bool dlgResult = [dlg showDlg:nil];
/dports/net-p2p/amule-devel/aMule-SVN-r11065/platforms/MacOSX/cocoa-mule/
H A DAddLinkDialogController.h14 - (bool)showDlg:(NSWindow *)window;
H A DLoginDialogController.h16 - (bool)showDlg:(NSWindow *)window;
H A DAddLinkDialogController.m5 - (bool)showDlg:(NSWindow *)window {
H A DLoginDialogController.m9 - (bool)showDlg:(NSWindow *)window {
H A DAppController.mm52 bool dlgResult = [m_add_link_dlg showDlg:nil];
63 bool dlgResult = [dlg showDlg:nil];
/dports/audio/mixxx/mixxx-2.3.0/src/preferences/dialog/
H A Ddlgpreferences.cpp403 emit showDlg(); in onShow()
452 connect(this, &DlgPreferences::showDlg, pWidget, &DlgPreferencePage::slotShow); in addPageWidget()
454 connect(this, &DlgPreferences::showDlg, pWidget, &DlgPreferencePage::slotUpdate); in addPageWidget()
H A Ddlgpreferences.h82 void showDlg();
/dports/audio/faac/faac-78d8e01/common/Cfaac/
H A DCfaad.h181 virtual void setDefaultFaadCfg(faacDecHandle hDecoder, BOOL showDlg);

12