ManiaScript Trackmania 2020  30/10/2024
CEditorEvent Class Reference

An event. More...

#include <2024_10_30.h>

Inheritance diagram for CEditorEvent:
CManiaAppEvent CBaseConstEvent CNod

Public Types

enum  Type {
  LayerCustomEvent, KeyPress, MenuNavigation, FileChanged,
  Exit, FileSave, OnUndo, OnRedo,
  OnSwitchedBack, CameraButtonOn, CameraButtonOff, VoxelUpdateMaterial,
  OpenUVEditor, CloseUVEditor, EnableUndo, DisableUndo,
  EnableRedo, DisableRedo, UpdateUI, UpdateSliders,
  UpdateMaterialsLibPage, MediaTrackerPopUp, HideUI, ShowUI,
  EnableFullScreen, DisableFullScreen, Autosave
}
 
- Public Types inherited from CManiaAppEvent
enum  EType { LayerCustomEvent, KeyPress, ExternalCustomEvent, MenuNavigation }
 
enum  EMenuNavAction {
  Up, Right, Left, Down,
  Select, Cancel, PageUp, PageDown,
  AppMenu, Action1, Action2, Action3,
  Action4, ScrollUp, ScrollDown
}
 

Public Attributes

CEditorEvent::Type const Type
 
- Public Attributes inherited from CManiaAppEvent
CManiaAppEvent::EType const Type
 
CUILayer *const CustomEventLayer
 
Text const CustomEventType
 
Array< TextCustomEventData
 
Text const ExternalEventType
 
Array< TextExternalEventData
 
CManiaAppEvent::EMenuNavAction const MenuNavAction
 
Boolean const IsActionAutoRepeat
 
Integer const KeyCode
 
Text const KeyName
 
- Public Attributes inherited from CBaseConstEvent
Boolean HasBeenProcessed
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

An event.

Supported declare modes :

  • Local

Definition at line 19100 of file 2024_10_30.h.

Member Enumeration Documentation

◆ Type

Enumerator
LayerCustomEvent 
KeyPress 
MenuNavigation 
FileChanged 
Exit 
FileSave 
OnUndo 
OnRedo 
OnSwitchedBack 
CameraButtonOn 
CameraButtonOff 
VoxelUpdateMaterial 
OpenUVEditor 
CloseUVEditor 
EnableUndo 
DisableUndo 
EnableRedo 
DisableRedo 
UpdateUI 
UpdateSliders 
UpdateMaterialsLibPage 
MediaTrackerPopUp 
HideUI 
ShowUI 
EnableFullScreen 
DisableFullScreen 
Autosave 

Definition at line 19105 of file 2024_10_30.h.

19105  {
19107  KeyPress,
19108  (reserved),
19110  FileChanged,
19111  Exit,
19112  FileSave,
19113  OnUndo,
19114  OnRedo,
19119  OpenUVEditor,
19120  CloseUVEditor,
19121  EnableUndo,
19122  DisableUndo,
19123  EnableRedo,
19124  DisableRedo,
19125  UpdateUI,
19126  UpdateSliders,
19129  HideUI,
19130  ShowUI,
19133  Autosave,
19134  };

Member Data Documentation

◆ Type

Definition at line 19138 of file 2024_10_30.h.


The documentation for this class was generated from the following file:
CEditorEvent::MediaTrackerPopUp
@ MediaTrackerPopUp
Definition: 2024_10_30.h:19128
CEditorEvent::DisableUndo
@ DisableUndo
Definition: 2024_10_30.h:19122
CEditorEvent::VoxelUpdateMaterial
@ VoxelUpdateMaterial
Definition: 2024_10_30.h:19118
CEditorEvent::LayerCustomEvent
@ LayerCustomEvent
Definition: 2024_10_30.h:19106
CEditorEvent::UpdateMaterialsLibPage
@ UpdateMaterialsLibPage
Definition: 2024_10_30.h:19127
CEditorEvent::CameraButtonOn
@ CameraButtonOn
Definition: 2024_10_30.h:19116
CEditorEvent::OnRedo
@ OnRedo
Definition: 2024_10_30.h:19114
CEditorEvent::EnableUndo
@ EnableUndo
Definition: 2024_10_30.h:19121
CEditorEvent::FileChanged
@ FileChanged
Definition: 2024_10_30.h:19110
CEditorEvent::UpdateUI
@ UpdateUI
Definition: 2024_10_30.h:19125
CEditorEvent::EnableFullScreen
@ EnableFullScreen
Definition: 2024_10_30.h:19131
CEditorEvent::CloseUVEditor
@ CloseUVEditor
Definition: 2024_10_30.h:19120
CEditorEvent::MenuNavigation
@ MenuNavigation
Definition: 2024_10_30.h:19109
CEditorEvent::UpdateSliders
@ UpdateSliders
Definition: 2024_10_30.h:19126
CEditorEvent::DisableFullScreen
@ DisableFullScreen
Definition: 2024_10_30.h:19132
CEditorEvent::FileSave
@ FileSave
Definition: 2024_10_30.h:19112
CEditorEvent::Autosave
@ Autosave
Definition: 2024_10_30.h:19133
CEditorEvent::ShowUI
@ ShowUI
Definition: 2024_10_30.h:19130
CEditorEvent::HideUI
@ HideUI
Definition: 2024_10_30.h:19129
CEditorEvent::Exit
@ Exit
Definition: 2024_10_30.h:19111
CEditorEvent::OpenUVEditor
@ OpenUVEditor
Definition: 2024_10_30.h:19119
CEditorEvent::OnUndo
@ OnUndo
Definition: 2024_10_30.h:19113
CEditorEvent::CameraButtonOff
@ CameraButtonOff
Definition: 2024_10_30.h:19117
CEditorEvent::OnSwitchedBack
@ OnSwitchedBack
Definition: 2024_10_30.h:19115
CEditorEvent::EnableRedo
@ EnableRedo
Definition: 2024_10_30.h:19123
CEditorEvent::DisableRedo
@ DisableRedo
Definition: 2024_10_30.h:19124
CEditorEvent::KeyPress
@ KeyPress
Definition: 2024_10_30.h:19107