Home
last modified time | relevance | path

Searched refs:GuiItem (Results 1 – 25 of 31) sorted by relevance

12

/dports/audio/cantata/cantata-2.4.2/support/
H A Ddialog.h37 struct GuiItem { struct
51 extern GuiItem ok(); argument
53 extern GuiItem yes();
54 extern GuiItem no();
56 extern GuiItem save();
57 extern GuiItem apply();
58 extern GuiItem close();
59 extern GuiItem help();
62 extern GuiItem cont();
63 extern GuiItem del();
[all …]
H A Ddialog.cpp119 GuiItem ok() { return GuiItem(QObject::tr("&OK"), FontAwesome::check); } in ok()
120 GuiItem cancel() { return GuiItem(QObject::tr("&Cancel"), FontAwesome::ban); } in cancel()
121 GuiItem yes() { return GuiItem(QObject::tr("&Yes"), FontAwesome::check); } in yes()
122 GuiItem no() { return GuiItem(QObject::tr("&No"), FontAwesome::times, true); } in no()
124 GuiItem save() { return GuiItem(QObject::tr("&Save"), FontAwesome::save); } in save()
125 GuiItem apply() { return GuiItem(QObject::tr("&Apply"), FontAwesome::check); } in apply()
127 GuiItem help() { return GuiItem(QObject::tr("&Help"), FontAwesome::lifering); } in help()
128 GuiItem overwrite() { return GuiItem(QObject::tr("&Overwrite")); } in overwrite()
129 GuiItem reset() { return GuiItem(QObject::tr("&Reset"), FontAwesome::undo); } in reset()
131 GuiItem del() { return GuiItem(QObject::tr("&Delete"), FontAwesome::trash, true); } in del()
[all …]
H A Dmessagebox.h44 …const GuiItem &yesText=StdGuiItem::yes(), const GuiItem &noText=StdGuiItem::no(), bool showCancel=…
45 …ing &message, const QString &title=QString(), const GuiItem &yesText=StdGuiItem::yes(), const GuiI…
49 … const GuiItem &yesText=StdGuiItem::yes(), const GuiItem &noText=StdGuiItem::no()) {
52 …ing &message, const QString &title=QString(), const GuiItem &yesText=StdGuiItem::yes(), const GuiI…
H A Dmessagebox.cpp86 … const GuiItem &yesText, const GuiItem &noText, bool showCancel, bool isWarning) in questionYesNoCancel()
/dports/games/spring/spring_98.0/rts/aGui/
H A DGui.h38 struct GuiItem struct
40 GuiItem(GuiElement* el, bool back) : element(el), asBackground(back) {}; in GuiItem() function
44 typedef std::list<GuiItem> ElList; argument
H A DGui.cpp87 toBeAdded.push_back(GuiItem(elem,asBackground)); in AddElement()
95 toBeRemoved.push_back(GuiItem(elem,true)); in RmElement()
/dports/audio/cantata/cantata-2.4.2/tags/
H A Dtrackorganiser.cpp74 setButtonGuiItem(Ok, GuiItem(tr("Rename"))); in TrackOrganiser()
166 …ageBox::questionYesNo(this, tr("Abort renaming of files?"), tr("Abort"), GuiItem(tr("Abort")), Std… in slotButtonClicked()
284 … QString(), GuiItem(tr("Skip")), GuiItem(tr("Auto Skip")))) { in renameFile()
303 … QString(), GuiItem(tr("Skip")), GuiItem(tr("Auto Skip")))) { in renameFile()
325 … QString(), GuiItem(tr("Skip")), GuiItem(tr("Auto Skip")))) { in renameFile()
346 … QString(), GuiItem(tr("Skip")), GuiItem(tr("Auto Skip")))) { in renameFile()
H A Dtageditor.cpp214 setButtonGuiItem(User3, GuiItem(tr("Tools"), FontAwesome::magic)); in TagEditor()
614 GuiItem(tr("Revert")), StdGuiItem::cancel())) { in revertVa()
693 … tr("Capitalize"), GuiItem(tr("Capitalize")), StdGuiItem::cancel())) { in capitalise()
756 … isAll ? GuiItem(tr("Read Ratings")) : GuiItem(tr("Read Rating")), in readRatings()
824 … isAll ? GuiItem(tr("Write Ratings")) : GuiItem(tr("Write Rating")), in writeRatings()
1227 … tr("Rename Files"), GuiItem(tr("Rename")), StdGuiItem::cancel())) { in applyUpdates()
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/gui/guisys/link/
H A Dgui_item_list_model.h19 class GuiItemListModel : public GuiItem<T> {
23 GuiItem<T>{item_base} { in GuiItemListModel()
H A Dgui_item.h312 class GuiItem : public GuiItemOrigin<T>, public GuiItemCoreInstantiator<T> {
317 explicit GuiItem(GuiItemBase *item_base) in GuiItem() function
/dports/audio/cantata/cantata-2.4.2/devices/
H A Ddevicespage.cpp410 … tr("Refresh"), GuiItem(tr("Via CDDB")), GuiItem(tr("Via MusicBrainz")))) { in refreshDevice()
422 … tr("Refresh"), GuiItem(tr("Refresh")), StdGuiItem::cancel())) { in refreshDevice()
434 … tr("Refresh"), GuiItem(tr("Partial")), GuiItem(tr("Full")))) { in refreshDevice()
528 … tr("Eject"), GuiItem(tr("Eject")), StdGuiItem::cancel()) in toggleDevice()
530 … tr("Disconnect"), GuiItem(tr("Disconnect")), StdGuiItem::cancel()))) { in toggleDevice()
H A Dalbumdetailsdialog.cpp144 setButtonGuiItem(User1, GuiItem(tr("Tools"), "tools-wizard")); in AlbumDetailsDialog()
261 GuiItem(tr("Revert")), StdGuiItem::cancel())) { in revertVa()
278 … tr("Capitalize"), GuiItem(tr("Capitalize")), StdGuiItem::cancel())) { in capitalise()
/dports/games/openage/openage-0.3.0-1262-ga554ab49/doc/code/
H A Dgui.md44 It must derive from `GuiItemQObject` and `GuiItem<ResourceAmountLink>`.
121 It's done by the `GuiItem::i()` function (`GuiItem` is a base of `Link` classes).
144 …that may receive constant values must be implemented using the `GuiItem::s()` or `GuiItem::sf()` f…
/dports/audio/cantata/cantata-2.4.2/replaygain/
H A Drgdialog.cpp130 setButtonGuiItem(User1, GuiItem(tr("Scan"), FontAwesome::search)); in RgDialog()
234GuiItem(tr("Abort")), StdGuiItem::no())) { in slotButtonClicked()
243GuiItem(tr("Abort")), StdGuiItem::no())) { in slotButtonClicked()
269GuiItem(tr("Scan")), StdGuiItem::cancel()) in startScanning()
271GuiItem(tr("Untagged Tracks")), GuiItem(tr("All Tracks")))); in startScanning()
/dports/audio/cantata/cantata-2.4.2/streams/
H A Dstreamssettings.cpp81 setButtonGuiItem(User1, GuiItem(tr("Configure Provider"))); in StreamsSettings()
82 setButtonGuiItem(User2, GuiItem(tr("Install"))); in StreamsSettings()
83 setButtonGuiItem(User3, GuiItem(tr("Remove"))); in StreamsSettings()
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/gui/
H A Dassetmanager_link.cpp22 GuiItem{this} {
H A Dassetmanager_link.h33 class AssetManagerLink : public qtsdl::GuiItemQObject, public qtsdl::GuiItem<AssetManagerLink> {
H A Dgame_main_link.cpp21 GuiItem{this},
H A Dgame_main_link.h35 class GameMainLink : public qtsdl::GuiItemQObject, public QQmlParserStatus, public qtsdl::GuiItem<G…
H A Dgame_spec_link.h41 class GameSpecLink : public qtsdl::GuiItemQObject, public QQmlParserStatus, public qtsdl::GuiItem<G…
H A Dgame_spec_link.cpp21 GuiItem{this},
/dports/audio/cantata/cantata-2.4.2/online/
H A Donlinedbwidget.cpp118 … QString(), GuiItem(tr("Download")), StdGuiItem::cancel())) { in firstTimePrompt()
189 …ageBox::questionYesNo(this, tr("Re-download music listing?"), QString(), GuiItem(tr("Download")), … in refresh()
H A Dpodcastwidget.cpp288 …l subscriptions, or only those selected?"), tr("Refresh"), GuiItem(tr("Refresh All")), GuiItem(tr(… in refresh()
/dports/audio/cantata/cantata-2.4.2/gui/
H A Dserversettings.cpp272 … tr("Add Collection"), GuiItem(tr("Standard")), GuiItem(tr("Basic")))) { in add()
H A Dcustomactionssettings.cpp182 …eBox::warningYesNo(this, tr("Remove the selected commands?"), QString(), GuiItem(tr("Remove")), St… in delCommand()

12