BALL
1.4.2
|
#include <BALL/VIEW/DIALOGS/snapShotVisualisation.h>
Public Slots | |
void | show () |
virtual void | firstSnapshotClicked () |
Function to select the analogous Snapshot. More... | |
virtual void | oneForwardClicked () |
Function to select the analogous Snapshot. More... | |
virtual void | oneBackwardClicked () |
Function to select the analogous Snapshot. More... | |
virtual void | tenForwardClicked () |
Function to select the analogous Snapshot. More... | |
virtual void | tenBackwardClicked () |
Function to select the analogous Snapshot. More... | |
virtual void | hundredForwardClicked () |
Function to select the analogous Snapshot. More... | |
virtual void | hundredBackwardClicked () |
Function to select the analogous Snapshot. More... | |
virtual void | lastSnapshotClicked () |
Function to select the analogous Snapshot. More... | |
virtual void | animateClicked () |
Function to select the analogous Snapshot. More... | |
virtual void | snapShotInputTest () |
test wether input in line edits startSnapshot or endSnapshot are valid More... | |
virtual void | sliderMovedToPos () |
virtual void | animationSpeedChanged () |
virtual void | checkNoLoop () |
virtual void | checkLoop () |
virtual void | checkRock () |
void | cancelPressed () |
Public Member Functions | |
SnapshotVisualisationDialog (QWidget *parent=0, const char *name="SnapshotVisualisationDialog") | |
Constructor. More... | |
~SnapshotVisualisationDialog () | |
Destructor. More... | |
void | setSnapShotManager (SnapShotManager *snapshot_manager) |
This function sets the SnapShotManager. More... | |
const SnapShotManager * | getSnapShotManager () |
This function gets the SnapShotManager. More... | |
Size | getStartSnapshot () const |
Size | getEndSnapshot () const |
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. More... | |
MainControl * | getMainControl () const |
virtual void | setStatusbarText (const String &text, bool important=false) |
virtual void | setStatusbarText (const QString &text, bool important=false) |
More... | |
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 |
virtual void | initializeWidget (MainControl &main_control) |
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 void | onNotify (Message *message) |
virtual bool | isValid () const |
Protected Slots | |
void | sliderDragStarted_ () |
void | sliderDragEnded_ () |
Protected Member Functions | |
void | stop_ () |
virtual void | closeEvent (QCloseEvent *) |
void | update_ () |
void | forward (Size nr) |
void | backward (Size nr) |
Protected Attributes | |
MainControl * | main_control_ |
QString | tmp_ |
SnapShotManager * | snap_shot_manager_ |
bool | error_ |
bool | cancel_ |
bool | animation_running_ |
bool | drag_ |
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_ |
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) throw (Exception::NullPointer) |
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) |
Dialog to visualise SnapShot instances
Definition at line 28 of file snapShotVisualisation.h.
BALL::VIEW::SnapshotVisualisationDialog::SnapshotVisualisationDialog | ( | QWidget * | parent = 0 , |
const char * | name = "SnapshotVisualisationDialog" |
||
) |
Constructor.
BALL::VIEW::SnapshotVisualisationDialog::~SnapshotVisualisationDialog | ( | ) |
Destructor.
|
virtualslot |
Function to select the analogous Snapshot.
|
virtualslot |
|
protected |
|
slot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
protectedvirtual |
|
virtualslot |
Function to select the analogous Snapshot.
|
protected |
Size BALL::VIEW::SnapshotVisualisationDialog::getEndSnapshot | ( | ) | const |
|
inline |
This function gets the SnapShotManager.
Definition at line 49 of file snapShotVisualisation.h.
Size BALL::VIEW::SnapshotVisualisationDialog::getStartSnapshot | ( | ) | const |
|
virtualslot |
Function to select the analogous Snapshot.
|
virtualslot |
Function to select the analogous Snapshot.
|
virtualslot |
Function to select the analogous Snapshot.
|
virtualslot |
Function to select the analogous Snapshot.
|
virtualslot |
Function to select the analogous Snapshot.
void BALL::VIEW::SnapshotVisualisationDialog::setSnapShotManager | ( | SnapShotManager * | snapshot_manager | ) |
This function sets the SnapShotManager.
|
slot |
|
protectedslot |
|
protectedslot |
|
virtualslot |
|
virtualslot |
test wether input in line edits startSnapshot or endSnapshot are valid
|
protected |
|
virtualslot |
Function to select the analogous Snapshot.
|
virtualslot |
Function to select the analogous Snapshot.
|
protected |
|
protected |
Definition at line 128 of file snapShotVisualisation.h.
|
protected |
Definition at line 127 of file snapShotVisualisation.h.
|
protected |
Definition at line 129 of file snapShotVisualisation.h.
|
protected |
Definition at line 126 of file snapShotVisualisation.h.
|
protected |
Definition at line 123 of file snapShotVisualisation.h.
|
protected |
Definition at line 125 of file snapShotVisualisation.h.
|
protected |
Definition at line 124 of file snapShotVisualisation.h.