< home

GUIElement Class Reference

The basic functionality of a GUI element (such as a control). More...

#include <GUIExposition.h>

List of all members.


Public Member Functions

 GUIElement (Expo *expo)
 Initializes the element with the specified exposition.
ExpoGetExpo ()
 Returns the exposition attached to the element.
virtual void Update ()=0
 Updates the element from its exposition (when the exposition value has changed, for example).
virtual void Callback ()
 Called when the control has been activated (e.g. a text control changed or a button released).
virtual vartype Get ()
 Returns the value of the exposition.
virtual void Set ()=0
 Sets the value of the exposition to the value of the element.
virtual vartype Call ()
 Executes the exposition.

Detailed Description

The basic functionality of a GUI element (such as a control).


The documentation for this class was generated from the following file:

 

Documentation generated on 14 Jun 2006 for OpenExposition by  doxygen 1.4.6>
Development hosted by SourceForge.net Logo