Public Member Functions | |
ScriptWindowHelper (Window *wnd) | |
Window * | getWindow () |
Window * | getWindow (String &name) |
Protected Attributes | |
Window * | d_window |
Window that is being aided by this helper. |
Window * CEGUI::ScriptWindowHelper::getWindow | ( | ) |
Returns a pointer to the window that this helper was created for.
Returns a pointer to the window object specified using the prefix of the helped window.
name | name of the window you wish to retrieve |