|
| | PluginDialog (Preferences *preferences, QWidget *parent, const char *name="PluginDialog") |
| |
| virtual | ~PluginDialog () |
| |
| virtual void | initializeWidget (MainControl &main_control) |
| |
| virtual void | finalizeWidget (MainControl &main_control) |
| |
| virtual void | writePreferenceEntries (INIFile &inifile) |
| | Store the settings of all registered objects. More...
|
| |
| virtual void | readPreferenceEntries (const INIFile &inifile) |
| | Restore the settings of all registered objects. More...
|
| |
| virtual void | registerChildEntry (PreferencesEntry *child) |
| |
| virtual void | unregisterChildEntry (PreferencesEntry *child) |
| |
| virtual void | restoreDefaultValues (bool=false) |
| | Set all registered objects to their default values. More...
|
| |
| bool | canHandle (BALLPlugin *plugin) const |
| |
| bool | specificSetup_ (BALLPlugin *plugin) |
| |
| bool | specificShutdown_ (BALLPlugin *plugin) |
| |
| | 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 QString &name, const QObject *receiver=0, const char *slot=0, const String &description="", QKeySequence accel=QKeySequence(), const QString &menu_hint=QString(""), UIOperationMode::OperationMode minimal_mode=UIOperationMode::MODE_ALL) |
| |
| BALL_DEPRECATED void | setMenuHelp (QAction *, const String &) |
| |
| virtual BALL_DEPRECATED void | registerForHelpSystem (const QObject *, const String &) |
| |
| virtual void | addToolBarEntries (QToolBar *main_tb) |
| |
| void | setIcon (QAction *action, 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. More...
|
| |
| MainControl * | getMainControl () const |
| |
| virtual void | setStatusbarText (const String &text, bool important=false) |
| |
| virtual void | setStatusbarText (const QString &text, bool important=false) |
| |
| String | getWorkingDir () |
| | Implemented for convenience. More...
|
| |
| void | setWorkingDir (const String &dir) |
| | Implemented for convenience. More...
|
| |
| FragmentDB & | getFragmentDB () const |
| |
| virtual void | dump (std::ostream &s=std::cout, Size depth=0) const |
| |
| void | setWorkingDirFromFilename_ (String filename) |
| |
| virtual BALL_DEPRECATED void | showHelp (const String &) |
| |
| virtual bool | canHandle (const String &) const |
| |
| virtual bool | openFile (const String &) |
| |
| | Embeddable (const String &identifier="<Embeddable>") |
| |
| | Embeddable (const Embeddable &embeddable) |
| |
| virtual | ~Embeddable () |
| |
| void | setIdentifier (const String &identifier) |
| |
| const String & | getIdentifier () const |
| |
| void | unregisterThis () |
| |
| virtual void | registerThis () |
| |
| | ConnectionObject () |
| |
| virtual | ~ConnectionObject () |
| |
| void | registerConnectionObject (ConnectionObject &object) |
| |
| void | unregisterConnectionObject (ConnectionObject &object) |
| |
| bool | isConnectionObjectRegistered (const ConnectionObject &object) |
| |
| ConnectionObject * | getParent () const |
| |
| ConnectionObject * | getRoot () |
| |
| virtual void | onNotify (Message *message) |
| |
| virtual bool | isValid () const |
| |
| | PreferencesEntry () |
| |
| virtual | ~PreferencesEntry () |
| |
| virtual void | writePreferenceEntries (INIFile &inifile) |
| | Store the settings of all registered objects. More...
|
| |
| virtual void | readPreferenceEntries (const INIFile &inifile) |
| | Restore the settings of all registered objects. More...
|
| |
| void | setINIFileSectionName (const String &name) |
| | Set the name for the section in the INIFile. More...
|
| |
| const String & | getINIFileSectionName () const |
| | Get the name for the section in the INIFile. More...
|
| |
| void | setWidgetStackName (const String &name) |
| |
| StackPages & | getStackPages () |
| | Return all pages, that are to be shown in a parent QStackedWidget. More...
|
| |
| void | setWidgetStack (QStackedWidget *stack) |
| |
| virtual void | showStackPage (Position nr) |
| | Show the specified page in the QStackedWidget. More...
|
| |
| virtual void | showStackPage (QWidget *widget) |
| | Show the specified page in the QStackedWidget. More...
|
| |
| virtual Position | currentStackPage () const |
| | Get the currently shown page in the QStackedWidget. More...
|
| |
| virtual void | restoreDefaultValues (bool all=false) |
| | Set all registered objects to their default values. More...
|
| |
| virtual void | storeValues () |
| |
| virtual void | restoreValues (bool all=false) |
| |
| virtual void | dump (std::ostream &s=std::cout, Size depth=0) const |
| |
| virtual bool | setValueAllowed (QObject *) |
| | Allows to prevent restoring of widgets. More...
|
| |
| virtual | ~PluginHandler () |
| |
| virtual bool | canHandle (BALLPlugin *plugin) const =0 |
| |
| bool | startPlugin (BALLPlugin *plugin) |
| |
| bool | stopPlugin (BALLPlugin *plugin) |
| |
| virtual bool | isRunning (BALLPlugin *plugin) const |
| |
Dialog for handling the BALL plugins
This dialog shows all available plugins in a QListView. The user can opt to activate or deactivate any plugin and manipulate the plugin search path. Also this dialog acts as a plugin handler for VIEWPlugins. It is responsible for registering the ConfigDialog of a VIEWPlugin with the preferences system.
Definition at line 73 of file pluginDialog.h.