#include <gcu/dialog-owner.h>
Public Member Functions | |
DialogOwner () | |
virtual | ~DialogOwner () |
Dialog * | GetDialog (std::string name) |
void | ClearDialogs () |
Definition at line 42 of file dialog-owner.h.
gcu::DialogOwner::DialogOwner | ( | ) |
The constructor.
virtual gcu::DialogOwner::~DialogOwner | ( | ) | [virtual] |
The destructor.
void gcu::DialogOwner::ClearDialogs | ( | ) |
Destroys all dialogs associated with this instance.
Dialog* gcu::DialogOwner::GetDialog | ( | std::string | name | ) |