BALL
1.4.1
|
#include </build/buildd/ball-1.4.1+20111206/source/APPLICATIONS/BALLVIEW/demoTutorialDialog.h>
Public Slots | |
void | show () |
Show and raise the dialog. | |
void | showDemo () |
void | showTutorial () |
void | nextStepClicked () |
Next Step. | |
virtual void | checkMenu (MainControl &main_control) |
Public Member Functions | |
DemoTutorialDialog (QWidget *parent=NULL, const char *name=NULL) | |
Default Constructor. | |
virtual | ~DemoTutorialDialog () |
Destructor. | |
virtual void | onNotify (Message *message) |
Message handling method. | |
virtual void | initializeWidget (MainControl &main_control) |
void | setDemoMode (bool state) |
![]() | |
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. | |
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. | |
void | setWorkingDir (const String &dir) |
Implemented for convenience. | |
FragmentDB & | getFragmentDB () 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 &) |
![]() | |
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 bool | isValid () const |
Protected Member Functions | |
void | nextStepDemo_ () |
void | nextStepTutorial_ () |
void | initDemo_ () |
void | initTutorial_ () |
void | enableNextStep_ () |
virtual void | onNotifyTutorial_ (Message *message) |
virtual void | onNotifyDemo_ (Message *message) |
String | getBaseDir_ () |
Private Attributes | |
std::list< Composite * > | composites_ |
RegularData3D * | grid_ |
System * | system_ |
String | prefix_ |
bool | demo_mode_ |
Position | current_step_ |
Mesh * | surface_ |
QAction * | demo_action_ |
QAction * | tutorial_action_ |
Additional Inherited Members | |
![]() | |
typedef std::vector< Embeddable * > | EmbeddableVector |
![]() | |
static void | registerWidget (ModularWidget *mwidget) throw (Exception::NullPointer) |
![]() | |
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) |
![]() | |
QAction * | window_menu_entry_ |
bool | show_window_enty_ |
bool | default_visible_ |
QAction * | last_action_ |
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 54 of file demoTutorialDialog.C.
|
virtual |
Destructor.
Definition at line 74 of file demoTutorialDialog.C.
|
virtualslot |
Definition at line 597 of file demoTutorialDialog.C.
|
protected |
Definition at line 222 of file demoTutorialDialog.C.
|
protected |
Definition at line 102 of file demoTutorialDialog.C.
|
protected |
Definition at line 83 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 583 of file demoTutorialDialog.C.
|
protected |
Definition at line 115 of file demoTutorialDialog.C.
|
slot |
Next Step.
Definition at line 228 of file demoTutorialDialog.C.
|
protected |
Definition at line 270 of file demoTutorialDialog.C.
|
protected |
|
virtual |
Message handling method.
Reimplemented from BALL::VIEW::ConnectionObject.
Definition at line 165 of file demoTutorialDialog.C.
|
protectedvirtual |
Definition at line 179 of file demoTutorialDialog.C.
|
protectedvirtual |
Definition at line 469 of file demoTutorialDialog.C.
|
inline |
Definition at line 54 of file demoTutorialDialog.h.
|
slot |
Show and raise the dialog.
Definition at line 139 of file demoTutorialDialog.C.
|
slot |
Definition at line 463 of file demoTutorialDialog.C.
|
slot |
Definition at line 457 of file demoTutorialDialog.C.
|
private |
Definition at line 89 of file demoTutorialDialog.h.
|
private |
Definition at line 95 of file demoTutorialDialog.h.
|
private |
Definition at line 97 of file demoTutorialDialog.h.
|
private |
Definition at line 94 of file demoTutorialDialog.h.
|
private |
Definition at line 90 of file demoTutorialDialog.h.
|
private |
Definition at line 93 of file demoTutorialDialog.h.
|
private |
Definition at line 96 of file demoTutorialDialog.h.
|
private |
Definition at line 91 of file demoTutorialDialog.h.
|
private |
Definition at line 97 of file demoTutorialDialog.h.