|
| | CLayerTele (CEditorMap *pMap, int w, int h) |
| | CLayerTele (const CLayerTele &Other) |
| | ~CLayerTele () override |
| void | Resize (int NewW, int NewH) override |
| void | Shift (EShiftDirection Direction) override |
| bool | IsEmpty () const override |
| void | BrushDraw (CLayer *pBrush, vec2 WorldPos) override |
| void | BrushFlipX () override |
| void | BrushFlipY () override |
| void | BrushRotate (float Amount) override |
| void | FillSelection (bool Empty, CLayer *pBrush, CUIRect Rect) override |
| int | FindNextFreeNumber (bool Checkpoint) const |
| bool | ContainsElementWithId (int Id, bool Checkpoint) const |
| void | GetPos (int Number, int Offset, int &TeleX, int &TeleY) |
| void | ClearHistory () override |
| std::shared_ptr< CLayer > | Duplicate () const override |
| const char * | TypeName () const override |
| | CLayerTiles (CEditorMap *pMap, int w, int h) |
| | CLayerTiles (const CLayerTiles &Other) |
| | ~CLayerTiles () override |
| virtual CTile | GetTile (int x, int y) const |
| virtual void | SetTile (int x, int y, CTile Tile) |
| void | SetTileIgnoreHistory (int x, int y, CTile Tile) const |
| void | MakePalette () const |
| void | Render (bool Tileset=false) override |
| int | ConvertX (float x) const |
| int | ConvertY (float y) const |
| void | Convert (CUIRect Rect, CIntRect *pOut) const |
| void | Snap (CUIRect *pRect) const |
| void | Clamp (CIntRect *pRect) const |
| bool | IsEntitiesLayer () const override |
| void | BrushSelecting (CUIRect Rect) override |
| int | BrushGrab (CLayerGroup *pBrush, CUIRect Rect) override |
| void | FillSelection (bool Empty, CLayer *pBrush, CUIRect Rect) override |
| void | FillGameTiles (EGameTileOp Fill) |
| bool | CanFillGameTiles () const |
| void | BrushDraw (CLayer *pBrush, vec2 WorldPos) override |
| void | BrushFlipX () override |
| void | BrushFlipY () override |
| void | BrushRotate (float Amount) override |
| std::shared_ptr< CLayer > | Duplicate () const override |
| const char * | TypeName () const override |
| virtual void | ShowInfo () |
| CUi::EPopupMenuFunctionResult | RenderProperties (CUIRect *pToolbox) override |
| void | ModifyImageIndex (const FIndexModifyFunction &IndexModifyFunction) override |
| void | ModifyEnvelopeIndex (const FIndexModifyFunction &IndexModifyFunction) override |
| void | PrepareForSave () |
| void | ExtractTiles (int TilemapItemVersion, const CTile *pSavedTiles, size_t SavedTilesSize) const |
| void | GetSize (float *pWidth, float *pHeight) override |
| void | FlagModified (int x, int y, int w, int h) |
| | CLayer (CEditorMap *pMap, int Type) |
| | CLayer (const CLayer &Other) |
| virtual void | BrushPlace (CLayer *pBrush, vec2 WorldPos) |
| virtual void | ModifySoundIndex (const FIndexModifyFunction &IndexModifyFunction) |
| | CMapObject (CEditorMap *pMap) |
| | CMapObject (const CMapObject &Other) |
| virtual | ~CMapObject ()=default |
| virtual void | OnAttach (CEditorMap *pMap) |
| const CEditor * | Editor () const |
| CEditor * | Editor () |
| const CEditorMap * | Map () const |
| CEditorMap * | Map () |
| const IGraphics * | Graphics () const |
| IGraphics * | Graphics () |
| const ISound * | Sound () const |
| ISound * | Sound () |
| const IStorage * | Storage () const |
| IStorage * | Storage () |
| const ITextRender * | TextRender () const |
| ITextRender * | TextRender () |