ChangeLayerPriority

Moves a layer in the priority list.

Constructors

this
this(MapDocument targetDoc, int layer, int newPri)
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

layer
int layer;
Undocumented in source.
newPri
int newPri;
Undocumented in source.
targetDoc
MapDocument targetDoc;
Undocumented in source.

Inherited Members

From UndoableEvent

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

Meta