#include <qts_label.h>
Public Methods | |
| QTS_Label (RS_EntityContainer *parent) | |
| Constructor. | |
| QTS_Label (RS_EntityContainer *parent, const RS_Vector &p1, const RS_Vector &p2, const RS_String &text) | |
| Constructor. | |
| virtual RS_Entity * | clone () |
| virtual | ~QTS_Label () |
| Destructor. | |
| virtual RS::EntityType | rtti () const |
| RS_String | getText () const |
| virtual void | move (RS_Vector offset) |
| virtual void | rotate (RS_Vector center, double angle) |
| virtual void | scale (RS_Vector center, RS_Vector factor) |
Protected Methods | |
| virtual void | calculateBorders () |
Protected Attributes | |
| RS_String | text |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const QTS_Label &l) |
| Dumps the point's data to stdout. | |
|
|
|