CEGUI::ScriptWindowHelper Class Reference

Collaboration diagram for CEGUI::ScriptWindowHelper:

Collaboration graph
[legend]

List of all members.

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 ( String name  ) 

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

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

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

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.


Generated on Thu Nov 27 20:34:31 2008 for Crazy Eddies GUI System by  doxygen 1.5.7.1