Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Moteur3D::UICCloseButton Class Reference

Close button, derived from UICButton, that sends a close request when clicked. More...

#include <UICCloseButton.h>

Inheritance diagram for Moteur3D::UICCloseButton:

Moteur3D::UICButton Moteur3D::UIBaseComponent List of all members.

Public Member Functions

 UICCloseButton (UIBaseWindow *window)
 Constructor. Needs the window that will embed the instance.
 ~UICCloseButton ()
 Destructor.

Protected Member Functions

virtual void OnDisplay ()
 Event called when the component needs to be displayed. Override it if you want custom graphics for your component (and you probably will).
virtual void OnClick ()
 This function is called when the button has been pressed and released, and the click is valid. Its default behavior is to actually send the close request.

Friends

class Window

Detailed Description

Close button, derived from UICButton, that sends a close request when clicked.


Constructor & Destructor Documentation

Moteur3D::UICCloseButton::UICCloseButton UIBaseWindow window  ) 
 

Constructor. Needs the window that will embed the instance.

Moteur3D::UICCloseButton::~UICCloseButton  ) 
 

Destructor.


Member Function Documentation

virtual void Moteur3D::UICCloseButton::OnClick  )  [protected, virtual]
 

This function is called when the button has been pressed and released, and the click is valid. Its default behavior is to actually send the close request.

Reimplemented from Moteur3D::UICButton.

virtual void Moteur3D::UICCloseButton::OnDisplay  )  [protected, virtual]
 

Event called when the component needs to be displayed. Override it if you want custom graphics for your component (and you probably will).

Reimplemented from Moteur3D::UICButton.


Friends And Related Function Documentation

friend class Window [friend]
 

Reimplemented from Moteur3D::UICButton.


The documentation for this class was generated from the following file:
Generated on Sat Oct 15 15:05:52 2005 for Moteur3D by  doxygen 1.4.4