BALL::VIEW::SnapshotVisualisationDialog Class Reference
[QT Dialogs]

#include <BALL/VIEW/DIALOGS/snapShotVisualisation.h>

Inheritance diagram for BALL::VIEW::SnapshotVisualisationDialog:
QDialog Ui_SnapshotVisualisationDialogData BALL::VIEW::ModularWidget BALL::Embeddable BALL::VIEW::ConnectionObject

List of all members.


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 SnapShotManagergetSnapShotManager ()
 

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

MainControlmain_control_
QString tmp_
SnapShotManagersnap_shot_manager_
bool error_
bool cancel_
bool animation_running_
bool drag_

Detailed Description

Dialog to visualise SnapShot instances

See also:

SnapShotManager

SnapShot


Constructor & Destructor Documentation

BALL::VIEW::SnapshotVisualisationDialog::SnapshotVisualisationDialog ( QWidget parent = 0,
const char *  name = "SnapshotVisualisationDialog" 
)

Constructor.

BALL::VIEW::SnapshotVisualisationDialog::~SnapshotVisualisationDialog (  ) 

Destructor.


Member Function Documentation

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]
Size BALL::VIEW::SnapshotVisualisationDialog::getEndSnapshot (  )  const
const SnapShotManager* BALL::VIEW::SnapshotVisualisationDialog::getSnapShotManager (  )  [inline]

This function gets the SnapShotManager.

Size BALL::VIEW::SnapshotVisualisationDialog::getStartSnapshot (  )  const
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]

Member Data Documentation