#include <textcombine.hpp>
Public Member Functions | |
| TextCombine (QObject *parent=nullptr) | |
Public Member Functions inherited from Node | |
| Node (QObject *parent) | |
| void | setInterfaces (const QList< Interface > &interfaces) |
| QList< Interface > & | getInterfaces () |
| Get the list of interfaces. | |
| Interface * | getInterface (const QString &identifier) |
| Get an interface by its identifier. | |
| virtual const bool | isVisual () const |
| Checks if the node is a visual node. | |
| QPoint | positionHint () const |
| Get the position hint. | |
| void | setPositionHint (QPoint position_hint) |
| Set the position hint. | |
Additional Inherited Members | |
Signals inherited from Node | |
| void | changedInterfaceValue (const Interface &) |
| void | positionHintChanged (const QPoint position_hint) |
Protected Member Functions inherited from Node | |
| void | config () |
| Set various configurations. | |
Properties inherited from Node | |
| QString | name |
| QPoint | position_hint |
|
explicit |