Home
last modified time | relevance | path

Searched refs:canCancel (Results 1 – 25 of 102) sorted by relevance

12345

/dports/misc/tellico/tellico-3.4.2/src/
H A Dprogressmanager.h56 bool canCancel() const { return m_canCancel; } in canCancel() function
76 ProgressItem(const QString& label, bool canCancel);
99 ProgressItem& newProgressItem(QObject* owner, const QString& label, bool canCancel = false) {
100 return newProgressItemImpl(owner, label, canCancel);
126 ProgressItem& newProgressItemImpl(QObject* owner, const QString& label, bool canCancel);
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DDialog.cpp143 if(canCancel) in Draw()
223 else if(key == SDLK_TAB && canCancel) in KeyDown()
226 okIsActive = !canCancel; in KeyDown()
233 if(key == 'a' || (!canCancel && isCloseRequest)) in KeyDown()
235 if(key == 'd' || (canCancel && isCloseRequest)) in KeyDown()
263 if(canCancel) in Click()
279 void Dialog::Init(const string &message, Truncate truncate, bool canCancel, bool isMission) in Init() argument
282 this->canCancel = canCancel; in Init()
H A DDialog.h77 …void Init(const std::string &message, Truncate truncate, bool canCancel = true, bool isMission = f…
89 bool canCancel; variable
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools/Internals/
H A DEditorProgress.cs12 … private static extern void internal_Create(string task, string label, int amount, bool canCancel); in internal_Create() argument
20 public EditorProgress(string task, string label, int amount, bool canCancel = false) in EditorProgress() argument
23 internal_Create(task, label, amount, canCancel); in EditorProgress()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools/Internals/
H A DEditorProgress.cs12 … private static extern void internal_Create(string task, string label, int amount, bool canCancel); in internal_Create() argument
20 public EditorProgress(string task, string label, int amount, bool canCancel = false) in EditorProgress() argument
23 internal_Create(task, label, amount, canCancel); in EditorProgress()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DSaveablesList.java594 Map<Saveable, Integer> modelsDecrementing, boolean canCancel) { in promptForSavingIfNecessary() argument
622 : promptForSaving(modelsToSave, shellProvider, window, canCancel, false, saveOptionMap); in promptForSavingIfNecessary()
639 IRunnableContext runnableContext, final boolean canCancel, boolean stillOpenElsewhere, in promptForSaving() argument
671 IRunnableContext runnableContext, final boolean canCancel, boolean stillOpenElsewhere) { in promptForSaving() argument
698 if (canCancel) { in promptForSaving()
715 if (canCancel) { in promptForSaving()
779 canCancel, stillOpenElsewhere); in promptForSaving()
949 private final boolean canCancel; field in SaveablesList.MyListSelectionDialog
957 this.canCancel = canCancel; in MyListSelectionDialog()
960 if (!canCancel) { in MyListSelectionDialog()
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/CommandLineModules/Core/
H A DctkCmdLineModuleFuture.cpp48 bool ctkCmdLineModuleFuture::canCancel() const in canCancel() function in ctkCmdLineModuleFuture
50 return d.canCancel(); in canCancel()
H A DctkCmdLineModuleFutureInterface.cpp165 bool QFutureInterface<ctkCmdLineModuleResult>::canCancel() const in canCancel() function in QFutureInterface
171 void QFutureInterface<ctkCmdLineModuleResult>::setCanCancel(bool canCancel) in setCanCancel() argument
173 d->CanCancel = canCancel; in setCanCancel()
H A DctkCmdLineModuleFuture.h69 bool canCancel() const;
H A DctkCmdLineModuleFutureInterface.h67 bool canCancel() const;
68 void setCanCancel(bool canCancel);
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgstaskmanagerwidget.cpp98 …StatusWidget *statusWidget = new QgsTaskStatusWidget( nullptr, task->status(), task->canCancel() ); in modelRowsInserted()
246 if ( task && task->canCancel() ) in flags()
267 if ( value.toBool() && task->canCancel() ) in setData()
383 if ( type == ToolTipStatus && !task->canCancel() ) in createTooltip()
450 if ( type == ToolTipStatus && !task->canCancel() ) in createTooltip()
472 …askStatusWidget::QgsTaskStatusWidget( QWidget *parent, QgsTask::TaskStatus status, bool canCancel ) in QgsTaskStatusWidget() argument
474 , mCanCancel( canCancel ) in QgsTaskStatusWidget()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgstaskmanagerwidget.cpp106 …StatusWidget *statusWidget = new QgsTaskStatusWidget( nullptr, task->status(), task->canCancel() ); in modelRowsInserted()
254 if ( task && task->canCancel() ) in flags()
275 if ( value.toBool() && task->canCancel() ) in setData()
391 if ( type == ToolTipStatus && !task->canCancel() ) in createTooltip()
458 if ( type == ToolTipStatus && !task->canCancel() ) in createTooltip()
480 …askStatusWidget::QgsTaskStatusWidget( QWidget *parent, QgsTask::TaskStatus status, bool canCancel ) in QgsTaskStatusWidget() argument
482 , mCanCancel( canCancel ) in QgsTaskStatusWidget()
/dports/archivers/v1541commander/v1541commander-1.1/src/bin/v1541commander/
H A Dcbmdosfsoptionsdialog.cpp20 priv(CbmdosFsOptions *options, bool canCancel);
47 CbmdosFsOptionsDialog::priv::priv(CbmdosFsOptions *options, bool canCancel) : in priv() argument
70 buttons(canCancel ? in priv()
267 QWidget *parent, bool canCancel) : in CbmdosFsOptionsDialog() argument
271 d = new priv(options, canCancel); in CbmdosFsOptionsDialog()
H A Dcbmdosfsoptionsdialog.h20 QWidget *parent = nullptr, bool canCancel = true);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/gui/dialogs/
H A DProgress.h130 void SetCanCancel(bool canCancel) in SetCanCancel() argument
134 CAddonBase::m_interface->toKodi->kodiBase, m_DialogHandle, canCancel); in SetCanCancel()
/dports/biology/jalview/jalview/src/jalview/gui/
H A DIProgressIndicatorHandler.java29 public boolean canCancel(); in canCancel() method
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/vcs/interfaces/
H A Dipatchsource.cpp35 bool IPatchSource::canCancel() const in canCancel() function in IPatchSource
H A Dipatchsource.h66 virtual bool canCancel() const;
/dports/graphics/klatexformula/klatexformula-4.0.0/src/klftools/
H A Dklfguiutil.cpp80 KLFProgressDialog::KLFProgressDialog(bool canCancel, QString labelText, QWidget *parent) in KLFProgressDialog() argument
83 setup(canCancel); in KLFProgressDialog()
90 void KLFProgressDialog::setup(bool canCancel) in setup() argument
101 cbtn->setEnabled(canCancel); in setup()
/dports/www/otter-browser/otter-browser-1.0.03/src/core/
H A DImporter.cpp53 bool Importer::canCancel() in canCancel() function in Otter::Importer
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/CommandLineModules/Testing/Cpp/
H A DctkCmdLineModuleFutureTest.cpp314 if (future.canCancel()) in testPauseAndCancel()
340 if (future.canCancel()) in testPauseAndCancel()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/c-api/gui/dialogs/
H A Dprogress.h29 void (*set_can_cancel)(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, bool canCancel);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dsequence_viewer_window.cpp230 bool SequenceViewerWindow::SaveDialog(bool prompt, bool canCancel) in SaveDialog() argument
235 canCancel = prevCanCancel; in SaveDialog()
244 prevCanCancel = canCancel; in SaveDialog()
259 if (canCancel) option |= wxCANCEL; in SaveDialog()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Applications/ctkCommandLineModuleExplorer/
H A DctkCmdLineModuleExplorerMainWindow.cpp213 if (frontend->future().canCancel()) in closeEvent()
249 ui->actionCancel->setEnabled(future.canCancel() && future.isRunning()); in on_actionRun_triggered()
466 ui->actionCancel->setEnabled(module->future().canCancel() && module->isRunning()); in moduleTabActivated()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/interfaces/gui/dialogs/
H A DProgress.h53 static void set_can_cancel(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, bool canCancel);

12345