Home
last modified time | relevance | path

Searched refs:canExecuteCommand (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/copyq/CopyQ-5.0.0/src/scriptable/
H A Dscriptable.h431 bool canExecuteCommand(const Command &command);
H A Dscriptable.cpp3294 if ( !canExecuteCommand(command) ) in runCommands()
3338 bool Scriptable::canExecuteCommand(const Command &command) in canExecuteCommand() function in Scriptable
/dports/deskutils/copyq/CopyQ-5.0.0/src/gui/
H A Dmainwindow.cpp154 bool canExecuteCommand(const Command &command, const QVariantMap &data, const QString &sourceTabNam… in canExecuteCommand() function
1412 if ( canExecuteCommand(command, data, tabName) ) { in commandsForMenu()