#include <UICCloseButton.h>
Inheritance diagram for Moteur3D::UICCloseButton:
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 |
|
Constructor. Needs the window that will embed the instance.
|
|
Destructor.
|
|
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. |
|
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. |
|
Reimplemented from Moteur3D::UICButton. |