|
| plCurveGroupData (const plCurveGroupData &rhs)=delete |
|
plCurveGroupData & | operator= (const plCurveGroupData &rhs)=delete |
|
void | CloneFrom (const plCurveGroupData &rhs) |
| Makes a deep copy of rhs.
|
|
void | Clear () |
| Clears the curve and deallocates the curve data, if it is owned (e.g. if it was created through CloneFrom())
|
|
plInt64 | TickFromTime (plTime time) const |
|
void | ConvertToRuntimeData (plUInt32 uiCurveIdx, plCurve1D &out_result) const |
|
virtual const plRTTI * | GetDynamicRTTI () const |
|
bool | IsInstanceOf (const plRTTI *pType) const |
| Returns whether the type of this instance is of the given type or derived from it.
|
|
template<typename T > |
PL_ALWAYS_INLINE bool | IsInstanceOf () const |
| Returns whether the type of this instance is of the given type or derived from it.
|
|
|
bool | m_bOwnsData = true |
| Can be set to false for cases where the instance is only supposed to act like a container for passing curve pointers around.
|
|
plDynamicArray< plSingleCurveData * > | m_Curves |
|
plUInt16 | m_uiFramesPerSecond = 60 |
|
|
static const plRTTI * | GetStaticRTTI () |
|
The documentation for this class was generated from the following files:
- Code/Tools/Libs/GuiFoundation/Widgets/CurveEditData.h
- Code/Tools/Libs/GuiFoundation/Widgets/Implementation/CurveEditData.cpp