ManiaScript Trackmania 2020  14/07/2025
CEditorEvent Class Reference

An event. More...

#include <2025_07_14.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 19128 of file 2025_07_14.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 19133 of file 2025_07_14.h.

19133  {
19135  KeyPress,
19136  (reserved),
19138  FileChanged,
19139  Exit,
19140  FileSave,
19141  OnUndo,
19142  OnRedo,
19147  OpenUVEditor,
19148  CloseUVEditor,
19149  EnableUndo,
19150  DisableUndo,
19151  EnableRedo,
19152  DisableRedo,
19153  UpdateUI,
19154  UpdateSliders,
19157  HideUI,
19158  ShowUI,
19161  Autosave,
19162  };

Member Data Documentation

◆ Type

Definition at line 19166 of file 2025_07_14.h.


The documentation for this class was generated from the following file:
CEditorEvent::MediaTrackerPopUp
@ MediaTrackerPopUp
Definition: 2025_07_14.h:19156
CEditorEvent::DisableUndo
@ DisableUndo
Definition: 2025_07_14.h:19150
CEditorEvent::VoxelUpdateMaterial
@ VoxelUpdateMaterial
Definition: 2025_07_14.h:19146
CEditorEvent::LayerCustomEvent
@ LayerCustomEvent
Definition: 2025_07_14.h:19134
CEditorEvent::UpdateMaterialsLibPage
@ UpdateMaterialsLibPage
Definition: 2025_07_14.h:19155
CEditorEvent::CameraButtonOn
@ CameraButtonOn
Definition: 2025_07_14.h:19144
CEditorEvent::OnRedo
@ OnRedo
Definition: 2025_07_14.h:19142
CEditorEvent::EnableUndo
@ EnableUndo
Definition: 2025_07_14.h:19149
CEditorEvent::FileChanged
@ FileChanged
Definition: 2025_07_14.h:19138
CEditorEvent::UpdateUI
@ UpdateUI
Definition: 2025_07_14.h:19153
CEditorEvent::EnableFullScreen
@ EnableFullScreen
Definition: 2025_07_14.h:19159
CEditorEvent::CloseUVEditor
@ CloseUVEditor
Definition: 2025_07_14.h:19148
CEditorEvent::MenuNavigation
@ MenuNavigation
Definition: 2025_07_14.h:19137
CEditorEvent::UpdateSliders
@ UpdateSliders
Definition: 2025_07_14.h:19154
CEditorEvent::DisableFullScreen
@ DisableFullScreen
Definition: 2025_07_14.h:19160
CEditorEvent::FileSave
@ FileSave
Definition: 2025_07_14.h:19140
CEditorEvent::Autosave
@ Autosave
Definition: 2025_07_14.h:19161
CEditorEvent::ShowUI
@ ShowUI
Definition: 2025_07_14.h:19158
CEditorEvent::HideUI
@ HideUI
Definition: 2025_07_14.h:19157
CEditorEvent::Exit
@ Exit
Definition: 2025_07_14.h:19139
CEditorEvent::OpenUVEditor
@ OpenUVEditor
Definition: 2025_07_14.h:19147
CEditorEvent::OnUndo
@ OnUndo
Definition: 2025_07_14.h:19141
CEditorEvent::CameraButtonOff
@ CameraButtonOff
Definition: 2025_07_14.h:19145
CEditorEvent::OnSwitchedBack
@ OnSwitchedBack
Definition: 2025_07_14.h:19143
CEditorEvent::EnableRedo
@ EnableRedo
Definition: 2025_07_14.h:19151
CEditorEvent::DisableRedo
@ DisableRedo
Definition: 2025_07_14.h:19152
CEditorEvent::KeyPress
@ KeyPress
Definition: 2025_07_14.h:19135