Crazy Eddies GUI System  0.6.0
Public Member Functions | Protected Attributes | List of all members
CEGUI::ScriptWindowHelper Class Reference
+ Collaboration diagram for CEGUI::ScriptWindowHelper:

Public Member Functions

 ScriptWindowHelper (Window *wnd)
 
WindowgetWindow ()
 
WindowgetWindow (String &name)
 

Protected Attributes

Windowd_window
 Window that is being aided by this helper.
 

Detailed Description

requirements
winXP or later
Remarks
Used by Scriptmodules to help access certain functions or special objects
Version
1.0 first version
Date
05-13-2007
Author
jwelch
license
Copyright 2007 Jon Welch & CEGUI Team
Todo:
Bug:

Member Function Documentation

Window * CEGUI::ScriptWindowHelper::getWindow ( )

Returns a pointer to the window that this helper was created for.

Returns
Window object to helped window

References d_window.

Window * CEGUI::ScriptWindowHelper::getWindow ( String name)

Returns a pointer to the window object specified using the prefix of the helped window.

Parameters
namename of the window you wish to retrieve
Returns
Window object to found window, or NULL

References d_window, and CEGUI::Window::getPrefix().