#include <BALL/VIEW/DIALOGS/shortcutDialog.h>
Public Slots | |
virtual void | searchTextChanged (QString filter) |
Public Member Functions | |
ShortcutDialog (QWidget *parent=NULL, const char *name="ShortcutDialog", Qt::WFlags fl=0) | |
Constructor. | |
virtual | ~ShortcutDialog () |
Destructor. | |
virtual void | initializeWidget (MainControl &main_control) |
Protected Slots | |
virtual void | browseImportFile_ () |
virtual void | browseExportFile_ () |
virtual void | shortcutChanged_ () |
void | loadPredefinedShortcuts_ (QString entry) |
void | loadShortcutsFromFile_ (const String &filename) |
Dialog for changing the BALLView shortcuts
BALL::VIEW::ShortcutDialog::ShortcutDialog | ( | QWidget * | parent = NULL , |
const char * | name = "ShortcutDialog" , |
||
Qt::WFlags | fl = 0 |
||
) |
Constructor.
virtual BALL::VIEW::ShortcutDialog::~ShortcutDialog | ( | ) | [virtual] |
Destructor.
virtual void BALL::VIEW::ShortcutDialog::browseExportFile_ | ( | ) | [protected, virtual, slot] |
virtual void BALL::VIEW::ShortcutDialog::browseImportFile_ | ( | ) | [protected, virtual, slot] |
virtual void BALL::VIEW::ShortcutDialog::initializeWidget | ( | MainControl & | main_control | ) | [virtual] |
Initialization. This method is called automatically before the main application is started. It adds the dialog's menu entries and connections.
Reimplemented from BALL::VIEW::ModularWidget.
void BALL::VIEW::ShortcutDialog::loadPredefinedShortcuts_ | ( | QString | entry | ) | [protected, slot] |
void BALL::VIEW::ShortcutDialog::loadShortcutsFromFile_ | ( | const String & | filename | ) | [protected, slot] |
virtual void BALL::VIEW::ShortcutDialog::searchTextChanged | ( | QString | filter | ) | [virtual, slot] |
virtual void BALL::VIEW::ShortcutDialog::shortcutChanged_ | ( | ) | [protected, virtual, slot] |