|
|
| ezCurveGroupData (const ezCurveGroupData &rhs)=delete |
| |
|
ezCurveGroupData & | operator= (const ezCurveGroupData &rhs)=delete |
| |
|
void | CloneFrom (const ezCurveGroupData &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())
|
| |
|
ezInt64 | TickFromTime (ezTime time) const |
| |
|
void | ConvertToRuntimeData (ezUInt32 uiCurveIdx, ezCurve1D &out_result) const |
| |
|
virtual const ezRTTI * | GetDynamicRTTI () const |
| |
|
bool | IsInstanceOf (const ezRTTI *pType) const |
| | Returns whether the type of this instance is of the given type or derived from it.
|
| |
|
template<typename T > |
| EZ_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.
|
| |
|
ezDynamicArray< ezSingleCurveData * > | m_Curves |
| |
|
ezUInt16 | m_uiFramesPerSecond = 60 |
| |
|
|
static const ezRTTI * | GetStaticRTTI () |
| |
The documentation for this class was generated from the following files:
- /home/runner/work/ezEngine/ezEngine/Code/Tools/Libs/GuiFoundation/Widgets/CurveEditData.h
- /home/runner/work/ezEngine/ezEngine/Code/Tools/Libs/GuiFoundation/Widgets/Implementation/CurveEditData.cpp