BALL
1.4.1
|
#include <BALL/VIEW/DIALOGS/snapShotVisualisation.h>
Public Slots | |
void | show () |
virtual void | firstSnapshotClicked () |
Function to select the analogous Snapshot. | |
virtual void | oneForwardClicked () |
Function to select the analogous Snapshot. | |
virtual void | oneBackwardClicked () |
Function to select the analogous Snapshot. | |
virtual void | tenForwardClicked () |
Function to select the analogous Snapshot. | |
virtual void | tenBackwardClicked () |
Function to select the analogous Snapshot. | |
virtual void | hundredForwardClicked () |
Function to select the analogous Snapshot. | |
virtual void | hundredBackwardClicked () |
Function to select the analogous Snapshot. | |
virtual void | lastSnapshotClicked () |
Function to select the analogous Snapshot. | |
virtual void | animateClicked () |
Function to select the analogous Snapshot. | |
virtual void | snapShotInputTest () |
test wether input in line edits startSnapshot or endSnapshot are valid | |
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. | |
~SnapshotVisualisationDialog () | |
Destructor. | |
void | setSnapShotManager (SnapShotManager *snapshot_manager) |
This function sets the SnapShotManager. | |
const SnapShotManager * | getSnapShotManager () |
This function gets the SnapShotManager. | |
Size | getStartSnapshot () const |
Size | getEndSnapshot () 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_ |
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.
virtual void BALL::VIEW::SnapshotVisualisationDialog::animateClicked | ( | ) | [virtual, slot] |
Function to select the analogous Snapshot.
virtual void BALL::VIEW::SnapshotVisualisationDialog::animationSpeedChanged | ( | ) | [virtual, slot] |
void BALL::VIEW::SnapshotVisualisationDialog::backward | ( | Size | nr | ) | [protected] |
void BALL::VIEW::SnapshotVisualisationDialog::cancelPressed | ( | ) | [slot] |
virtual void BALL::VIEW::SnapshotVisualisationDialog::checkLoop | ( | ) | [virtual, slot] |
virtual void BALL::VIEW::SnapshotVisualisationDialog::checkNoLoop | ( | ) | [virtual, slot] |
virtual void BALL::VIEW::SnapshotVisualisationDialog::checkRock | ( | ) | [virtual, slot] |
virtual void BALL::VIEW::SnapshotVisualisationDialog::closeEvent | ( | QCloseEvent * | ) | [protected, virtual] |
virtual void BALL::VIEW::SnapshotVisualisationDialog::firstSnapshotClicked | ( | ) | [virtual, slot] |
Function to select the analogous Snapshot.
void BALL::VIEW::SnapshotVisualisationDialog::forward | ( | Size | nr | ) | [protected] |
const SnapShotManager* BALL::VIEW::SnapshotVisualisationDialog::getSnapShotManager | ( | ) | [inline] |
This function gets the SnapShotManager.
Definition at line 49 of file snapShotVisualisation.h.
virtual void BALL::VIEW::SnapshotVisualisationDialog::hundredBackwardClicked | ( | ) | [virtual, slot] |
Function to select the analogous Snapshot.
virtual void BALL::VIEW::SnapshotVisualisationDialog::hundredForwardClicked | ( | ) | [virtual, slot] |
Function to select the analogous Snapshot.
virtual void BALL::VIEW::SnapshotVisualisationDialog::lastSnapshotClicked | ( | ) | [virtual, slot] |
Function to select the analogous Snapshot.
virtual void BALL::VIEW::SnapshotVisualisationDialog::oneBackwardClicked | ( | ) | [virtual, slot] |
Function to select the analogous Snapshot.
virtual void BALL::VIEW::SnapshotVisualisationDialog::oneForwardClicked | ( | ) | [virtual, slot] |
Function to select the analogous Snapshot.
void BALL::VIEW::SnapshotVisualisationDialog::setSnapShotManager | ( | SnapShotManager * | snapshot_manager | ) |
This function sets the SnapShotManager.
void BALL::VIEW::SnapshotVisualisationDialog::show | ( | ) | [slot] |
void BALL::VIEW::SnapshotVisualisationDialog::sliderDragEnded_ | ( | ) | [protected, slot] |
void BALL::VIEW::SnapshotVisualisationDialog::sliderDragStarted_ | ( | ) | [protected, slot] |
virtual void BALL::VIEW::SnapshotVisualisationDialog::sliderMovedToPos | ( | ) | [virtual, slot] |
virtual void BALL::VIEW::SnapshotVisualisationDialog::snapShotInputTest | ( | ) | [virtual, slot] |
test wether input in line edits startSnapshot or endSnapshot are valid
void BALL::VIEW::SnapshotVisualisationDialog::stop_ | ( | ) | [protected] |
virtual void BALL::VIEW::SnapshotVisualisationDialog::tenBackwardClicked | ( | ) | [virtual, slot] |
Function to select the analogous Snapshot.
virtual void BALL::VIEW::SnapshotVisualisationDialog::tenForwardClicked | ( | ) | [virtual, slot] |
Function to select the analogous Snapshot.
void BALL::VIEW::SnapshotVisualisationDialog::update_ | ( | ) | [protected] |
Definition at line 128 of file snapShotVisualisation.h.
bool BALL::VIEW::SnapshotVisualisationDialog::cancel_ [protected] |
Definition at line 127 of file snapShotVisualisation.h.
bool BALL::VIEW::SnapshotVisualisationDialog::drag_ [protected] |
Definition at line 129 of file snapShotVisualisation.h.
bool BALL::VIEW::SnapshotVisualisationDialog::error_ [protected] |
Definition at line 126 of file snapShotVisualisation.h.
Definition at line 123 of file snapShotVisualisation.h.
Definition at line 125 of file snapShotVisualisation.h.
QString BALL::VIEW::SnapshotVisualisationDialog::tmp_ [protected] |
Definition at line 124 of file snapShotVisualisation.h.