| ActiveHistory() | CEditor | private |
| AddFrontLayer() | CEditor | |
| AddGroup() | CEditor | |
| AddImage(const char *pFilename, int StorageType, void *pUser) | CEditor | static |
| AddQuadArt(bool IgnoreHistory=false) | CEditor | |
| AddQuadOrSound() | CEditor | |
| AddQuadsLayer() | CEditor | |
| AddSelectedLayer(int LayerIndex) | CEditor | |
| AddSound(const char *pFilename, int StorageType, void *pUser) | CEditor | static |
| AddSoundLayer() | CEditor | |
| AddSpeedupLayer() | CEditor | |
| AddSwitchLayer() | CEditor | |
| AddTeleLayer() | CEditor | |
| AddTileart(bool IgnoreHistory=false) | CEditor | |
| AddTileLayer() | CEditor | |
| AddTuneLayer() | CEditor | |
| AdjustBrushSpecialTiles(bool UseNextFree, int Adjust=0) | CEditor | |
| Append(const char *pFilename, int StorageType, bool IgnoreHistory=false) | CEditor | |
| ApplyAlignments(const std::vector< SAlignmentInfo > &vAlignments, ivec2 &Offset) | CEditor | |
| ApplyAxisAlignment(ivec2 &Offset) const | CEditor | |
| CallbackAddQuadArt(const char *pFilepath, int StorageType, void *pUser) | CEditor | static |
| CallbackAddTileart(const char *pFilepath, int StorageType, void *pUser) | CEditor | static |
| CallbackAppendMap(const char *pFilename, int StorageType, void *pUser) | CEditor | static |
| CallbackCustomEntities(const char *pFilename, int StorageType, void *pUser) | CEditor | static |
| CallbackOpenMap(const char *pFilename, int StorageType, void *pUser) | CEditor | static |
| CallbackSaveCopyMap(const char *pFilename, int StorageType, void *pUser) | CEditor | static |
| CallbackSaveImage(const char *pFilename, int StorageType, void *pUser) | CEditor | static |
| CallbackSaveMap(const char *pFilename, int StorageType, void *pUser) | CEditor | static |
| CallbackSaveSound(const char *pFilename, int StorageType, void *pUser) | CEditor | static |
| CanFillGameTiles() const | CEditor | |
| CEditor() | CEditor | inline |
| Client() const | CEditor | inline |
| ComputeAABBAlignments(const std::shared_ptr< CLayerQuads > &pLayer, const SAxisAlignedBoundingBox &AABB, ivec2 Offset, std::vector< SAlignmentInfo > &vAlignments) const | CEditor | |
| ComputePointAlignments(const std::shared_ptr< CLayerQuads > &pLayer, CQuad *pQuad, int QuadIndex, int PointIndex, ivec2 Offset, std::vector< SAlignmentInfo > &vAlignments, bool Append=false) const | CEditor | |
| ComputePointsAlignments(const std::shared_ptr< CLayerQuads > &pLayer, bool Pivot, ivec2 Offset, std::vector< SAlignmentInfo > &vAlignments) const | CEditor | |
| Config() const | CEditor | inline |
| ConfigManager() const | CEditor | inline |
| CURSOR_NORMAL enum value | CEditor | |
| CURSOR_RESIZE_H enum value | CEditor | |
| CURSOR_RESIZE_V enum value | CEditor | |
| DeleteSelectedLayer() | CEditor | |
| DeleteSelectedQuads() | CEditor | |
| DeselectEnvPoints() | CEditor | |
| DeselectQuadPoints() | CEditor | |
| DeselectQuads() | CEditor | |
| DoAudioPreview(CUIRect View, const void *pPlayPauseButtonId, const void *pStopButtonId, const void *pSeekBarId, int SampleId) | CEditor | |
| DoButton_DraggableEx(const void *pId, const char *pText, int Checked, const CUIRect *pRect, bool *pClicked, bool *pAbrupted, int Flags, const char *pToolTip=nullptr, int Corners=IGraphics::CORNER_ALL, float FontSize=10.0f) | CEditor | |
| DoButton_Editor(const void *pId, const char *pText, int Checked, const CUIRect *pRect, int Flags, const char *pToolTip) | CEditor | |
| DoButton_Env(const void *pId, const char *pText, int Checked, const CUIRect *pRect, const char *pToolTip, ColorRGBA Color, int Corners) | CEditor | |
| DoButton_Ex(const void *pId, const char *pText, int Checked, const CUIRect *pRect, int Flags, const char *pToolTip, int Corners, float FontSize=EditorFontSizes::MENU, int Align=TEXTALIGN_MC) | CEditor | |
| DoButton_FontIcon(const void *pId, const char *pText, int Checked, const CUIRect *pRect, int Flags, const char *pToolTip, int Corners, float FontSize=10.0f) | CEditor | |
| DoButton_MenuItem(const void *pId, const char *pText, int Checked, const CUIRect *pRect, int Flags=BUTTONFLAG_LEFT, const char *pToolTip=nullptr) | CEditor | |
| DoButtonLogic(const void *pId, int Checked, const CUIRect *pRect, int Flags, const char *pToolTip) | CEditor | |
| DoClearableEditBox(CLineInput *pLineInput, const CUIRect *pRect, float FontSize, int Corners=IGraphics::CORNER_ALL, const char *pToolTip=nullptr, const std::vector< STextColorSplit > &vColorSplits={}) | CEditor | |
| DoColorPickerButton(const void *pId, const CUIRect *pRect, ColorRGBA Color, const std::function< void(ColorRGBA Color)> &SetColor) | CEditor | |
| DoEditBox(CLineInput *pLineInput, const CUIRect *pRect, float FontSize, int Corners=IGraphics::CORNER_ALL, const char *pToolTip=nullptr, const std::vector< STextColorSplit > &vColorSplits={}) | CEditor | |
| DoEditBoxDropdown(SEditBoxDropdownContext *pDropdown, CLineInput *pLineInput, const CUIRect *pEditBoxRect, int x, float MaxHeight, bool AutoWidth, const std::vector< T > &vData, const FDropdownRenderCallback< T > &pfnMatchCallback) | CEditor | |
| DoEditorDragBar(CUIRect View, CUIRect *pDragBar, EDragSide Side, float *pValue, float MinValue=100.0f, float MaxValue=400.0f) | CEditor | |
| DoMapEditor(CUIRect View) | CEditor | |
| DoMapSettingsEditBox(CMapSettingsBackend::CContext *pContext, const CUIRect *pRect, float FontSize, float DropdownMaxHeight, int Corners=IGraphics::CORNER_ALL, const char *pToolTip=nullptr) | CEditor | |
| DoPointDrag(CQuad *pQuad, int QuadIndex, int PointIndex, ivec2 Offset) | CEditor | |
| DoProperties(CUIRect *pToolbox, CProperty *pProps, int *pIds, int *pNewVal, const std::vector< ColorRGBA > &vColors={}) | CEditor | |
| DoPropertiesWithState(CUIRect *pToolbox, CProperty *pProps, int *pIds, int *pNewVal, const std::vector< ColorRGBA > &vColors={}) | CEditor | |
| DoQuad(int LayerIndex, const std::shared_ptr< CLayerQuads > &pLayer, CQuad *pQuad, int Index) | CEditor | |
| DoQuadEnvelopes(const CLayerQuads *pLayerQuads) | CEditor | |
| DoQuadEnvPoint(const CQuad *pQuad, CEnvelope *pEnvelope, int QuadIndex, int PointIndex) | CEditor | |
| DoQuadKnife(int QuadIndex) | CEditor | |
| DoQuadPoint(int LayerIndex, const std::shared_ptr< CLayerQuads > &pLayer, CQuad *pQuad, int QuadIndex, int v) | CEditor | |
| DoSoundSource(int LayerIndex, CSoundSource *pSource, int Index) | CEditor | |
| DoToolbarImages(CUIRect Toolbar) | CEditor | |
| DoToolbarLayers(CUIRect Toolbar) | CEditor | |
| DoToolbarSounds(CUIRect Toolbar) | CEditor | |
| DrawAABB(const SAxisAlignedBoundingBox &AABB, ivec2 Offset) const | CEditor | |
| DrawAxis(EAxis Axis, CPoint &OriginalPoint, CPoint &Point) const | CEditor | |
| DrawPointAlignments(const std::vector< SAlignmentInfo > &vAlignments, ivec2 Offset) const | CEditor | |
| EAxis enum name | CEditor | |
| EAxisLock enum name | CEditor | |
| ECursorType enum name | CEditor | |
| EDragSide enum name | CEditor | |
| EEnvelopePreview enum name | CEditor | |
| EExtraEditor enum name | CEditor | |
| Engine() const | CEditor | inline |
| EnvelopeEval(int TimeOffsetMillis, int EnvelopeIndex, ColorRGBA &Result, size_t Channels) override | CEditor | virtual |
| EnvelopeToScreenX(const CUIRect &View, float x) const | CEditor | |
| EnvelopeToScreenY(const CUIRect &View, float y) const | CEditor | |
| EnvGetSelectedTimeAndValue() const | CEditor | |
| EPreviewState enum name | CEditor | private |
| EQuadEnvelopePointOperation enum name | CEditor | |
| EShowTile enum name | CEditor | |
| EUnusedEntities enum name | CEditor | |
| EXTRAEDITOR_ENVELOPES enum value | CEditor | |
| EXTRAEDITOR_HISTORY enum value | CEditor | |
| EXTRAEDITOR_NONE enum value | CEditor | |
| EXTRAEDITOR_SERVER_SETTINGS enum value | CEditor | |
| FillGameTiles(EGameTileOp FillTile) const | CEditor | |
| FindEnvPointIndex(int Index, int Channel) const | CEditor | |
| FindSelectedQuadIndex(int Index) const | CEditor | |
| FreeDynamicPopupMenus() | CEditor | |
| GetButtonColor(const void *pId, int Checked) | CEditor | |
| GetDragAxis(ivec2 Offset) const | CEditor | |
| GetEntitiesTexture() | CEditor | |
| GetFrontTexture() | CEditor | |
| GetSelectedGroup() const | CEditor | |
| GetSelectedLayer(int Index) const | CEditor | |
| GetSelectedLayerType(int Index, int Type) const | CEditor | |
| GetSelectedQuads() | CEditor | |
| GetSelectedSource() const | CEditor | |
| GetSpeedupTexture() | CEditor | |
| GetSwitchTexture() | CEditor | |
| GetTeleTexture() | CEditor | |
| GetTextureUsageFlag() const | CEditor | private |
| GetTuneTexture() | CEditor | |
| Graphics() const | CEditor | inline |
| HandleAutosave() | CEditor | |
| HandleCursorMovement() | CEditor | |
| HandleMapDrop(const char *pFilename, int StorageType) override | CEditor | virtual |
| HandleWriterFinishJobs() | CEditor | |
| HasUnsavedData() const override | CEditor | inlinevirtual |
| HoverTiles() const | CEditor | inline |
| IInterface() | IInterface | inline |
| Init() override | CEditor | virtual |
| Input() const | CEditor | inline |
| InterfaceName() | IEditor | inlinestatic |
| IsAllowPlaceUnusedTiles() const | CEditor | |
| IsEnvelopeUsed(int EnvelopeIndex) const | CEditor | |
| IsEnvPointSelected(int Index, int Channel) const | CEditor | |
| IsEnvPointSelected(int Index) const | CEditor | |
| IsInTriangle(vec2 Point, vec2 A, vec2 B, vec2 C) | CEditor | |
| IsNonGameTileLayerSelected() const | CEditor | |
| IsQuadCornerSelected(int Index) const | CEditor | |
| IsQuadPointSelected(int QuadIndex, int Index) const | CEditor | |
| IsQuadSelected(int Index) const | CEditor | |
| IsTangentInPointSelected(int Index, int Channel) const | CEditor | |
| IsTangentInSelected() const | CEditor | |
| IsTangentOutPointSelected(int Index, int Channel) const | CEditor | |
| IsTangentOutSelected() const | CEditor | |
| IsTangentSelected() const | CEditor | |
| IsVanillaImage(const char *pImage) | CEditor | static |
| Kernel() | IInterface | inlineprotected |
| LayerSelectImage() | CEditor | |
| LayerSelector() | CEditor | inline |
| Load(const char *pFilename, int StorageType) override | CEditor | virtual |
| LoadCurrentMap() | CEditor | |
| m_ActiveEnvelopePreview | CEditor | |
| m_ActiveExtraEditor | CEditor | |
| m_aCursorTextures | CEditor | |
| m_aExtraEditorSplits | CEditor | |
| m_aFilenamePendingLoad | CEditor | |
| m_AllowPlaceUnusedTiles | CEditor | |
| m_Animate | CEditor | |
| m_AnimateSpeed | CEditor | |
| m_AnimateStart | CEditor | |
| m_AnimateTime | CEditor | |
| m_AnimateUpdatePopup | CEditor | |
| m_apSavedBrushes | CEditor | private |
| m_aSavedColors | CEditor | |
| m_aTileartFilename | CEditor | |
| m_aTooltip | CEditor | |
| m_BrushColorEnabled | CEditor | |
| m_BrushDrawDestructive | CEditor | |
| m_CheckerTexture | CEditor | |
| m_ColorPickerPopupContext | CEditor | |
| m_ColorPipetteActive | CEditor | |
| m_CurrentQuadIndex | CEditor | |
| m_CursorType | CEditor | |
| m_Dialog | CEditor | |
| m_EditorWasUsedBefore | CEditor | private |
| m_EntitiesTexture | CEditor | private |
| m_FileBrowser | CEditor | private |
| m_FontTyper | CEditor | private |
| m_FrontTexture | CEditor | private |
| m_GuiActive | CEditor | |
| m_IngameMoved | CEditor | |
| m_LargeLayerWasWarned | CEditor | |
| m_LastAutosaveUpdateTime | CEditor | |
| m_LayerSelector | CEditor | private |
| m_Map | CEditor | private |
| m_MapEditorId | CEditor | |
| m_MapSettingsBackend | CEditor | |
| m_MapSettingsCommandContext | CEditor | |
| m_MapView | CEditor | private |
| m_Mentions | CEditor | |
| m_Mode | CEditor | |
| m_MouseAxisInitialPos | CEditor | |
| m_MouseAxisLockState | CEditor | |
| m_MouseDeltaWorld | CEditor | |
| m_MouseWorldNoParaPos | CEditor | |
| m_MouseWorldPos | CEditor | |
| m_MouseWorldScale | CEditor | |
| m_OffsetEnvelopeX | CEditor | |
| m_OffsetEnvelopeY | CEditor | |
| m_pBrush | CEditor | |
| m_pClient | CEditor | private |
| m_pColorPickerPopupActiveId | CEditor | |
| m_pConfig | CEditor | private |
| m_pConfigManager | CEditor | private |
| m_pContainerPanned | CEditor | |
| m_pContainerPannedLast | CEditor | |
| m_pEngine | CEditor | private |
| m_pGraphics | CEditor | private |
| m_pInput | CEditor | private |
| m_PipetteColor | CEditor | |
| m_pKernel | IInterface | private |
| m_PointPopupContext | CEditor | |
| m_PopupEnvelopeSelectedPoint | CEditor | |
| m_PopupEventActivated | CEditor | |
| m_PopupEventType | CEditor | |
| m_PopupEventWasActivated | CEditor | |
| m_PopupMessageContexts | CEditor | |
| m_pQuadsetPicker | CEditor | |
| m_PreventUnusedTilesWasWarned | CEditor | |
| m_PreviewZoom | CEditor | |
| m_Prompt | CEditor | private |
| m_pSound | CEditor | private |
| m_pStorage | CEditor | private |
| m_pTextRender | CEditor | private |
| m_pTilesetPicker | CEditor | |
| m_pUiGotContext | CEditor | |
| m_QuadArtImageInfo | CEditor | |
| m_QuadArtParameters | CEditor | |
| m_QuadDragOriginalPoints | CEditor | private |
| m_QuadEnvelopePointOperation | CEditor | |
| m_QuadPopupContext | CEditor | |
| m_QuickActionAddFrontLayer | CEditor | |
| m_QuickActionAddGroup | CEditor | |
| m_QuickActionAddImage | CEditor | |
| m_QuickActionAddQuad | CEditor | |
| m_QuickActionAddQuadsLayer | CEditor | |
| m_QuickActionAddSoundLayer | CEditor | |
| m_QuickActionAddSoundSource | CEditor | |
| m_QuickActionAddSpeedupLayer | CEditor | |
| m_QuickActionAddSwitchLayer | CEditor | |
| m_QuickActionAddTeleLayer | CEditor | |
| m_QuickActionAddTileLayer | CEditor | |
| m_QuickActionAddTuneLayer | CEditor | |
| m_QuickActionDeleteLayer | CEditor | |
| m_QuickActionEnvelopes | CEditor | |
| m_QuickActionGameTilesAir | CEditor | |
| m_QuickActionGameTilesBlueCheckTele | CEditor | |
| m_QuickActionGameTilesDeath | CEditor | |
| m_QuickActionGameTilesDeepFreeze | CEditor | |
| m_QuickActionGameTilesDeepUnfreeze | CEditor | |
| m_QuickActionGameTilesFreeze | CEditor | |
| m_QuickActionGameTilesHookable | CEditor | |
| m_QuickActionGameTilesHookthrough | CEditor | |
| m_QuickActionGameTilesLiveFreeze | CEditor | |
| m_QuickActionGameTilesLiveUnfreeze | CEditor | |
| m_QuickActionGameTilesRedCheckTele | CEditor | |
| m_QuickActionGameTilesUnfreeze | CEditor | |
| m_QuickActionGameTilesUnhookable | CEditor | |
| m_QuickActionHistory | CEditor | |
| m_QuickActionLayerPropAddImage | CEditor | |
| m_QuickActionLoadCurrentMap | CEditor | |
| m_QuickActionMapDetails | CEditor | |
| m_QuickActionPipette | CEditor | |
| m_QuickActionPreviewQuadEnvelopes | CEditor | |
| m_QuickActionProof | CEditor | |
| m_QuickActionRefocus | CEditor | |
| m_QuickActionResetZoom | CEditor | |
| m_QuickActionSaveAs | CEditor | |
| m_QuickActionServerSettings | CEditor | |
| m_QuickActionShowInfoDec | CEditor | |
| m_QuickActionShowInfoHex | CEditor | |
| m_QuickActionShowInfoOff | CEditor | |
| m_QuickActionTestMapLocally | CEditor | |
| m_QuickActionToggleGrid | CEditor | |
| m_QuickActionZoomIn | CEditor | |
| m_QuickActionZoomOut | CEditor | |
| m_RenderMap | CEditor | private |
| m_ResetZoomEnvelope | CEditor | |
| m_SelectedEnvelope | CEditor | |
| m_SelectedGroup | CEditor | |
| m_SelectedQuadEnvelope | CEditor | |
| m_SelectedQuadPoints | CEditor | |
| m_SelectedSource | CEditor | |
| m_SelectedTangentInPoint | CEditor | |
| m_SelectedTangentOutPoint | CEditor | |
| m_SelectEntitiesImage | CEditor | |
| m_SettingsCommandInput | CEditor | |
| m_ShowDetail | CEditor | |
| m_ShowEnvelopePreview | CEditor | |
| m_ShowMousePointer | CEditor | |
| m_ShowPicker | CEditor | |
| m_ShowTileInfo | CEditor | |
| m_SpeedupAngle | CEditor | |
| m_SpeedupForce | CEditor | |
| m_SpeedupMaxSpeed | CEditor | |
| m_SpeedupTexture | CEditor | private |
| m_SwitchDelay | CEditor | |
| m_SwitchNumber | CEditor | |
| m_SwitchTexture | CEditor | private |
| m_TeleCheckpointNumber | CEditor | |
| m_TeleNumber | CEditor | |
| m_TeleTexture | CEditor | private |
| m_TileartImageInfo | CEditor | |
| m_ToolbarPreviewSound | CEditor | |
| m_ToolBoxWidth | CEditor | |
| m_TuneTexture | CEditor | private |
| m_TuningNumber | CEditor | |
| m_UI | CEditor | private |
| m_UpdateEnvPointInfo | CEditor | |
| m_vComponents | CEditor | private |
| m_vHoverTiles | CEditor | |
| m_ViewSwitch | CEditor | |
| m_ViewTeleNumber | CEditor | |
| m_ViewTuning | CEditor | |
| m_vSelectedEnvelopePoints | CEditor | |
| m_vSelectedLayers | CEditor | |
| m_vSelectedQuads | CEditor | |
| m_vSelectEntitiesFiles | CEditor | |
| m_WriterFinishJobs | CEditor | |
| m_ZoomEnvelopeX | CEditor | |
| m_ZoomEnvelopeY | CEditor | |
| Map() | CEditor | inline |
| Map() const | CEditor | inline |
| MapDetails() | CEditor | |
| MapSettingsDropdownRenderCallback(const SPossibleValueMatch &Match, char(&aOutput)[128], std::vector< STextColorSplit > &vColorSplits) | CEditor | static |
| MapView() | CEditor | inline |
| MapView() const | CEditor | inline |
| MouseAxisLock(vec2 &CursorRel) | CEditor | |
| ms_DefaultPropColor | CEditor | privatestatic |
| NUM_CURSORS enum value | CEditor | |
| NUM_EXTRAEDITORS enum value | CEditor | |
| OnActivate() override | CEditor | virtual |
| OnClose() override | CEditor | virtual |
| OnDialogClose() | CEditor | |
| OnIngameMoved() override | CEditor | inlinevirtual |
| OnMouseMove(vec2 MousePos) | CEditor | |
| OnRender() override | CEditor | virtual |
| OnUpdate() override | CEditor | virtual |
| OnWindowResize() override | CEditor | virtual |
| PlaceBorderTiles() | CEditor | |
| POPEVENT_EXIT enum value | CEditor | |
| POPEVENT_IMAGE_MAX enum value | CEditor | |
| POPEVENT_IMAGEDIV16 enum value | CEditor | |
| POPEVENT_LARGELAYER enum value | CEditor | |
| POPEVENT_LOAD enum value | CEditor | |
| POPEVENT_LOADCURRENT enum value | CEditor | |
| POPEVENT_LOADDROP enum value | CEditor | |
| POPEVENT_NEW enum value | CEditor | |
| POPEVENT_PLACE_BORDER_TILES enum value | CEditor | |
| POPEVENT_PREVENTUNUSEDTILES enum value | CEditor | |
| POPEVENT_QUADART_BIG_IMAGE enum value | CEditor | |
| POPEVENT_REMOVE_USED_IMAGE enum value | CEditor | |
| POPEVENT_REMOVE_USED_SOUND enum value | CEditor | |
| POPEVENT_RESTART_SERVER enum value | CEditor | |
| POPEVENT_RESTARTING_SERVER enum value | CEditor | |
| POPEVENT_SOUND_MAX enum value | CEditor | |
| POPEVENT_TILEART_BIG_IMAGE enum value | CEditor | |
| POPEVENT_TILEART_MANY_COLORS enum value | CEditor | |
| POPEVENT_TILEART_TOO_MANY_COLORS enum value | CEditor | |
| PopupAnimateSettings(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupEntities(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupEnvelopeCurvetype(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupEnvPoint(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupEnvPointCurveType(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupEnvPointMulti(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupEvent(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupGoto(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupGroup(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupImage(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupLayer(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupMapInfo(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupMenuFile(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupMenuSettings(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupMenuTools(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupPoint(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupProofMode(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupQuad(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupQuadArt(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupSelectAutoMapReference(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupSelectAutoMapReferenceInvoke(int Current, float x, float y) | CEditor | |
| PopupSelectAutoMapReferenceResult() | CEditor | |
| PopupSelectConfigAutoMap(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupSelectConfigAutoMapInvoke(int Current, float x, float y) | CEditor | |
| PopupSelectConfigAutoMapResult() | CEditor | |
| PopupSelectGametileOp(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupSelectGametileOpInvoke(float x, float y) | CEditor | |
| PopupSelectGameTileOpResult() | CEditor | |
| PopupSelectImage(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupSelectImageInvoke(int Current, float x, float y) | CEditor | |
| PopupSelectImageResult() | CEditor | |
| PopupSelectSound(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupSelectSoundInvoke(int Current, float x, float y) | CEditor | |
| PopupSelectSoundResult() | CEditor | |
| PopupSound(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupSource(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupSpeedup(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupSwitch(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupTele(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PopupTune(void *pContext, CUIRect View, bool Active) | CEditor | static |
| PreparePointDrag(const CQuad *pQuad, int QuadIndex, int PointIndex) | CEditor | |
| PREVIEW_ERROR enum value | CEditor | private |
| PREVIEW_LOADED enum value | CEditor | private |
| PREVIEW_UNLOADED enum value | CEditor | private |
| QuadSelectionAABB(const std::shared_ptr< CLayerQuads > &pLayer, SAxisAlignedBoundingBox &OutAABB) | CEditor | |
| RemoveTimeOffsetEnvelope(const std::shared_ptr< CEnvelope > &pEnvelope) | CEditor | |
| RemoveUnusedEnvelopes() | CEditor | |
| Render() | CEditor | |
| RenderBackground(CUIRect View, IGraphics::CTextureHandle Texture, float Size, float Brightness) const | CEditor | |
| RenderEditBoxDropdown(SEditBoxDropdownContext *pDropdown, CUIRect View, CLineInput *pLineInput, int x, float MaxHeight, bool AutoWidth, const std::vector< T > &vData, const FDropdownRenderCallback< T > &pfnMatchCallback) | CEditor | |
| RenderEditorHistory(CUIRect View) | CEditor | |
| RenderEnvelopeEditor(CUIRect View) | CEditor | |
| RenderEnvelopeEditorColorBar(CUIRect ColorBar, const std::shared_ptr< CEnvelope > &pEnvelope) | CEditor | |
| RenderGameEntities(const std::shared_ptr< CLayerTiles > &pTiles) | CEditor | |
| RenderImagesList(CUIRect Toolbox) | CEditor | |
| RenderLayers(CUIRect LayersBox) | CEditor | |
| RenderMap() | CEditor | inline |
| RenderMapSettingsErrorDialog() | CEditor | |
| RenderMenubar(CUIRect Menubar) | CEditor | |
| RenderModebar(CUIRect View) | CEditor | |
| RenderMousePointer() | CEditor | |
| RenderPressedKeys(CUIRect View) | CEditor | |
| RenderSavingIndicator(CUIRect View) | CEditor | |
| RenderSelectedImage(CUIRect View) const | CEditor | |
| RenderServerSettingsEditor(CUIRect View, bool ShowServerSettingsEditorLast) | CEditor | |
| RenderSounds(CUIRect Toolbox) | CEditor | |
| RenderStatusbar(CUIRect View, CUIRect *pTooltipRect) | CEditor | |
| RenderSwitchEntities(const std::shared_ptr< CLayerTiles > &pTiles) | CEditor | |
| RenderTooltip(CUIRect TooltipRect) | CEditor | |
| ReplaceImage(const char *pFilename, int StorageType, bool CheckDuplicate) | CEditor | |
| ReplaceImageCallback(const char *pFilename, int StorageType, void *pUser) | CEditor | static |
| ReplaceSound(const char *pFilename, int StorageType, bool CheckDuplicate) | CEditor | |
| ReplaceSoundCallback(const char *pFilename, int StorageType, void *pUser) | CEditor | static |
| Reset(bool CreateDefault=true) | CEditor | |
| ResetIngameMoved() override | CEditor | inlinevirtual |
| ResetMentions() override | CEditor | inlinevirtual |
| ResetZoomEnvelope(const std::shared_ptr< CEnvelope > &pEnvelope, int ActiveChannels) | CEditor | |
| Save(const char *pFilename) override | CEditor | virtual |
| ScreenToEnvelopeDX(const CUIRect &View, float DeltaX) | CEditor | |
| ScreenToEnvelopeDY(const CUIRect &View, float DeltaY) | CEditor | |
| ScreenToEnvelopeX(const CUIRect &View, float x) const | CEditor | |
| ScreenToEnvelopeY(const CUIRect &View, float y) const | CEditor | |
| SelectEnvPoint(int Index) | CEditor | |
| SelectEnvPoint(int Index, int Channel) | CEditor | |
| SelectGameLayer() | CEditor | |
| SelectLayer(int LayerIndex, int GroupIndex=-1) | CEditor | |
| SelectNextLayer() | CEditor | |
| SelectPreviousLayer() | CEditor | |
| SelectQuad(int Index) | CEditor | |
| SelectQuadPoint(int QuadIndex, int Index) | CEditor | |
| SelectTangentInPoint(int Index, int Channel) | CEditor | |
| SelectTangentOutPoint(int Index, int Channel) | CEditor | |
| SHOW_TILE_DECIMAL enum value | CEditor | |
| SHOW_TILE_HEXADECIMAL enum value | CEditor | |
| SHOW_TILE_OFF enum value | CEditor | |
| ShowFileDialogError(const char *pFormat,...) | CEditor | |
| Shutdown() | IInterface | inlinevirtual |
| Sound() const | CEditor | inline |
| Storage() const | CEditor | inline |
| TestMapLocally() | CEditor | |
| TextRender() const | CEditor | inline |
| TileartCheckColors() | CEditor | |
| ToggleEnvPoint(int Index, int Channel) | CEditor | |
| ToggleSelectQuad(int Index) | CEditor | |
| ToggleSelectQuadPoint(int QuadIndex, int Index) | CEditor | |
| TriangleArea(vec2 A, vec2 B, vec2 C) | CEditor | |
| Ui() | CEditor | inline |
| UiDoValueSelector(void *pId, CUIRect *pRect, const char *pLabel, int Current, int Min, int Max, int Step, float Scale, const char *pToolTip, bool IsDegree=false, bool IsHex=false, int Corners=IGraphics::CORNER_ALL, const ColorRGBA *pColor=nullptr, bool ShowValue=true) | CEditor | |
| UpdateColorPipette() | CEditor | |
| UpdateHotEnvelopePoint(const CUIRect &View, const CEnvelope *pEnvelope, int ActiveChannels) | CEditor | |
| UpdateHotQuadPoint(const CLayerQuads *pLayer) | CEditor | |
| UpdateHotSoundSource(const CLayerSounds *pLayer) | CEditor | |
| UpdateMentions() override | CEditor | inlinevirtual |
| UpdateTooltip(const void *pId, const CUIRect *pRect, const char *pToolTip) | CEditor | |
| UpdateZoomEnvelopeX(const CUIRect &View) | CEditor | |
| UpdateZoomEnvelopeY(const CUIRect &View) | CEditor | |
| ZoomAdaptOffsetX(float ZoomFactor, const CUIRect &View) | CEditor | |
| ZoomAdaptOffsetY(float ZoomFactor, const CUIRect &View) | CEditor | |
| ~IEnvelopeEval()=default | IEnvelopeEval | virtual |
| ~IInterface()=default | IInterface | virtual |