Public Types | |
enum | PROPERTYCHANGE { OWNERCHANGE = 1, TITLECHANGE = 2, ICONCHANGE = 3, ACTIVECHANGE = 4, CLOSE_RELEASED = 5 } |
Public Member Functions | |
const std::string & | getTitle () const |
void | setTitle (const std::string &title) |
const Icon * | getIcon () const |
void | setIcon (Icon *icon) |
void | setOwner (Window *owner) |
const Window * | getOwner () const |
Dialog (Window *owner, const std::string &title) | |
Dialog (Window *owner, Icon *icon, const std::string &title) |
|
Create a new Dialog with given owner and title. |
|
Create a new Dialog with given owner and title. |
|
Returns the title of the Dialog. |
|
Set the title on the Dialog. |
|
|
|
Sets to owner of this Dialog. |
|
Returns the owner of this Dialog. |