|
const char * | GetName () const override |
|
void | Reflect (AZ::ReflectContext *context) override |
|
uint32 | GetClassID () const override |
|
bool | GetIsClosable () const override |
|
bool | GetIsFloatable () const override |
|
bool | GetIsVertical () const override |
|
bool | Init () override |
|
EMStudioPlugin * | Clone () const override |
|
void | ProcessFrame (float timePassedInSeconds) override |
|
void | SetMode (TimeViewMode mode) |
|
TimeViewMode | GetMode () const |
|
double | GetScrollX () const |
|
void | DeltaScrollX (double deltaX, bool animate=true) |
|
void | SetScrollX (double scrollX, bool animate=true) |
|
void | CalcTime (double xPixel, double *outPixelTime, uint32 *outMinutes, uint32 *outSeconds, uint32 *outMilSecs, uint32 *outFrameNr, bool scaleXPixel=true) const |
|
void | DecomposeTime (double timeValue, uint32 *outMinutes, uint32 *outSeconds, uint32 *outMilSecs, uint32 *outFrameNr) const |
|
double | PixelToTime (double xPixel, bool isScaledPixel=true) const |
|
double | TimeToPixel (double timeInSeconds, bool scale=true) const |
|
double | GetCurrentTime () const |
|
void | SetCurrentTime (double timeInSeconds) |
|
void | UpdateVisualData () |
|
bool | SnapTime (double *inOutTime, TimeTrackElement *elementToIgnore, double snapThreshold) |
|
void | ZoomToFit () |
|
void | GetDataTimes (double *outMaxTime, double *outClipStart, double *outClipEnd) const |
|
double | CalcFitScale (double minScale=1.0, double maxScale=100.0) const |
|
void | MakeTimeVisible (double timeValue, double offsetFactor=0.95, bool animate=true) |
|
bool | GetIsTimeVisible (double timeValue) const |
|
float | GetTimeScale () const |
|
void | RenderElementTimeHandles (QPainter &painter, uint32 dataWindowHeight, const QPen &pen) |
|
void | DisableAllToolTips () |
|
void | AddTrack (TimeTrack *track) |
|
void | RemoveAllTracks () |
|
TimeTrack * | GetTrack (size_t index) |
|
size_t | GetNumTracks () const |
|
AZ::Outcome< size_t > | FindTrackIndex (const TimeTrack *track) const |
|
TimeTrack * | FindTrackByElement (TimeTrackElement *element) const |
|
void | UnselectAllElements () |
|
double | RoundDouble (double x) const |
|
TimeTrackElement * | GetElementAt (int32 x, int32 y) |
|
TimeTrack * | GetTrackAt (int32 y) |
|
void | UpdateViewSettings () |
|
void | SetScale (double scale, bool animate=true) |
|
bool | FindResizePoint (int32 x, int32 y, TimeTrackElement **outElement, uint32 *outID) |
|
QCursor * | GetZoomInCursor () const |
|
QCursor * | GetZoomOutCursor () const |
|
TrackDataHeaderWidget * | GetTrackDataHeaderWidget () |
|
TrackDataWidget * | GetTrackDataWidget () |
|
TrackHeaderWidget * | GetTrackHeaderWidget () |
|
TimeInfoWidget * | GetTimeInfoWidget () |
|
TimeViewToolBar * | GetTimeViewToolBar () |
|
void | OnKeyPressEvent (QKeyEvent *event) |
|
void | OnKeyReleaseEvent (QKeyEvent *event) |
|
void | ValidatePluginLinks () |
|
void | UpdateSelection () |
|
void | UpdateMaxHeight () |
|
void | ZoomRect (const QRect &rect) |
|
size_t | GetNumSelectedEvents () |
|
EventSelectionItem | GetSelectedEvent (size_t index) const |
|
void | Select (const AZStd::vector< EventSelectionItem > &selection) |
|
MCORE_INLINE EMotionFX::Motion * | GetMotion () const |
|
void | SetRedrawFlag () |
|
uint32 | CalcContentHeight () const |
|
bool | CheckIfMotionEventPresetReadyToDrop () |
|
void | OnEventPresetDroppedOnTrackData (QPoint mousePos) |
|
EMStudioPlugin::EPluginType | GetPluginType () const override |
|
void | OnMainWindowClosed () override |
|
virtual bool | GetIsClosable () const |
|
virtual bool | GetIsFloatable () const |
|
virtual bool | GetIsVertical () const |
|
virtual bool | GetIsMovable () const |
|
virtual void | SetInterfaceTitle (const char *name) |
|
void | CreateBaseInterface (const char *objectName) override |
|
QString | GetObjectName () const override |
|
void | SetObjectName (const QString &name) override |
|
virtual QSize | GetInitialWindowSize () const |
|
bool | GetHasWindowWithObjectName (const AZStd::string &objectName) override |
|
QDockWidget * | GetDockWidget () |
|
virtual const char * | GetName () const =0 |
|
virtual uint32 | GetClassID () const =0 |
|
virtual void | Reflect (AZ::ReflectContext *) |
|
virtual bool | Init ()=0 |
|
virtual EMStudioPlugin * | Clone () const =0 |
|
virtual EMStudioPlugin::EPluginType | GetPluginType () const =0 |
|
virtual void | OnAfterLoadLayout () |
|
virtual void | OnAfterLoadProject () |
|
virtual void | OnAfterLoadActors () |
|
virtual void | OnBeforeRemovePlugin (uint32 classID) |
|
virtual void | OnMainWindowClosed () |
|
virtual void | Render (EMotionFX::ActorRenderFlags renderFlags) |
| Render function will call atom auxGeom internally to render. This is the replacement for LegacyRender function.
|
|
virtual PluginOptions * | GetOptions () |
|
virtual void | WriteLayoutData (MCore::MemoryFile &outFile) |
|
virtual bool | ReadLayoutSettings (QFile &file, uint32 dataSize, uint32 dataVersion) |
|
virtual uint32 | GetLayoutDataVersion () const |
|
virtual void | ProcessFrame (float timePassedInSeconds) |
|
virtual uint32 | GetProcessFramePriority () const |
|
bool | operator< (const EMStudioPlugin &plugin) |
|
bool | operator> (const EMStudioPlugin &plugin) |
|
virtual bool | GetHasWindowWithObjectName (const AZStd::string &objectName)=0 |
|
virtual QString | GetObjectName () const =0 |
|
virtual void | SetObjectName (const QString &objectName)=0 |
|
virtual void | CreateBaseInterface (const char *objectName)=0 |
|
virtual bool | AllowMultipleInstances () const |
|
virtual void | AddWindowMenuEntries (QMenu *parent) |
|