#include <gepetto/gui/shortcut-factory.hh>
|
| void | open () |
| | Open the widget that allows to change the different shortcut.
|
| |
◆ ShortcutFactory()
| gepetto::gui::ShortcutFactory::ShortcutFactory |
( |
| ) |
|
◆ ~ShortcutFactory()
| gepetto::gui::ShortcutFactory::~ShortcutFactory |
( |
| ) |
|
◆ addBinding()
| void gepetto::gui::ShortcutFactory::addBinding |
( |
QString |
widgetName, |
|
|
QString |
actionName, |
|
|
QAction * |
action |
|
) |
| |
Add a binding to a given widget. If widgetName doesn't exists, then it will be add. If actionName exists, do nothing
- Parameters
-
| widgetName | name of the corresponding widget |
| actionName | name of the action |
| action | instance of the action |
◆ open
| void gepetto::gui::ShortcutFactory::open |
( |
| ) |
|
|
slot |
Open the widget that allows to change the different shortcut.
The documentation for this class was generated from the following file: