UI

Undocumented in source.

Constructors

this
this(Curses curses, Window window, Config cfg)
Undocumented in source.
this
this(Curses curses, Config cfg)
Undocumented in source.

Members

Functions

addElement
void addElement(UIElement e)
Undocumented in source. Be warned that the author may not have intended to support it.
changeFocus
void changeFocus(UIElement newFocused)
Undocumented in source. Be warned that the author may not have intended to support it.
changeFocus
void changeFocus(int by)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(bool erase)
Undocumented in source. Be warned that the author may not have intended to support it.
drawElement
void drawElement(UIElement elem, bool active)
Undocumented in source. Be warned that the author may not have intended to support it.
keystroke
bool keystroke(WChar key)
Undocumented in source. Be warned that the author may not have intended to support it.
move
void move(Window to)
Undocumented in source. Be warned that the author may not have intended to support it.
removeElement
void removeElement(UIElement e)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Config
struct Config
Undocumented in source.

Variables

cfg
Config cfg;
Undocumented in source.
curses
Curses curses;
Undocumented in source.
elements
UIElement[] elements;
Undocumented in source.
focus
int focus;
Undocumented in source.
window
Window window;
Undocumented in source.

Meta