#include <layer_tune.h>
|
| | CLayerTune (CEditor *pEditor, int w, int h) |
| |
| | CLayerTune (const CLayerTune &Other) |
| |
| | ~CLayerTune () |
| |
| 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 () const |
| |
| bool | ContainsElementWithId (int Id) const |
| |
| void | GetPos (int Number, int Offset, ivec2 &Pos) |
| |
| 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 | FillGameTiles (EGameTileOp Fill) |
| |
| bool | CanFillGameTiles () const |
| |
| 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) |
| |
◆ CLayerTune() [1/2]
◆ CLayerTune() [2/2]
◆ ~CLayerTune()
| CLayerTune::~CLayerTune |
( |
| ) |
|
◆ BrushDraw()
| void CLayerTune::BrushDraw |
( |
std::shared_ptr< CLayer > |
pBrush, |
|
|
vec2 |
WorldPos |
|
) |
| |
|
overridevirtual |
◆ BrushFlipX()
| void CLayerTune::BrushFlipX |
( |
| ) |
|
|
overridevirtual |
◆ BrushFlipY()
| void CLayerTune::BrushFlipY |
( |
| ) |
|
|
overridevirtual |
◆ BrushRotate()
◆ ClearHistory()
| void CLayerTune::ClearHistory |
( |
| ) |
|
|
inlineoverridevirtual |
◆ ContainsElementWithId()
| bool CLayerTune::ContainsElementWithId |
( |
int |
Id | ) |
const |
◆ Duplicate()
| std::shared_ptr< CLayer > CLayerTune::Duplicate |
( |
| ) |
const |
|
overridevirtual |
◆ FillSelection()
◆ FindNextFreeNumber()
| int CLayerTune::FindNextFreeNumber |
( |
| ) |
const |
◆ GetPos()
◆ IsEmpty()
| bool CLayerTune::IsEmpty |
( |
| ) |
const |
|
overridevirtual |
◆ RecordStateChange()
◆ Resize()
◆ Shift()
◆ TypeName()
◆ m_GotoTuneLastPos
| ivec2 CLayerTune::m_GotoTuneLastPos |
◆ m_GotoTuneOffset
| int CLayerTune::m_GotoTuneOffset |
◆ m_History
◆ m_pTuneTile
◆ m_TuningNumber
The documentation for this class was generated from the following files: