|
| | CLayerTele (CEditor *pEditor, int w, int h) |
| |
| | CLayerTele (const CLayerTele &Other) |
| |
| | ~CLayerTele () |
| |
| void | Resize (int NewW, int NewH) override |
| |
| void | Shift (EShiftDirection Direction) override |
| |
| bool | IsEmpty () const override |
| |
| void | BrushDraw (std::shared_ptr< CLayer > pBrush, vec2 WorldPos) override |
| |
| void | BrushFlipX () override |
| |
| void | BrushFlipY () override |
| |
| void | BrushRotate (float Amount) override |
| |
| void | FillSelection (bool Empty, std::shared_ptr< 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 (CEditor *pEditor, int w, int h) |
| |
| | CLayerTiles (const CLayerTiles &Other) |
| |
| | ~CLayerTiles () |
| |
| 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, RECTi *pOut) const |
| |
| void | Snap (CUIRect *pRect) const |
| |
| void | Clamp (RECTi *pRect) const |
| |
| bool | IsEntitiesLayer () const override |
| |
| void | BrushSelecting (CUIRect Rect) override |
| |
| int | BrushGrab (std::shared_ptr< CLayerGroup > pBrush, CUIRect Rect) override |
| |
| void | FillSelection (bool Empty, std::shared_ptr< CLayer > pBrush, CUIRect Rect) override |
| |
| void | FillGameTiles (EGameTileOp Fill) |
| |
| bool | CanFillGameTiles () const |
| |
| void | BrushDraw (std::shared_ptr< 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) |
| |
| class IGraphics * | Graphics () |
| |
| class ITextRender * | TextRender () |
| |
| | CLayer (CEditor *pEditor) |
| |
| | CLayer (const CLayer &Other) |
| |
| virtual | ~CLayer ()=default |
| |
| virtual void | BrushPlace (std::shared_ptr< CLayer > pBrush, vec2 WorldPos) |
| |
| virtual void | ModifySoundIndex (const FIndexModifyFunction &IndexModifyFunction) |
| |