#include <label.hpp>
Public Member Functions | |
| Label (QObject *parent=nullptr) | |
Public Member Functions inherited from Visual | |
| Visual (QObject *parent=nullptr) | |
| virtual | ~Visual () |
| QWidget * | widget () const |
| Gets the widget associated with this visual node. | |
| void | setWidget (QWidget *widget) |
| Sets the widget associated with this visual node. | |
| const bool | isVisual () const override |
| Checks if the node is a visual node. | |
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. | |
| QPoint | positionHint () const |
| Get the position hint. | |
| void | setPositionHint (QPoint position_hint) |
| Set the position hint. | |
Additional Inherited Members | |
Signals inherited from Visual | |
| void | widgetChanged (QWidget *widget) |
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 Visual | |
| QWidget * | widget |
Properties inherited from Node | |
| QString | name |
| QPoint | position_hint |
|
explicit |