15 #include <vlutil/vlPerformanceStats.h>
20 class QDoubleValidator;
41 virtual bool forNumberOfTimes()
const;
42 virtual void setForNumberOfTimes(
bool);
44 virtual unsigned numberOfTimes()
const;
45 virtual void setNumberOfTimes(
unsigned);
47 virtual bool indefinitely()
const;
48 virtual void setIndefinitely(
bool);
50 virtual bool forDuration()
const;
51 virtual void setForDuration(
bool);
53 virtual double duration()
const;
54 virtual void setDuration(
double);
57 virtual QWidget* contents(
const std::set<makVrv::DtUniqueID>& data)
override;
58 virtual QBoxLayout* createMainLayout()
override;
62 virtual void sendRequest()
override;
64 virtual void initializeItems(
const std::set<makVrv::DtUniqueID>& data)
override;
65 virtual void setupFrom(
const std::set<makVrv::DtUniqueID>& d)
override;
66 virtual void requestMet();
67 virtual void comboChanged(
const QString&)
override;
68 virtual bool resetAnimationsIfNecessary();
69 virtual void animationTick();
72 virtual void onAnimationTypeChanged();
73 virtual void onPreviewChanged();
QLineEdit * myForDurationEdit
Definition: taskDIGuyAnimationDialog.h:84
double myDuration
Definition: taskDIGuyAnimationDialog.h:97
std::map< makVrv::DtUniqueID, std::string > myCurrentAnimations
Definition: taskDIGuyAnimationDialog.h:92
DtString myAnimation
Definition: taskDIGuyAnimationDialog.h:89
DtString myCharacterType
Definition: taskDIGuyAnimationDialog.h:95
Definition: taskSetDialogInterface.h:82
QCheckBox * myPreview
Definition: taskDIGuyAnimationDialog.h:86
bool myResetAnimations
Definition: taskDIGuyAnimationDialog.h:93
unsigned myNumberOfTimes
Definition: taskDIGuyAnimationDialog.h:98
bool myClosing
Definition: taskDIGuyAnimationDialog.h:101
QRadioButton * myForNumberOfTimes
Definition: taskDIGuyAnimationDialog.h:79
boost::signals2::connection myTickConnection
Definition: taskDIGuyAnimationDialog.h:100
QHBoxLayout * myForNumberOfTimesLayout
Definition: taskDIGuyAnimationDialog.h:78
double myAnimationDuration
Definition: taskDIGuyAnimationDialog.h:96
std::vector< makVrv::DtUniqueID > myCanPreviewFor
Definition: taskDIGuyAnimationDialog.h:94
Class that is used as a template for task/set dialogs.
Definition: taskSetDialogInterface.h:44
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
bool myResetting
Definition: taskDIGuyAnimationDialog.h:102
QHBoxLayout * myForDurationLayout
Definition: taskDIGuyAnimationDialog.h:82
QGroupBox * myAnimationGroupBox
Definition: taskDIGuyAnimationDialog.h:76
QRadioButton * myIndefinitely
Definition: taskDIGuyAnimationDialog.h:81
class DtSimStatement:
Definition: simStatement.h:38
makVrv::DtUniqueID myLastRequest
Definition: taskDIGuyAnimationDialog.h:91
Definition: baseComboTaskSetDialog.h:24
QRadioButton * myForDuration
Definition: taskDIGuyAnimationDialog.h:83
Definition: taskDIGuyAnimationDialog.h:105
bool myRequested
Definition: taskDIGuyAnimationDialog.h:90
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
QSpinBox * myForNumberOfTimesEdit
Definition: taskDIGuyAnimationDialog.h:80
DtTimedSection myAnimationTimer
Definition: taskDIGuyAnimationDialog.h:99
QDoubleValidator * myDurationValidator
Definition: taskDIGuyAnimationDialog.h:85
Definition: taskDIGuyAnimationDialog.h:30
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
QVBoxLayout * myAnimateLayout
Definition: taskDIGuyAnimationDialog.h:77