BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes | List of all members
BALL::VIEW::SnapshotVisualisationDialog Class Reference

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

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

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 SnapShotManagergetSnapShotManager ()
 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...
 
MainControlgetMainControl () 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...
 
FragmentDBgetFragmentDB () 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 StringgetIdentifier () 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)
 
ConnectionObjectgetParent () const
 
ConnectionObjectgetRoot ()
 
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

MainControlmain_control_
 
QString tmp_
 
SnapShotManagersnap_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 EmbeddablegetInstance_ (const std::type_info &type, Position index)
 
static EmbeddablegetInstance_ (const std::type_info &type, const String &identifier)
 

Detailed Description

Dialog to visualise SnapShot instances

See Also
SnapShotManager
SnapShot

Definition at line 28 of file snapShotVisualisation.h.

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

Function to select the analogous Snapshot.

virtual void BALL::VIEW::SnapshotVisualisationDialog::animationSpeedChanged ( )
virtualslot
void BALL::VIEW::SnapshotVisualisationDialog::backward ( Size  nr)
protected
void BALL::VIEW::SnapshotVisualisationDialog::cancelPressed ( )
slot
virtual void BALL::VIEW::SnapshotVisualisationDialog::checkLoop ( )
virtualslot
virtual void BALL::VIEW::SnapshotVisualisationDialog::checkNoLoop ( )
virtualslot
virtual void BALL::VIEW::SnapshotVisualisationDialog::checkRock ( )
virtualslot
virtual void BALL::VIEW::SnapshotVisualisationDialog::closeEvent ( QCloseEvent *  )
protectedvirtual
virtual void BALL::VIEW::SnapshotVisualisationDialog::firstSnapshotClicked ( )
virtualslot

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.

Definition at line 49 of file snapShotVisualisation.h.

Size BALL::VIEW::SnapshotVisualisationDialog::getStartSnapshot ( ) const
virtual void BALL::VIEW::SnapshotVisualisationDialog::hundredBackwardClicked ( )
virtualslot

Function to select the analogous Snapshot.

virtual void BALL::VIEW::SnapshotVisualisationDialog::hundredForwardClicked ( )
virtualslot

Function to select the analogous Snapshot.

virtual void BALL::VIEW::SnapshotVisualisationDialog::lastSnapshotClicked ( )
virtualslot

Function to select the analogous Snapshot.

virtual void BALL::VIEW::SnapshotVisualisationDialog::oneBackwardClicked ( )
virtualslot

Function to select the analogous Snapshot.

virtual void BALL::VIEW::SnapshotVisualisationDialog::oneForwardClicked ( )
virtualslot

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_ ( )
protectedslot
void BALL::VIEW::SnapshotVisualisationDialog::sliderDragStarted_ ( )
protectedslot
virtual void BALL::VIEW::SnapshotVisualisationDialog::sliderMovedToPos ( )
virtualslot
virtual void BALL::VIEW::SnapshotVisualisationDialog::snapShotInputTest ( )
virtualslot

test wether input in line edits startSnapshot or endSnapshot are valid

void BALL::VIEW::SnapshotVisualisationDialog::stop_ ( )
protected
virtual void BALL::VIEW::SnapshotVisualisationDialog::tenBackwardClicked ( )
virtualslot

Function to select the analogous Snapshot.

virtual void BALL::VIEW::SnapshotVisualisationDialog::tenForwardClicked ( )
virtualslot

Function to select the analogous Snapshot.

void BALL::VIEW::SnapshotVisualisationDialog::update_ ( )
protected

Member Data Documentation

bool BALL::VIEW::SnapshotVisualisationDialog::animation_running_
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.

MainControl* BALL::VIEW::SnapshotVisualisationDialog::main_control_
protected

Definition at line 123 of file snapShotVisualisation.h.

SnapShotManager* BALL::VIEW::SnapshotVisualisationDialog::snap_shot_manager_
protected

Definition at line 125 of file snapShotVisualisation.h.

QString BALL::VIEW::SnapshotVisualisationDialog::tmp_
protected

Definition at line 124 of file snapShotVisualisation.h.