| public nothrow | Window(const String<char>& name_) |
| public abstract void | Draw() |
| public void | DrawFrame() |
| public abstract CommandResult | HandleKey(int key) |
| public int | Height() |
| public int | Left() |
| public void | SetDebugger(Debugger* debugger_) |
| public void | ShowCursor() |
| public int | Top() |
| public int | Width() |
| public short | color |
| public int | cursorCol |
| public int | cursorRow |
| public Debugger* | debugger |
| public int | height |
| public int | left |
| public String<char> | name |
| public Window* | next |
| public Screen* | screen |
| public int | top |
| public bool | visible |
| public int | width |
| public bool | zoomed |