#include <Panel.h>
Inheritance diagram for Motoko::Panel:
Public Member Functions | |
Panel () | |
Panel (const char *name, SDL_Rect rect, ControlBackStyle backstyle, Uint32 backcolor, ControlSkin *appearance=NULL, SDL_Surface *picture=NULL, SDL_Surface *mousepointer=NULL, bool transparency=false, bool enable=true, bool visible=true) | |
Panel (const Panel &obj) | |
virtual Panel & | operator= (const Panel &obj) |
~Panel () | |
virtual void | Draw (void) |
This function draw the control. | |
virtual bool | Update (SDL_Event &event) |
This function update the control. | |
virtual Panel & | CopyFrom (const Panel &obj) |
This function copies obj in the actual object. |
Motoko::Panel::Panel | ( | ) |
Panel constructor.
Motoko::Panel::Panel | ( | const char * | name, | |
SDL_Rect | rect, | |||
ControlBackStyle | backstyle, | |||
Uint32 | backcolor, | |||
ControlSkin * | appearance = NULL , |
|||
SDL_Surface * | picture = NULL , |
|||
SDL_Surface * | mousepointer = NULL , |
|||
bool | transparency = false , |
|||
bool | enable = true , |
|||
bool | visible = true | |||
) |
Panel constructor.
Motoko::Panel::~Panel | ( | ) |
Container destructor.
This function copies obj in the actual object.
obj | Object to copy. |