#include <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_ |
1.5.8