|
BALL
1.5.0
|
#include </build/ball-C0AAkJ/ball-1.5.0+git20180813.37fc53c/source/APPLICATIONS/BALLVIEW/demoTutorialDialog.h>
Public Slots | |
| void | show () |
| Show and raise the dialog. More... | |
| void | showDemo () |
| void | showTutorial () |
| void | showRaytracingTutorial () |
| void | nextStepClicked () |
| Next Step. More... | |
| virtual void | checkMenu (MainControl &main_control) |
Public Member Functions | |
| DemoTutorialDialog (QWidget *parent=NULL, const char *name=NULL) | |
| Default Constructor. More... | |
| virtual | ~DemoTutorialDialog () |
| Destructor. More... | |
| virtual void | onNotify (Message *message) |
| Message handling method. More... | |
| virtual void | initializeWidget (MainControl &main_control) |
| void | setDemoMode (bool) |
Public Member Functions inherited from BALL::VIEW::ModularWidget | |
| 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 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 String & | getIdentifier () 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) |
| ConnectionObject * | getParent () const |
| ConnectionObject * | getRoot () |
| virtual bool | isValid () const |
Protected Member Functions | |
| void | nextStepDemo_ () |
| void | nextStepTutorial_ () |
| void | initDemo_ () |
| void | initTutorials_ () |
| void | enableNextStep_ () |
| virtual void | onNotifyTutorial_ (Message *message) |
| virtual void | onNotifyRaytracingTutorial_ (Message *message) |
| virtual void | onNotifyDemo_ (Message *message) |
| void | addPlane_ (char plane_specifier, int height, int boundary, bool bottom=true) |
| String | getBaseDir_ () |
Protected Member Functions inherited from BALL::VIEW::ConnectionObject | |
| void | notify_ (Message *message) |
| void | notify_ (Message &message) |
| void | onNotify_ (Message *message) |
Additional Inherited Members | |
Public Types inherited from BALL::Embeddable | |
| typedef std::vector< Embeddable * > | EmbeddableVector |
Static Public Member Functions inherited from BALL::VIEW::ModularWidget | |
| static void | registerWidget (ModularWidget *mwidget) |
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 Embeddable * | getInstance_ (const std::type_info &type, Position index) |
| static Embeddable * | getInstance_ (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_ |
| QList< QAction * > | main_toolbar_actions_ |
Dialog for showing a demo and tutorial.
Definition at line 32 of file demoTutorialDialog.h.
| BALL::VIEW::DemoTutorialDialog::DemoTutorialDialog | ( | QWidget * | parent = NULL, |
| const char * | name = NULL |
||
| ) |
Default Constructor.
Definition at line 51 of file demoTutorialDialog.C.
|
virtual |
Destructor.
Definition at line 80 of file demoTutorialDialog.C.
|
protected |
Definition at line 413 of file demoTutorialDialog.C.
|
virtualslot |
Definition at line 976 of file demoTutorialDialog.C.
|
protected |
Definition at line 313 of file demoTutorialDialog.C.
|
protected |
Definition at line 132 of file demoTutorialDialog.C.
|
protected |
Definition at line 89 of file demoTutorialDialog.C.
|
virtual |
Initialize the widget. This method is called automatically immediately before the main application is started. It should add the widget's menu entries and connections (if required). This method will be called by MainControl::show.
| main_control | the MainControl object to be initialized with this ModularWidget |
Reimplemented from BALL::VIEW::ModularWidget.
Definition at line 950 of file demoTutorialDialog.C.
|
protected |
Definition at line 138 of file demoTutorialDialog.C.
|
slot |
Next Step.
Definition at line 319 of file demoTutorialDialog.C.
|
protected |
Definition at line 558 of file demoTutorialDialog.C.
|
protected |
|
virtual |
Message handling method.
Reimplemented from BALL::VIEW::ConnectionObject.
Definition at line 254 of file demoTutorialDialog.C.
|
protectedvirtual |
Definition at line 272 of file demoTutorialDialog.C.
|
protectedvirtual |
Definition at line 888 of file demoTutorialDialog.C.
|
protectedvirtual |
Definition at line 776 of file demoTutorialDialog.C.
|
inline |
Definition at line 54 of file demoTutorialDialog.h.
|
slot |
Show and raise the dialog.
Definition at line 228 of file demoTutorialDialog.C.
|
slot |
Definition at line 770 of file demoTutorialDialog.C.
|
slot |
Definition at line 757 of file demoTutorialDialog.C.
|
slot |
Definition at line 764 of file demoTutorialDialog.C.