Home
last modified time | relevance | path

Searched refs:showCancel (Results 1 – 25 of 83) sorted by relevance

1234

/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dfritzingwindow.cpp192 bool FritzingWindow::beforeClosing(bool showCancel, bool & discard) { in beforeClosing() argument
195 QMessageBox::StandardButton reply = beforeClosingMessage(m_fwFilename, showCancel); in beforeClosing()
212 …ox::StandardButton FritzingWindow::beforeClosingMessage(const QString & filename, bool showCancel) in beforeClosingMessage() argument
218 if (showCancel) { in beforeClosingMessage()
230 if (showCancel) { in beforeClosingMessage()
H A Dfritzingwindow.h73 …virtual bool beforeClosing(bool showCancel, bool & discard); // returns true if close, false if …
74 QMessageBox::StandardButton beforeClosingMessage(const QString & filename, bool showCancel);
/dports/x11-toolkits/viewklass/ViewKlass-0.7.2/
H A DVkProgressDialog.C53 VkProgressDialog::VkProgressDialog(const char *name, Boolean showCancel) in VkProgressDialog() argument
60 _showCancel = showCancel; in VkProgressDialog()
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxutils.h9 void Note(const wxString& msg, bool showCancel = true);
14 void Warning(const wxString& msg, bool showCancel = true);
H A Dwxutils.cpp33 void Note(const wxString& msg, bool showCancel) in Note() argument
36 if (inscript && showCancel) { in Note()
52 void Warning(const wxString& msg, bool showCancel) in Warning() argument
56 if (inscript && showCancel) { in Warning()
/dports/audio/cantata/cantata-2.4.2/support/
H A Dmessagebox.cpp86 … const GuiItem &yesText, const GuiItem &noText, bool showCancel, bool isWarning) in questionYesNoCancel() argument
93 …msg, QMessageBox::Yes|QMessageBox::No|(showCancel ? QMessageBox::Cancel : QMessageBox::NoButton), … in questionYesNoCancel()
97 …message, QMessageBox::Yes|QMessageBox::No|(showCancel ? QMessageBox::Cancel : QMessageBox::NoButto… in questionYesNoCancel()
101 box.setDefaultButton(isWarning && !showCancel ? QMessageBox::No : QMessageBox::Yes); in questionYesNoCancel()
H A Dmessagebox.h44 …esText=StdGuiItem::yes(), const GuiItem &noText=StdGuiItem::no(), bool showCancel=true, bool isWar…
/dports/devel/lazygit/lazygit-0.31.4/pkg/gui/
H A Dmenu_panel.go53 showCancel bool member
57 if createMenuOptions.showCancel {
H A Dfiltering_menu_panel.go54 return gui.createMenu(gui.Tr.FilteringMenuTitle, menuItems, createMenuOptions{showCancel: true})
H A Dreset_menu_panel.go47 …teMenu(fmt.Sprintf("%s %s", gui.Tr.LcResetTo, ref), menuItems, createMenuOptions{showCancel: true})
H A Dpull_request_menu_panel.go55 …eMenu(fmt.Sprintf(gui.Tr.CreatePullRequestOptions), menuItems, createMenuOptions{showCancel: true})
H A Dextras_panel.go33 return gui.createMenu(gui.Tr.CommandLog, menuItems, createMenuOptions{showCancel: true})
H A Dcommits_panel.go501 …return gui.createMenu(gui.Tr.SelectParentCommitForMerge, menuItems, createMenuOptions{showCancel: …
721 }, createMenuOptions{showCancel: true})
753 }, createMenuOptions{showCancel: true})
756 }, createMenuOptions{showCancel: true})
H A Ddiscard_changes_menu_panel.go78 return gui.createMenu(node.GetPath(), menuItems, createMenuOptions{showCancel: true})
H A Dcustom_commands.go123 return gui.createMenu(title, menuItems, createMenuOptions{showCancel: true})
233 return gui.createMenu(title, menuItems, createMenuOptions{showCancel: true})
H A Dsubmodules_panel.go209 return gui.createMenu(submodule.Name, menuItems, createMenuOptions{showCancel: true})
264 …return gui.createMenu(gui.Tr.LcBulkSubmoduleOptions, menuItems, createMenuOptions{showCancel: true…
H A Dworkspace_reset_options_panel.go98 return gui.createMenu("", menuItems, createMenuOptions{showCancel: true})
H A Drecent_repos_panel.go37 return gui.createMenu(gui.Tr.RecentRepos, menuItems, createMenuOptions{showCancel: true})
H A Drebase_options_panel.go44 return gui.createMenu(title, menuItems, createMenuOptions{showCancel: true})
H A Ddiffing.go158 return gui.createMenu(gui.Tr.DiffingMenuTitle, menuItems, createMenuOptions{showCancel: true})
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/
H A DPluginStatusDialog.java88 public void showCancelButton(boolean showCancel) { in showCancelButton() argument
89 fShowCancelButton = showCancel; in showCancelButton()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/program/
H A Dprogramwindow.h164 bool beforeClosingTab(int index, bool showCancel);
171 bool beforeClosing(bool showCancel, bool & discard); // returns true if close, false if cancel
H A Dprogramwindow.cpp584 bool ProgramWindow::beforeClosing(bool showCancel, bool & discard) { in beforeClosing() argument
587 if (!beforeClosingTab(i, showCancel)) { in beforeClosing()
595 bool ProgramWindow::beforeClosingTab(int index, bool showCancel) in beforeClosingTab() argument
602 QMessageBox::StandardButton reply = beforeClosingMessage(programTab->filename(), showCancel); in beforeClosingTab()
/dports/x11-toolkits/viewklass/ViewKlass-0.7.2/Vk/
H A DVkProgressDialog.h43 VkProgressDialog(const char *name, Boolean showCancel = True);
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/messages/account-payment/
H A Dcontainer.tsx92 …cancelButtonInfo: paymentInfo.showCancel ? WalletConstants.makeCancelButtonInfo(theirUsername) : '…
93 cancelButtonLabel: paymentInfo.showCancel ? 'Cancel' : '',

1234