1#ifndef BALL_VIEW_DIALOG_SNAPSHOTVISUALISATIONDIALOG_H
2#define BALL_VIEW_DIALOG_SNAPSHOTVISUALISATIONDIALOG_H
4#ifndef BALL_COMMON_GLOBAL_H
8#ifndef BALL_VIEW_KERNEL_MODULARWIDGET_H
12#include <BALL/VIEW/UIC/ui_snapShotVisualisation.h>
14#include <QtWidgets/QDialog>
30 public Ui_SnapshotVisualisationDialogData,
virtual void checkNoLoop()
MainControl * main_control_
virtual void oneBackwardClicked()
Function to select the analogous Snapshot.
virtual void snapShotInputTest()
test wether input in line edits startSnapshot or endSnapshot are valid
Size getStartSnapshot() const
const SnapShotManager * getSnapShotManager()
This function gets the SnapShotManager.
virtual void lastSnapshotClicked()
Function to select the analogous Snapshot.
virtual void animateClicked()
Function to select the analogous Snapshot.
void sliderDragStarted_()
SnapshotVisualisationDialog(QWidget *parent=0, const char *name="SnapshotVisualisationDialog")
Constructor.
virtual void oneForwardClicked()
Function to select the analogous Snapshot.
Size getEndSnapshot() const
virtual void sliderMovedToPos()
virtual void closeEvent(QCloseEvent *)
virtual void firstSnapshotClicked()
Function to select the analogous Snapshot.
virtual void animationSpeedChanged()
virtual void tenBackwardClicked()
Function to select the analogous Snapshot.
virtual void tenForwardClicked()
Function to select the analogous Snapshot.
virtual void hundredForwardClicked()
Function to select the analogous Snapshot.
void setSnapShotManager(SnapShotManager *snapshot_manager)
This function sets the SnapShotManager.
virtual void hundredBackwardClicked()
Function to select the analogous Snapshot.
SnapShotManager * snap_shot_manager_
#define BALL_EMBEDDABLE(TYPE, BASE)