BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | Protected Slots | List of all members
BALL::VIEW::ShortcutDialog Class Reference

#include <BALL/VIEW/DIALOGS/shortcutDialog.h>

Inheritance diagram for BALL::VIEW::ShortcutDialog:
QWidget BALL::VIEW::ModularWidget BALL::VIEW::PreferencesEntry BALL::Embeddable BALL::VIEW::ConnectionObject

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)
- Public Member Functions inherited from BALL::VIEW::ModularWidget
void setWorkingDirFromFilename_ (String filename)
virtual void showHelp (const String &url)
 ModularWidget (const char *name="<ModularWidget>")
 ModularWidget (const ModularWidget &widget)
virtual ~ModularWidget ()
virtual void destroy ()
virtual void clear ()
virtual void checkMenu (MainControl &main_control)
QAction * insertMenuEntry (Position parent_id, const String &name, const QObject *receiver=0, const char *slot=0, const String &description="", QKeySequence accel=QKeySequence())
void setMenuHint (const String &hint)
void setMenuHelp (const String &url)
virtual void registerForHelpSystem (const QObject *object, const String &url)
virtual void addToolBarEntries (QToolBar *main_tb)
void setIcon (const String &filename, bool add_to_main_toolbar=true)
virtual void initializePreferencesTab (Preferences &preferences)
virtual void finalizePreferencesTab (Preferences &preferences)
virtual void applyPreferences ()
virtual void fetchPreferences (INIFile &inifile)
virtual void writePreferences (INIFile &inifile)
bool lockComposites ()
bool unlockComposites ()
 Unlock the Composites.
MainControlgetMainControl () const
virtual void setStatusbarText (const String &text, bool important=false)
virtual void setStatusbarText (const QString &text, bool important=false)
 
String getWorkingDir ()
 Implemented for convenience.
void setWorkingDir (const String &dir)
 Implemented for convenience.
FragmentDBgetFragmentDB () const
virtual void dump (std::ostream &s=std::cout, Size depth=0) const
virtual void finalizeWidget (MainControl &main_control)
virtual bool canHandle (const String &) const
virtual bool openFile (const String &)
- Public Member Functions inherited from BALL::Embeddable
 Embeddable (const String &identifier="<Embeddable>")
 Embeddable (const Embeddable &embeddable)
virtual ~Embeddable ()
void setIdentifier (const String &identifier)
const StringgetIdentifier () const
void unregisterThis ()
virtual void registerThis ()
- Public Member Functions inherited from BALL::VIEW::ConnectionObject
 ConnectionObject ()
virtual ~ConnectionObject ()
void registerConnectionObject (ConnectionObject &object)
void unregisterConnectionObject (ConnectionObject &object)
bool isConnectionObjectRegistered (const ConnectionObject &object)
ConnectionObjectgetParent () const
ConnectionObjectgetRoot ()
virtual void onNotify (Message *message)
virtual bool isValid () const
- Public Member Functions inherited from BALL::VIEW::PreferencesEntry
 PreferencesEntry ()
virtual ~PreferencesEntry ()
virtual void writePreferenceEntries (INIFile &inifile)
 Store the settings of all registered objects.
virtual void readPreferenceEntries (const INIFile &inifile)
 Restore the settings of all registered objects.
void setINIFileSectionName (const String &name)
 Set the name for the section in the INIFile.
const StringgetINIFileSectionName () const
 Get the name for the section in the INIFile.
void setWidgetStackName (const String &name)
StackPagesgetStackPages ()
 Return all pages, that are to be shown in a parent QStackedWidget.
void setWidgetStack (QStackedWidget *stack)
virtual void showStackPage (Position nr)
 Show the specified page in the QStackedWidget.
virtual void showStackPage (QWidget *widget)
 Show the specified page in the QStackedWidget.
virtual Position currentStackPage () const
 Get the currently shown page in the QStackedWidget.
virtual void restoreDefaultValues (bool all=false)
 Set all registered objects to their default values.
virtual void storeValues ()
virtual void restoreValues (bool all=false)
virtual void dump (std::ostream &s=std::cout, Size depth=0) const

Protected Slots

virtual void browseImportFile_ ()
virtual void browseExportFile_ ()
virtual void shortcutChanged_ ()
void loadPredefinedShortcuts_ (QString entry)
void loadShortcutsFromFile_ (const String &filename)

Additional Inherited Members

- Public Types inherited from BALL::Embeddable
typedef std::vector< Embeddable * > EmbeddableVector
- Public Types inherited from BALL::VIEW::PreferencesEntry
typedef std::list< std::pair
< QWidget *, String > > 
StackPages
- Static Public Member Functions inherited from BALL::VIEW::ModularWidget
static void registerWidget (ModularWidget *mwidget) throw (Exception::NullPointer)
- Protected Types inherited from BALL::VIEW::PreferencesEntry
typedef HashMap< const QObject
*, String
ValueMap
- Protected Member Functions inherited from BALL::VIEW::ConnectionObject
void onNotify_ (Message *message)
void notify_ (Message *message)
void notify_ (Message &message)
- Protected Member Functions inherited from BALL::VIEW::PreferencesEntry
void registerWidgets_ ()
void registerObject_ (QObject *widget)
void unregisterObject_ (QObject *widget)
void registerWidgetForHelpSystem_ (const QWidget *widget, const String &url)
void restoreValues_ (bool all, const ValueMap &map)
void insertStackEntry_ (QWidget *, const String &name)
bool isSupported_ (QObject &widget)
bool getValue_ (const QObject *widget, String &value)
bool setValue_ (QObject *widget, const String &value)
- Static Protected Member Functions inherited from BALL::Embeddable
static void registerInstance_ (const std::type_info &type, const Embeddable *instance)
static void unregisterInstance_ (const Embeddable *instance)
static Size countInstances_ (const std::type_info &type)
static EmbeddablegetInstance_ (const std::type_info &type, Position index)
static EmbeddablegetInstance_ (const std::type_info &type, const String &identifier)
- Protected Attributes inherited from BALL::VIEW::ModularWidget
QAction * window_menu_entry_
bool show_window_enty_
bool default_visible_
QAction * last_action_
QList< QAction * > main_toolbar_actions_
- Protected Attributes inherited from BALL::VIEW::PreferencesEntry
String inifile_section_name_
HashSet< QObject * > registered_objects_
ValueMap default_values_
ValueMap last_values_
QStackedWidget * widget_stack_
StackPages stack_pages_

Detailed Description

Dialog for changing the BALLView shortcuts

Definition at line 31 of file shortcutDialog.h.

Constructor & Destructor Documentation

BALL::VIEW::ShortcutDialog::ShortcutDialog ( QWidget parent = NULL,
const char *  name = "ShortcutDialog",
Qt::WFlags  fl = 0 
)

Constructor.

virtual BALL::VIEW::ShortcutDialog::~ShortcutDialog ( )
virtual

Destructor.

Member Function Documentation

virtual void BALL::VIEW::ShortcutDialog::browseExportFile_ ( )
protectedvirtualslot
virtual void BALL::VIEW::ShortcutDialog::browseImportFile_ ( )
protectedvirtualslot
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)
protectedslot
void BALL::VIEW::ShortcutDialog::loadShortcutsFromFile_ ( const String filename)
protectedslot
virtual void BALL::VIEW::ShortcutDialog::searchTextChanged ( QString  filter)
virtualslot
virtual void BALL::VIEW::ShortcutDialog::shortcutChanged_ ( )
protectedvirtualslot