Home
last modified time | relevance | path

Searched refs:CommandAction (Results 1 – 25 of 78) sorted by relevance

1234

/dports/deskutils/copyq/CopyQ-5.0.0/src/gui/
H A Dcommandaction.cpp31 CommandAction::CommandAction( in CommandAction() function in CommandAction
44 connect(this, &QAction::triggered, this, &CommandAction::onTriggered); in CommandAction()
49 const Command &CommandAction::command() const in command()
54 bool CommandAction::event(QEvent *event) in event()
64 void CommandAction::onTriggered() in onTriggered()
H A Dcommandaction.h28 class CommandAction final : public QAction
32 CommandAction(const Command &command,
39 void triggerCommand(CommandAction *self, const QString &triggeredShortcut);
H A Dmainwindow.h43 class CommandAction; variable
492 … void onItemCommandActionTriggered(CommandAction *commandAction, const QString &triggeredShortcut);
493 …void onClipboardCommandActionTriggered(CommandAction *commandAction, const QString &triggeredShort…
/dports/sysutils/kshutdown/kshutdown-5.2/src/actions/
H A Dextras.h28 class CommandAction; variable
32 friend class CommandAction; variable
56 CommandAction *createCommandAction(const QFileInfo &fileInfo, const bool returnNull);
61 void setCommandAction(const CommandAction *command);
69 class CommandAction: private QAction {
73 Q_DISABLE_COPY(CommandAction)
75 …explicit CommandAction(const QIcon &icon, const QString &text, QObject *parent, const QFileInfo &f…
H A Dextras.cpp203 CommandAction *Extras::createCommandAction(const QFileInfo &fileInfo, const bool returnNull) { in createCommandAction()
207 …return returnNull ? nullptr : new CommandAction(QIcon::fromTheme("dialog-error"), i18n("File not f… in createCommandAction()
214 return new CommandAction(icon, text, this, fileInfo, statusTip); in createCommandAction()
226 return new CommandAction(QIcon::fromTheme(iconName), text, this, fileInfo, statusTip); in createCommandAction()
229 return new CommandAction(QIcon(), text, this, fileInfo, statusTip); in createCommandAction()
284 CommandAction *action = createCommandAction(i, true); in createMenu()
374 void Extras::setCommandAction(const CommandAction *command) { in setCommandAction()
506 CommandAction::CommandAction( in CommandAction() function in CommandAction
524 void CommandAction::slotFire() { in slotFire()
/dports/devel/py-pyface/pyface-7.2.0/examples/undo/
H A Dexample_undo_window.py31 from pyface.undo.action.api import CommandAction, RedoAction, UndoAction
81 size_group = Group(CommandAction(command=LabelIncrementSizeCommand),
82 CommandAction(command=LabelDecrementSizeCommand))
84 normal = CommandAction(id='normal', command=LabelNormalFontCommand,
86 bold = CommandAction(id='bold', command=LabelBoldFontCommand,
88 italic = CommandAction(id='italic', command=LabelItalicFontCommand,
/dports/devel/py-apptools/apptools-4.5.0/examples/undo/
H A Dexample_undo_window.py21 from apptools.undo.action.api import CommandAction, RedoAction, UndoAction
72 size_group = Group(CommandAction(command=LabelIncrementSizeCommand),
73 CommandAction(command=LabelDecrementSizeCommand))
75 normal = CommandAction(id='normal', command=LabelNormalFontCommand,
77 bold = CommandAction(id='bold', command=LabelBoldFontCommand,
79 italic = CommandAction(id='italic', command=LabelItalicFontCommand,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/commands/
H A DCommandActionTest.java30 import org.eclipse.ui.internal.actions.CommandAction;
102 CommandAction action1 = new CommandAction(PlatformUI.getWorkbench(), CMD1_ID); in testCommandId()
121 CommandAction action2 = new CommandAction(PlatformUI.getWorkbench(), CMD2_ID, map); in testParameterizedCommand()
133 action2 = new CommandAction(PlatformUI.getWorkbench(), CMD2_ID, map); in testParameterizedCommand()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/
H A Dcommandaction.cpp25 CommandAction::CommandAction(String const &cmd, int commandSource) in CommandAction() function in CommandAction
29 void CommandAction::trigger() in trigger()
/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DQueue.hs39 | CommandAction constructor
70 actionKey CommandAction { getCommonParams = c, getSubcommand = s, getParams = p } = CommandActionKe… function
108 action = CommandAction
115 different (CommandAction { getSubcommand = s }) = s /= subcommand
163 combineNewOld (CommandAction _cps1 _sc1 _ps1 fs1) (CommandAction cps2 sc2 ps2 fs2) =
164 CommandAction cps2 sc2 ps2 (fs1++fs2)
200 runAction repo action@(CommandAction {}) = liftIO $ do
/dports/x11/lxqt-globalkeys/lxqt-globalkeys-1.0.0/daemon/
H A Dcommand_action.cpp39 CommandAction::CommandAction(LogTarget *logTarget, const QString &command, const QStringList &args,… in CommandAction() function in CommandAction
46 bool CommandAction::call() in call()
H A Dcommand_action.h38 class CommandAction : public BaseAction
41CommandAction(LogTarget *logTarget, const QString &command, const QStringList &args, const QString…
/dports/devel/awscli/awscli-1.20.61/awscli/
H A Dargparser.py42 class CommandAction(argparse.Action): class
51 super(CommandAction, self).__init__(
149 self.add_argument('command', action=CommandAction,
165 self.add_argument('operation', action=CommandAction,
190 self.add_argument('subcommand', action=CommandAction,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/
H A DCommandAction.java45 public class CommandAction extends Action { class
53 protected CommandAction() { in CommandAction() method in CommandAction
65 public CommandAction(IServiceLocator serviceLocator, String commandIdIn) { in CommandAction() method in CommandAction
79 public CommandAction(IServiceLocator serviceLocator, String commandIdIn, Map parameterMap) { in CommandAction() method in CommandAction
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/ui/
H A Dcommandaction.h31 class CommandAction : public de::Action
34 CommandAction(de::String const &cmd, int commandSource = CMDS_DDAY);
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/tests/
H A Dactiontestcase.py32 from ..server.action import CommandAction, CallingMap, substituteRecursiveTags
45 self.__action = CommandAction(None, "Test")
475 CommandAction.executeCmd('/bin/ls >/dev/null\nbogusXXX now 2>/dev/null')
482 self.assertFalse(CommandAction.executeCmd('sleep 30', timeout=timeout))
522 self.assertFalse(CommandAction.executeCmd(
536 self.assertFalse(CommandAction.executeCmd(
551 CommandAction.executeCmd('echo "How now brown cow"')
553 CommandAction.executeCmd(
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/commands/
H A DChangeListCommand.h80 enum CommandAction { enum
102 QHash<int, CommandAction> m_actions;
/dports/editors/calligra/calligra-3.2.1/libs/text/commands/
H A DChangeListCommand.h80 enum CommandAction { enum
102 QHash<int, CommandAction> m_actions;
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/client/
H A Dactionreader.py31 from ..server.action import CommandAction
86 ignore=CommandAction._escapedTags | set(('timeout', 'bantime')))
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/
H A DCheatSheetHyperlinkActionFactory.java99 return new CommandAction(getParameter(parameters, KEY_COMAND)); in create()
291 private static class CommandAction extends CheatSheetHyperlinkAction { class in CheatSheetHyperlinkActionFactory
295 public CommandAction(String command) { in CommandAction() method in CheatSheetHyperlinkActionFactory.CommandAction
/dports/devel/py-pyface/pyface-7.2.0/pyface/undo/action/
H A Dapi.py25 from .command_action import CommandAction
H A Dcommand_action.py31 class CommandAction(Action): class
/dports/devel/py-apptools/apptools-4.5.0/apptools/undo/action/
H A Dapi.py15 from .command_action import CommandAction
H A Dcommand_action.py21 class CommandAction(Action): class
/dports/devel/scons/SCons-4.2.0/SCons/Tool/ninja/
H A DGlobals.py36 SCons.Action.CommandAction,

1234