Editor

Undocumented in source.
class Editor : InputListener , MouseListener , IEditor , SystemEventListener , NewLayerDialogListener {}

Constructors

this
this(string[] args)
Undocumented in source.

Members

Functions

actionEvent
void actionEvent(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
controllerAdded
void controllerAdded(uint ID)
Undocumented in source. Be warned that the author may not have intended to support it.
controllerRemoved
void controllerRemoved(uint ID)
Undocumented in source. Be warned that the author may not have intended to support it.
createNewDocument
void createNewDocument(wstring name, int rX, int rY, int pal)
Undocumented in source. Be warned that the author may not have intended to support it.
getNextTileLayer
int getNextTileLayer(int pri)
Undocumented in source. Be warned that the author may not have intended to support it.
getPreviousTileLayer
int getPreviousTileLayer(int pri)
Undocumented in source. Be warned that the author may not have intended to support it.
importTileLayerSymbolData
void importTileLayerSymbolData(string file)
Undocumented in source. Be warned that the author may not have intended to support it.
keyPressed
void keyPressed(string ID, Uint32 timestamp, Uint32 devicenumber, Uint32 devicetype)
Undocumented in source. Be warned that the author may not have intended to support it.
keyReleased
void keyReleased(string ID, Uint32 timestamp, Uint32 devicenumber, Uint32 devicetype)
Undocumented in source. Be warned that the author may not have intended to support it.
mouseButtonEvent
void mouseButtonEvent(Uint32 which, Uint32 timestamp, Uint32 windowID, Uint8 button, Uint8 state, Uint8 clicks, Sint32 x, Sint32 y)
Undocumented in source. Be warned that the author may not have intended to support it.
mouseMotionEvent
void mouseMotionEvent(uint timestamp, uint windowID, uint which, uint state, int x, int y, int relX, int relY)
Undocumented in source. Be warned that the author may not have intended to support it.
mouseWheelEvent
void mouseWheelEvent(uint type, uint timestamp, uint windowID, uint which, int x, int y, int wX, int wY)
Undocumented in source. Be warned that the author may not have intended to support it.
moveLayerDown
int moveLayerDown(int pri)
Undocumented in source. Be warned that the author may not have intended to support it.
moveLayerUp
int moveLayerUp(int pri)
Undocumented in source. Be warned that the author may not have intended to support it.
newDocument
void newDocument()
Undocumented in source. Be warned that the author may not have intended to support it.
newLayer
void newLayer()
Undocumented in source. Be warned that the author may not have intended to support it.
newSpriteLayerEvent
void newSpriteLayerEvent(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
newTileLayerEvent
void newTileLayerEvent(string name, string file, bool embed, bool preexisting, int tX, int tY, int mX, int mY)
Undocumented in source. Be warned that the author may not have intended to support it.
onExit
void onExit()
Undocumented in source. Be warned that the author may not have intended to support it.
onQuit
void onQuit()
Undocumented in source. Be warned that the author may not have intended to support it.
passActionEvent
void passActionEvent(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
setRasterRefresh
void setRasterRefresh()
Undocumented in source. Be warned that the author may not have intended to support it.
whereTheMagicHappens
void whereTheMagicHappens()
Undocumented in source. Be warned that the author may not have intended to support it.
xmpToolkit
void xmpToolkit()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

backgroundLayers
TileLayer[int] backgroundLayers;
Undocumented in source.
bitmapPreview
SpriteLayer bitmapPreview;
Undocumented in source.
configFile
ConfigurationProfile configFile;
Undocumented in source.
document
ExtendibleMap document;
Undocumented in source.
elements
WindowElement[] elements;
exitDialog
bool exitDialog;
Undocumented in source.
input
InputHandler input;
Undocumented in source.
layers
Layer[int] layers;
mouseState
bool mouseState;
newLayerDialog
bool newLayerDialog;
Undocumented in source.
onexit
bool onexit;
Undocumented in source.
ow
OutputScreen[] ow;
Undocumented in source.
palman
PaletteManager palman;
Undocumented in source.
pm
PlacementMode pm;
rasterRefresh
bool rasterRefresh;
Undocumented in source.
rasters
Raster[] rasters;
Undocumented in source.
selectedLayer
int selectedLayer;
Undocumented in source.
selectedTile
wchar selectedTile;
Undocumented in source.
selectedTileAttrib
BitmapAttrib selectedTileAttrib;
Undocumented in source.
selectionLayer
EffectLayer selectionLayer;
Undocumented in source.
test
Window test;
Undocumented in source.
undoStack
UndoableStack undoStack;
Undocumented in source.
wh
EditorWindowHandler wh;
Undocumented in source.
windowTitle
char[40] windowTitle;
Undocumented in source.
windowing
SpriteLayer windowing;
Undocumented in source.

Inherited Members

From InputListener

keyPressed
void keyPressed(string ID, uint timestamp, uint devicenumber, uint devicetype)
Undocumented in source.
keyReleased
void keyReleased(string ID, uint timestamp, uint devicenumber, uint devicetype)
Undocumented in source.

From MouseListener

mouseButtonEvent
void mouseButtonEvent(uint which, uint timestamp, uint windowID, ubyte button, ubyte state, ubyte clicks, int x, int y)
Undocumented in source.
mouseWheelEvent
void mouseWheelEvent(uint type, uint timestamp, uint windowID, uint which, int x, int y, int wX, int wY)
Undocumented in source.
mouseMotionEvent
void mouseMotionEvent(uint timestamp, uint windowID, uint which, uint state, int x, int y, int relX, int relY)
Undocumented in source.

From IEditor

onExit
void onExit()
Undocumented in source.
newDocument
void newDocument()
Undocumented in source.
newLayer
void newLayer()
Undocumented in source.
xmpToolkit
void xmpToolkit()
Undocumented in source.
passActionEvent
void passActionEvent(Event e)
Undocumented in source.
createNewDocument
void createNewDocument(wstring name, int rX, int rY, int pal)
Undocumented in source.

From SystemEventListener

onQuit
void onQuit()
Undocumented in source.
controllerRemoved
void controllerRemoved(uint ID)
Undocumented in source.
controllerAdded
void controllerAdded(uint ID)
Undocumented in source.

From NewLayerDialogListener

newTileLayerEvent
void newTileLayerEvent(string name, string file, bool embed, bool preexisting, int tX, int tY, int mX, int mY)
Undocumented in source.
newSpriteLayerEvent
void newSpriteLayerEvent(string name)
Undocumented in source.
importTileLayerSymbolData
void importTileLayerSymbolData(string file)
Undocumented in source.

Meta