|
MagicSmoke
$VERSION$
|
base class that describes labels More...
#include <ticketrender.h>
Public Member Functions | |
| MLabel () | |
| constructs the label More... | |
| virtual | ~MLabel () |
| deconstructs the label More... | |
| virtual QString | getVariable (QString) const =0 |
| abstract: overwrite this to return data for a label More... | |
base class that describes labels
| MLabel::MLabel | ( | ) |
constructs the label
|
virtual |
deconstructs the label
|
pure virtual |
abstract: overwrite this to return data for a label
Implemented in MTELabel, MVoucherLabel, and MTicketLabel.