DIFF

class CTKeyframeSource

CTKeyframe ScriptedWidgetEventHandler Managed

All members, including inherited

Constructors 2

void ~CTKeyframe()
References m_Root

Members 13

protected int m_Index
Referenced by CTKeyframe()
protected float m_InterpTime
protected float m_TotalTimeBefore
protected vector m_Position
protected vector m_Orientation
protected Widget m_Root
Referenced by ~CTKeyframe(), CTKeyframe(), OnClick()
Show 2 more, Select(), and Unselect()
protected TextWidget m_IndexWidget
Referenced by CTKeyframe(), Select(), and Unselect()
protected EditBoxWidget m_InterpTimeWidget
Referenced by CTKeyframe(), GetInterpTime(), IsFocusable()
Show 3 more, Select(), SetInterpTime(), and Unselect()
protected EditBoxWidget m_FOVWidget
Referenced by CTKeyframe(), GetFOV(), IsFocusable()
Show 1 more, SetFOV()
protected EditBoxWidget m_DOFWidget
Referenced by CTKeyframe(), GetDOF(), IsFocusable()
Show 1 more, SetDOF()
protected EditBoxWidget m_PinWidget
Referenced by CTKeyframe(), GetPin(), and SetPin()
protected TextWidget m_TotalTimeWidget
Referenced by CTKeyframe(), IsFocusable(), Select()
Show 3 more, SetInterpTime(), SetTimeBefore(), and Unselect()

Methods 18

void SetPin(int pin)
Referenced by CTKeyframe()
void SetFOV(float fov)
Referenced by CTKeyframe()
void SetDOF(float dof)
Referenced by CTKeyframe()
void SetPosition(vector pos)
References m_Position
void SetOrientation(vector orient)
References m_Orientation
void SetTimeBefore(float time)
override bool OnClick(Widget w, int x, int y, int button)
override bool OnFocus(Widget w, int x, int y)
bool IsFocusable(Widget w)
References m_DOFWidget, m_FOVWidget, m_InterpTimeWidget
Show 1 more, m_TotalTimeWidget
Referenced by OnFocus()