CreateTileLayerEvent

Undocumented in source.

Constructors

this
this(MapDocument target, int tX, int tY, int mX, int mY, dstring name, string file, bool embed)
Undocumented in source.

Members

Functions

redo
void redo()
Undocumented in source. Be warned that the author may not have intended to support it.
undo
void undo()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

backup
Tag backup;
Undocumented in source.
creation
TileLayer creation;
Undocumented in source.
embed
bool embed;
Undocumented in source.
file
string file;
Undocumented in source.
mX
int mX;
Undocumented in source.
mY
int mY;
Undocumented in source.
name
string name;
Undocumented in source.
pri
int pri;
Undocumented in source.
tX
int tX;
Undocumented in source.
tY
int tY;
Undocumented in source.
target
MapDocument target;
Undocumented in source.

Inherited Members

From UndoableEvent

redo
void redo()
Undocumented in source.
undo
void undo()
Undocumented in source.

Meta