Home
last modified time | relevance | path

Searched refs:infoDlg (Results 1 – 17 of 17) sorted by relevance

/dports/math/mathgl/mathgl-2.5/udav/
H A Dmem_pnl.cpp53 infoDlg = new InfoDialog(this); in MemPanel()
54 infoDlg->setModal(true); infoDlg->allowRefresh=false; in MemPanel()
90 else t = newDataWnd(infoDlg,wnd,v); in newTable()
104 else t = newDataWnd(infoDlg,wnd,v); in editData()
134 infoDlg->setVar(v); in infoData()
136 infoDlg->setWindowTitle(s + _(" - UDAV preview")); in infoData()
137 infoDlg->refresh(); in infoData()
138 infoDlg->show(); in infoData()
H A Dmem_pnl.h43 InfoDialog *infoDlg; ///< Data preview and information
H A Ddat_pnl.cpp63 ready = false; infoDlg = inf; in DatPanel()
83 infoDlg->allowRefresh=false; in refresh()
131 infoDlg->allowRefresh=true; infoDlg->refresh(); in refresh()
145 var = v; infoDlg->setVar(v); in setVar()
153 infoDlg->setWindowTitle(s + _(" - UDAV preview")); in setVar()
166 infoDlg->setSlice(k); in setSlice()
243 infoDlg->refresh(); in putValue()
H A Ddat_pnl.h38 InfoDialog *infoDlg; ///< Reference to dialog !!! variable
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/icc/
H A Diccprofilesettings.cpp103 ICCProfileInfoDlg infoDlg(qApp->activeWindow(), QString(), d->profilesBox->currentProfile()); in slotNewProfInfo() local
104 infoDlg.exec(); in slotNewProfInfo()
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/
H A DGreaseMonkeyConfigurationDialog.py87 infoDlg = GreaseMonkeyConfigurationScriptInfoDialog(script, self)
88 infoDlg.exec()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/colors/profileconversion/
H A Dprofileconversiontool.cpp168 ICCProfileInfoDlg infoDlg(qApp->activeWindow(), QString(), d->currentProfile); in slotCurrentProfInfo() local
169 infoDlg.exec(); in slotCurrentProfInfo()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/imageeditor/dialogs/
H A Dsoftproofdialog.cpp238 ICCProfileInfoDlg infoDlg(this, profile.filePath(), profile); in slotProfileInfo() local
239 infoDlg.exec(); in slotProfileInfo()
H A Dcolorcorrectiondlg.cpp668 ICCProfileInfoDlg infoDlg(parentWidget(), QString(), d->workspaceProfile); in slotWorkspaceProfInfo() local
669 infoDlg.exec(); in slotWorkspaceProfInfo()
679 ICCProfileInfoDlg infoDlg(parentWidget(), QString(), d->imageProfile); in slotImageProfInfo() local
680 infoDlg.exec(); in slotImageProfInfo()
/dports/graphics/libpano13/libpano13-2.9.20/
H A Dsys_common.c99 int infoDlg( int command, char* argument ) in infoDlg() function
H A Dsys_mac.c262 infoDlg ( _initProgress, "" ); in infoDlgIntern()
H A Dadjust.c2128 infoDlg ( _initProgress, "Optimizing Variables" ); in fcnPano()
2138 infoDlg ( _disposeProgress, "" ); in fcnPano()
2176 if( !infoDlg ( _setProgress,message ) ) in fcnPano()
H A Dfilter.h578 PANO13_IMPEX int infoDlg ( int command, char* argument ); // Display info: same argumenmts as prog…
/dports/audio/festalon/festalon/src/drivers/
H A Dwinamp.c190 int infoDlg(char *fn, HWND hwnd) in infoDlg() function
485 infoDlg,
/dports/graphics/digikam/digikam-7.4.0/core/utilities/setup/
H A Dsetupicc.cpp872 ICCProfileInfoDlg infoDlg(this, profile.filePath(), profile); in profileInfo() local
873 infoDlg.exec(); in profileInfo()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/import/main/
H A Dimportui.cpp1224 CameraInfoDialog* const infoDlg = new CameraInfoDialog(this, summary, manual, about); in slotCameraInformation() local
1225 infoDlg->show(); in slotCameraInformation()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchart1.cpp1052 …OCPN_TimedHTMLMessageDialog infoDlg( gFrame, msg1, _("Welcome to OpenCPN") + vs, -1, wxCANCEL | wx… in ShowNavWarning() local
1054 infoDlg.ShowModal(); in ShowNavWarning()
1056 return (infoDlg.GetReturnCode() ); in ShowNavWarning()