SpriteSheetDialog

Undocumented in source.

Constructors

this
this(SheetDialogListener sdl)
Undocumented in source.
this
this(Coordinate size, wstring title)
Undocumented in source.

Members

Functions

actionEvent
void actionEvent(string source, int type, int value, wstring message)
Undocumented in source. Be warned that the author may not have intended to support it.
actionEvent
void actionEvent(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
actionEvent
void actionEvent(string source, string subSource, int type, int value, wstring message)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

sdl
SheetDialogListener sdl;
Undocumented in source.

Inherited Members

From Window

title
wstring title;
Undocumented in source.
parent
IWindowHandler parent;
Undocumented in source.
output
BitmapDrawer output;
Undocumented in source.
header
int header;
sizeX
int sizeX;
sizeY
int sizeY;
Undocumented in source.
position
Coordinate position;
Undocumented in source.
customStyle
StyleSheet customStyle;
Undocumented in source.
getStyleSheet
StyleSheet getStyleSheet()

If the current window doesn't contain a custom StyleSheet, it gets from it's parent.

drawUpdate
void drawUpdate(WindowElement sender)
Undocumented in source. Be warned that the author may not have intended to support it.
addElement
void addElement(WindowElement we, int eventProperties)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
passMouseEvent
void passMouseEvent(int x, int y, int state)
Undocumented in source. Be warned that the author may not have intended to support it.
passScrollEvent
void passScrollEvent(int wX, int wY, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
extraButtonEvent
void extraButtonEvent(int num)
Undocumented in source. Be warned that the author may not have intended to support it.
passKeyboardEvent
void passKeyboardEvent(wchar c, int type, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
addParent
void addParent(IWindowHandler wh)
Undocumented in source. Be warned that the author may not have intended to support it.
getFocus
void getFocus(WindowElement sender)
Undocumented in source. Be warned that the author may not have intended to support it.
dropFocus
void dropFocus(WindowElement sender)
Undocumented in source. Be warned that the author may not have intended to support it.

From ActionListener

actionEvent
void actionEvent(Event event)

During development, I decided to move to a more "Swing-like" event system, use this instead. Better for adding new features in the future.

Meta