29 #include "ui_LoadsMovie.h"
104 virtual void reset();
135 #endif // LOADSMOVIE_H
void initSlider()
change the slider range/value depending on tmin, tmax and dt
void rewind()
Slot called when the button Rewind is clicked.
void pause()
Slot called when the button Pause is clicked.
void play()
Slot called when the button Play is clicked.
virtual void defaultTMin()
LoadsManager * myLM
the load manager
Definition: LoadsMovie.h:112
virtual void playOneStep()
virtual void tMinModified()
virtual void dtModified()
virtual void tMaxModified()
This class manages the applied all loads (see LML), deformation add-on, atom data monitoring and atom...
Definition: LoadsManager.h:69
This class manages the display of a simulation (either an already made simulation opened in a single ...
Definition: LoadsSimulationDriver.h:47
QString outputDirName
the output directory name for making videos
Definition: LoadsMovie.h:121
void updateDisplay(bool force)
update the display
LoadsSimulationDriver * simDriver
the code core for the display of a loads
Definition: LoadsMovie.h:127
LoadsMovie(LoadsManager *myLoadsManager, QWidget *parent=0)
Default Constructor.
QLineEdit * outputDirNameLineEdit
the output dir name line edit
Definition: LoadsMovie.h:124
virtual void chooseOutputDir()
double getTime() const
get the actual time
Ui::LoadsMovie ui
the ui dialog designed in qtdesigner
Definition: LoadsMovie.h:130
virtual void tMaxChanged()
virtual void tSliderChanged(int)
void stop()
Slot called when the button Stop is clicked.
virtual void tMinChanged()
void doOneStep()
increment t and update the display
virtual void defaultTMax()
This dialog allows to see the simulation It plays the impload, allowing the user to see the evolution...
Definition: LoadsMovie.h:42
QColor bgColor
the initial bg color
Definition: LoadsMovie.h:115