Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Button Class Reference

User interface Button. More...

#include <Button.h>

Inherits Widget.

Inheritance diagram for Button:

Inheritance graph
[legend]
Collaboration diagram for Button:

Collaboration graph
[legend]
List of all members.

Public Methods

 Button (const string t="", int i=0)
 Default constructor. More...

void setBKColor (const Color4 c)
 Set the background color.

void setTextOffsetX (unsigned int offset)
 Sets the X text position.

void setTextOffsetY (unsigned int offset)
 Sets the Y text position.

void refresh ()
 Repaints the region. More...

bool handleEvent (Event &event)
 Handle window-system events. More...

void parseSymbol (Token &t, ObjectFile &file)
 Reads a single parameter sections inside the body of the object description. More...

void