#include <Label.h>
Inheritance diagram for Teddy::PhysicalComponents::Label:
Public Methods | |
Label (char *label) | |
Constructor. More... | |
virtual void | drawSelf () |
Area interface. More... | |
void | setText (char *text) |
char * | getText () |
Protected Attributes | |
char * | text |
Definition at line 40 of file Label.h.
|
Constructor.
Definition at line 37 of file Label.cpp. References Teddy::PhysicalComponents::Area::drawing_ordering, Teddy::PhysicalComponents::Area::fill_base_pixels, Teddy::MixIn::Named::name, Teddy::PhysicalComponents::Area::post_self, and Teddy::PhysicalComponents::Area::style. |
|
Area interface.
Reimplemented from Teddy::PhysicalComponents::Area. Definition at line 45 of file Label.cpp. References Teddy::PhysicalComponents::Area::drawString, Teddy::PhysicalComponents::Area::style, text, and Teddy::Graphics::ViewClient::view. |
|
Definition at line 60 of file Label.cpp. References text. |
|
Definition at line 55 of file Label.cpp. References text. |
|
|