PopUpElement

For creating pop-up elements like menus.

Members

Functions

addParent
void addParent(PopUpHandler p)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw()
Undocumented in source.
getStyleSheet
StyleSheet getStyleSheet()
Undocumented in source. Be warned that the author may not have intended to support it.
onClick
void onClick(int offsetX, int offsetY, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseMovement
void onMouseMovement(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
onScroll
void onScroll(int x, int y, int wX, int wY)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

inputhandler
InputHandler inputhandler;
Undocumented in source.
onDraw
void delegate() onDraw;
Undocumented in source.
styleSheet
StyleSheet styleSheet;
Undocumented in source.

Variables

coordinates
Coordinate coordinates;
Undocumented in source.
customStyle
StyleSheet customStyle;
Undocumented in source.
onMouseClick
void delegate(Event ev) onMouseClick;
Undocumented in source.
output
BitmapDrawer output;
Undocumented in source.
parent
PopUpHandler parent;
Undocumented in source.
source
string source;
Undocumented in source.
text
wstring text;
Undocumented in source.

Meta