|
Schim
|
A visual text object. More...
#include <text.h>
Public Member Functions | |
| Text (const QString &text="") | |
| Usual way to construct a text object. | |
| Text (const Text &text) | |
| Copy constructor. | |
| QPointF | getPos () const override |
| Return the position of the object in the sheet. | |
| void | setPos (const QPointF &pos) override |
| Set the position of the object in the sheet. | |
Public Member Functions inherited from Object | |
| virtual | ~Object ()=default |
| This destructor does nothing. More... | |
A visual text object.
A text object is characterized by its text content, position, and standard display properties associated with texts.
1.8.13