#include <hwWindow.h>

Public Member Functions | |
| hwWindow () | |
| ~hwWindow () | |
| string | draw () |
| void | add (hwWidget *child) |
| const string & | getTitle () const |
| void | setTitle (const string &title) |
Protected Member Functions | |
| hwWindow (const string &classname) | |
| hwWindow::hwWindow | ( | ) |
| hwWindow::~hwWindow | ( | ) |
| hwWindow::hwWindow | ( | const string & | classname | ) | [protected] |
| void hwWindow::add | ( | hwWidget * | child | ) | [inline] |
| string hwWindow::draw | ( | ) | [virtual] |
Implements hwWidget.
| const string& hwWindow::getTitle | ( | ) | const [inline] |
| void hwWindow::setTitle | ( | const string & | title | ) | [inline] |
1.5.8