DIFF

class CameraToolsMenuSource

CameraToolsMenu UIScriptedMenu UIMenuPanel Managed

All members, including inherited

Constructors 2

Members 46

protected static CameraToolsMenu m_Instance
vector m_FreeflightCamTransform[4]
Referenced by Play(), and Stop()
protected vector m_NextCamPosition
Referenced by Play(), and Update()
protected float m_Time
Referenced by Play(), and Update()
protected Camera m_Camera1
Referenced by ~CameraToolsMenu(), CameraToolsMenu(), Play()
Show 3 more, SetCameraData(), Stop(), and Update()
protected Camera m_Camera2
Referenced by ~CameraToolsMenu(), CameraToolsMenu(), Play()
Show 3 more, SetCameraData(), Stop(), and Update()
protected ref array<ref Param6<vector, vector, float, float, float, int>> m_CameraLines
Referenced by GetCameraLine(), Play(), and Update()
protected bool m_IsPlaying
protected int m_NextCameraIndex = 1
Referenced by Play(), Stop(), and Update()
protected float m_FollowingTimeFinished
Referenced by Play(), and Update()
protected ref Param2<int, int> m_FollowingBone
Referenced by SetCameraData(), and Update()
protected CTKeyframe m_SelectedKeyframe
Referenced by DeleteKeyframe(), SaveKeyframe(), SelectKeyframe()
Show 1 more, ViewKeyframe()
protected CTEvent m_SelectedEvent
protected CTActor m_SelectedActor
Referenced by SelectActor(), and Update()
protected ref array<ref CTActor> m_Actors
protected ref array<ref CTKeyframe> m_Cameras
protected ref array<ref CTEvent> m_Events
Referenced by AddEvent(), CameraToolsMenu(), LoadData()
Show 4 more, Play(), SaveData(), Stop(), and Update()
protected Widget m_KeyframeContent
Referenced by AddKeyframe(), Init(), and LoadData()
protected Widget m_EventContent
Referenced by AddEvent(), Init(), and LoadData()
protected XComboBoxWidget m_InterpTypeSpeedCombo
Referenced by Init(), LoadData(), SaveData()
Show 1 more, SetCameraData()
protected XComboBoxWidget m_InterpTypeCombo
Referenced by Init(), IsFocusable(), LoadData()
Show 3 more, Play(), SaveData(), and Update()
protected EditBoxWidget m_BlurEditWidget
protected EditBoxWidget m_ActorTypeWidget
Referenced by Init(), and OnClick()
protected EditBoxWidget m_ActorIdWidget
Referenced by Init(), and OnClick()
protected EditBoxWidget m_ActorItemTypeWidget
Referenced by Init(), and OnClick()
protected ButtonWidget m_AddItem
Referenced by Init(), and OnClick()
protected ButtonWidget m_AddHandsItem
Referenced by Init(), and OnClick()
protected ButtonWidget m_AddActor
Referenced by Init(), and OnClick()
protected ButtonWidget m_Play
Referenced by Init(), IsFocusable(), and OnClick()
protected ButtonWidget m_Stop
Referenced by Init(), IsFocusable(), and OnClick()
protected ButtonWidget m_Save
Referenced by Init(), IsFocusable(), and OnClick()
protected ButtonWidget m_Load
Referenced by Init(), IsFocusable(), and OnClick()
protected ButtonWidget m_Reset
Referenced by Init(), and OnClick()
protected ButtonWidget m_AddKeyframe
Referenced by Init(), IsFocusable(), and OnClick()
protected ButtonWidget m_SaveKeyframe
Referenced by Init(), IsFocusable(), and OnClick()
protected ButtonWidget m_DeleteKeyframe
Referenced by Init(), IsFocusable(), and OnClick()
protected ButtonWidget m_ViewKeyframe
Referenced by Init(), IsFocusable(), and OnClick()
protected ButtonWidget m_AddEvent
Referenced by Init(), IsFocusable(), and OnClick()
protected ButtonWidget m_SaveEvent
Referenced by Init(), IsFocusable(), and OnClick()
protected ButtonWidget m_DeleteEvent
Referenced by Init(), IsFocusable(), and OnClick()
protected ButtonWidget m_ViewEvent
Referenced by Init(), IsFocusable(), and OnClick()
protected ButtonWidget m_CopyButton
Referenced by Init(), and OnClick()
protected ButtonWidget m_ApplyButton
Referenced by Init(), and OnClick()
protected EditBoxWidget m_CameraEditbox
Referenced by Init(), OnClick(), and OnMouseEnter()
protected TextWidget m_CameraValues
Referenced by Init(), and Update()
protected string m_CameraToolsDataPath
Referenced by CameraToolsMenu(), LoadData(), ResetAll()
Show 1 more, SaveData()

Methods 43

override void OnShow()
void SelectEvent(CTEvent ev)
References m_SelectedEvent
static void PlayAnimOnActor(int actor, int anim)
void ResetAll()
Referenced by OnClick()
float GetTotalTime(int index)
Referenced by AddKeyframe(), and LoadData()
void DeleteKeyframe()
Referenced by OnClick(), and OnKeyPress()
void AddActor(string actor_type)
Referenced by OnClick()
void AddEvent(int actor_index)
References array.Count(), new CTEvent(), array.Insert()
Show 2 more, m_EventContent, and m_Events
Referenced by OnClick()
void AddItem(string id, string type)
References CTActor.AddItem(), array.Count(), array.Get()
Show 2 more, string.ToInt(), and m_Actors
Referenced by OnClick()
void AddHandsItem(string id, string type)
Referenced by OnClick()
void SaveEvent()
Referenced by OnClick()
void DeleteEvent()
Referenced by OnClick()
void ViewEvent()
Referenced by OnClick()
Param6<vector, vector, float, float, float, int> GetCameraLine(int index)
Referenced by Play(), and Update()
override void Update(float timeslice)
void SetBlurValue(float blur)
Referenced by LoadData()
override bool OnMouseButtonUp(Widget w, int x, int y, int button)
override bool OnMouseEnter(Widget w, int x, int y)
override bool OnMouseLeave(Widget w, Widget enterW, int x, int y)
override bool OnFocus(Widget w, int x, int y)
References ColorRed(), and IsFocusable()
override bool OnFocusLost(Widget w, int x, int y)
References ColorWhite(), and IsFocusable()
override bool OnKeyPress(Widget w, int x, int y, int key)
void ColorRed(Widget w)
Referenced by OnFocus()
void ColorWhite(Widget w, Widget enterW)
Referenced by OnFocusLost()