ActionManager Class

(Debugger::Core::ActionManager)
Inherits: QObject

Static Public Members

Debugger::Core::ActionContainer *actionContainer(int id)
Debugger::Core::Command *command(int id)
QList<Debugger::Core::Command *> commands()
Debugger::Core::ActionContainer *createMenu(int id)
Debugger::Core::ActionContainer *createMenuBar(int id)
Debugger::Core::ActionManager *instance()
bool isPresentationModeEnabled()
Debugger::Core::Command *registerAction(Debugger::QAction *action, int id, const Debugger::Core::Context &context = ..., bool scriptable = false)
void setPresentationModeEnabled(bool enabled)
void unregisterAction(Debugger::QAction *action, int id)
Debugger::QString withNumberAccelerator(const Debugger::QString &text, const int number)
  • 10 static public members inherited from QObject

Protected Functions

void commandAdded(int id)
void commandListChanged()
  • 9 protected functions inherited from QObject

Additional Inherited Members

  • 1 property inherited from QObject
  • 34 public functions inherited from QObject
  • 1 public slot inherited from QObject
  • 2 signals inherited from QObject
  • 1 public variable inherited from QObject
  • 2 protected variables inherited from QObject

Member Function Documentation

[static] Debugger::Core::ActionContainer *ActionManager::actionContainer(int id)

[static] Debugger::Core::Command *ActionManager::command(int id)

[protected] void ActionManager::commandAdded(int id)

[protected] void ActionManager::commandListChanged()

[static] QList<Debugger::Core::Command *> ActionManager::commands()

[static] Debugger::Core::ActionContainer *ActionManager::createMenu(int id)

[static] Debugger::Core::ActionContainer *ActionManager::createMenuBar(int id)

[static] Debugger::Core::ActionManager *ActionManager::instance()

[static] bool ActionManager::isPresentationModeEnabled()

[static] Debugger::Core::Command *ActionManager::registerAction(Debugger::QAction *action, int id, const Debugger::Core::Context &context = ..., bool scriptable = false)

[static] void ActionManager::setPresentationModeEnabled(bool enabled)

See also isPresentationModeEnabled().

[static] void ActionManager::unregisterAction(Debugger::QAction *action, int id)

[static] Debugger::QString ActionManager::withNumberAccelerator(const Debugger::QString &text, const int number)