#include <layer_tiles.h>
|
| | 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 |
| |
| virtual void | Resize (int NewW, int NewH) |
| |
| virtual void | Shift (EShiftDirection Direction) |
| |
| 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 |
| |
| virtual bool | IsEmpty () const |
| |
| 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) |
| |
| virtual void | ClearHistory () |
| |
| 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) |
| |
◆ CLayerTiles() [1/2]
◆ CLayerTiles() [2/2]
◆ ~CLayerTiles()
| CLayerTiles::~CLayerTiles |
( |
| ) |
|
◆ BrushDraw()
| void CLayerTiles::BrushDraw |
( |
std::shared_ptr< CLayer > |
pBrush, |
|
|
vec2 |
WorldPos |
|
) |
| |
|
overridevirtual |
◆ BrushFlipX()
| void CLayerTiles::BrushFlipX |
( |
| ) |
|
|
overridevirtual |
◆ BrushFlipXImpl()
| void CLayerTiles::BrushFlipXImpl |
( |
T * |
pTiles | ) |
|
|
inlineprotected |
◆ BrushFlipY()
| void CLayerTiles::BrushFlipY |
( |
| ) |
|
|
overridevirtual |
◆ BrushFlipYImpl()
| void CLayerTiles::BrushFlipYImpl |
( |
T * |
pTiles | ) |
|
|
inlineprotected |
◆ BrushGrab()
◆ BrushRotate()
| void CLayerTiles::BrushRotate |
( |
float |
Amount | ) |
|
|
overridevirtual |
◆ BrushSelecting()
◆ CanFillGameTiles()
| bool CLayerTiles::CanFillGameTiles |
( |
| ) |
const |
◆ Clamp()
| void CLayerTiles::Clamp |
( |
RECTi * |
pRect | ) |
const |
◆ ClearHistory()
◆ Convert()
◆ ConvertX()
| int CLayerTiles::ConvertX |
( |
float |
x | ) |
const |
◆ ConvertY()
| int CLayerTiles::ConvertY |
( |
float |
y | ) |
const |
◆ Duplicate()
| std::shared_ptr< CLayer > CLayerTiles::Duplicate |
( |
| ) |
const |
|
overridevirtual |
◆ ExtractTiles()
◆ FillGameTiles()
◆ FillSelection()
◆ FlagModified()
◆ GetSize()
◆ GetTile()
◆ HasAutomapEffect()
◆ IsEmpty()
| bool CLayerTiles::IsEmpty |
( |
| ) |
const |
|
virtual |
◆ IsEntitiesLayer()
| bool CLayerTiles::IsEntitiesLayer |
( |
| ) |
const |
|
overridevirtual |
◆ MakePalette()
| void CLayerTiles::MakePalette |
( |
| ) |
const |
◆ ModifyEnvelopeIndex()
◆ ModifyImageIndex()
◆ PrepareForSave()
| void CLayerTiles::PrepareForSave |
( |
| ) |
|
◆ RecordStateChange()
◆ Render()
◆ RenderCommonProperties()
◆ RenderProperties()
◆ Resize()
◆ SetTile()
◆ SetTileIgnoreHistory()
◆ Shift()
◆ ShiftImpl()
◆ ShowInfo()
| void CLayerTiles::ShowInfo |
( |
| ) |
|
|
virtual |
◆ ShowPreventUnusedTilesWarning()
| void CLayerTiles::ShowPreventUnusedTilesWarning |
( |
| ) |
|
|
protected |
◆ Snap()
◆ TypeName()
◆ CAutoMapper
◆ m_aFileName
◆ m_AutoAutoMap
| bool CLayerTiles::m_AutoAutoMap |
◆ m_AutoMapperConfig
| int CLayerTiles::m_AutoMapperConfig |
◆ m_AutoMapperReference
| int CLayerTiles::m_AutoMapperReference |
◆ m_Color
◆ m_ColorEnv
| int CLayerTiles::m_ColorEnv |
◆ m_ColorEnvOffset
| int CLayerTiles::m_ColorEnvOffset |
◆ m_FillGameTile
| int CLayerTiles::m_FillGameTile = -1 |
◆ m_HasFront
| bool CLayerTiles::m_HasFront |
◆ m_HasGame
| bool CLayerTiles::m_HasGame |
◆ m_HasSpeedup
| bool CLayerTiles::m_HasSpeedup |
◆ m_HasSwitch
| bool CLayerTiles::m_HasSwitch |
◆ m_HasTele
| bool CLayerTiles::m_HasTele |
◆ m_HasTune
| bool CLayerTiles::m_HasTune |
◆ m_Height
| int CLayerTiles::m_Height |
◆ m_Image
◆ m_KnownTextModeLayer
| bool CLayerTiles::m_KnownTextModeLayer = false |
◆ m_LiveGameTiles
◆ m_pTiles
| CTile* CLayerTiles::m_pTiles |
◆ m_Seed
◆ m_TilesHistory
◆ m_Width
The documentation for this class was generated from the following files: