#include <WrapperFactory.h>
Public Slots | |
void | setPosition (double X, double Y) |
double | X () |
double | Y () |
QString | Title () |
void | setTitle (QString title) |
void | setColor (QColor color) |
void | setColor (QString color) |
QColor | Color () |
void | setFont (QFont font) |
QFont | Font () |
void | setBoxed (bool b=true) |
bool | Boxed () |
double | Rotation () |
void | setRotation (double r) |
bool | isTeXLabel () |
void | setTeXLabel (bool t) |
Public Member Functions | |
LabelWrapper (Label *v) | |
Private Attributes | |
Label * | v |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|