ManaPlus
Public Member Functions | Data Fields
TileInfo Struct Reference

#include <tileinfo.h>

Public Member Functions

 TileInfo ()
 

Data Fields

Imageimage
 
int width
 
int count
 
int nextTile
 
bool isEnabled
 

Detailed Description

Definition at line 29 of file tileinfo.h.

Constructor & Destructor Documentation

◆ TileInfo()

TileInfo::TileInfo ( )
inline

Definition at line 31 of file tileinfo.h.

31  :
32  image(nullptr),
33  width(0),
34  count(1),
35  nextTile(1),
36  isEnabled(true)
37  {
38  }
Image * image
Definition: tileinfo.h:43
bool isEnabled
Definition: tileinfo.h:51
int count
Definition: tileinfo.h:47
int nextTile
Definition: tileinfo.h:49
int width
Definition: tileinfo.h:45

Field Documentation

◆ count

int TileInfo::count

Definition at line 47 of file tileinfo.h.

Referenced by MapLayer::draw(), MapLayer::drawFringe(), and MapLayer::updateCache().

◆ image

Image* TileInfo::image

◆ isEnabled

bool TileInfo::isEnabled

◆ nextTile

int TileInfo::nextTile

Definition at line 49 of file tileinfo.h.

Referenced by MapLayer::draw(), MapLayer::drawFringe(), and MapLayer::updateCache().

◆ width

int TileInfo::width

Definition at line 45 of file tileinfo.h.

Referenced by MapLayer::draw(), MapLayer::drawFringe(), and MapLayer::updateCache().


The documentation for this struct was generated from the following file: