CG Framework 0.1
Chloroplast Games Framework
CGFNotePadTool Class Reference

Editor de Notas. More...

+ Inheritance diagram for CGFNotePadTool:

Private Member Functions

void OnEnable ()
 
void OnDisable ()
 
void OnSelectionChange ()
 
void OnGUI ()
 
void OnInspectorUpdate ()
 
void SetSceneObjectsReorderableList ()
 
void SetObjectnotesReorderableList ()
 
void SetSceneNotesReorderableList ()
 
void SetProjectNotesReorderableList ()
 
void ApplyTextStyle ()
 

Static Private Member Functions

static void Init ()
 

Private Attributes

CGFNotePad m_notePad
 
ReorderableList objectReorderableList
 
ReorderableList objectNotesReorderableList
 
ReorderableList sceneNotesReorderableList
 
ReorderableList projectNotesReorderableList
 
ReorderableList activeList
 
GUIStyle style
 
ObjectWithNote _selectedObject
 
Note _selectedNote
 
SceneWithNote _actualScene
 
List< Note_sceneNotes
 

Detailed Description

Editor de Notas.

Member Function Documentation

◆ ApplyTextStyle()

void CGFNotePadTool.ApplyTextStyle ( )
private

◆ Init()

static void CGFNotePadTool.Init ( )
staticprivate

◆ OnDisable()

void CGFNotePadTool.OnDisable ( )
private

◆ OnEnable()

void CGFNotePadTool.OnEnable ( )
private

◆ OnGUI()

void CGFNotePadTool.OnGUI ( )
private

◆ OnInspectorUpdate()

void CGFNotePadTool.OnInspectorUpdate ( )
private

◆ OnSelectionChange()

void CGFNotePadTool.OnSelectionChange ( )
private

◆ SetObjectnotesReorderableList()

void CGFNotePadTool.SetObjectnotesReorderableList ( )
private

◆ SetProjectNotesReorderableList()

void CGFNotePadTool.SetProjectNotesReorderableList ( )
private

◆ SetSceneNotesReorderableList()

void CGFNotePadTool.SetSceneNotesReorderableList ( )
private

◆ SetSceneObjectsReorderableList()

void CGFNotePadTool.SetSceneObjectsReorderableList ( )
private

Member Data Documentation

◆ _actualScene

SceneWithNote CGFNotePadTool._actualScene
private

◆ _sceneNotes

List<Note> CGFNotePadTool._sceneNotes
private

◆ _selectedNote

Note CGFNotePadTool._selectedNote
private

◆ _selectedObject

ObjectWithNote CGFNotePadTool._selectedObject
private

◆ activeList

ReorderableList CGFNotePadTool.activeList
private

◆ m_notePad

CGFNotePad CGFNotePadTool.m_notePad
private

◆ objectNotesReorderableList

ReorderableList CGFNotePadTool.objectNotesReorderableList
private

◆ objectReorderableList

ReorderableList CGFNotePadTool.objectReorderableList
private

◆ projectNotesReorderableList

ReorderableList CGFNotePadTool.projectNotesReorderableList
private

◆ sceneNotesReorderableList

ReorderableList CGFNotePadTool.sceneNotesReorderableList
private

◆ style

GUIStyle CGFNotePadTool.style
private

The documentation for this class was generated from the following file: