|
API Documentation
|
|
|
static nkMemory::UniquePtr< Static > create(System *system=nullptr)
ALIGNMENT
Possible alignment values, interpretable by components depending on their behavior.
Definition: Alignment.h:12
virtual void setAlignHorizontal(ALIGNMENT value)
Static(System *system) noexcept
virtual void exportIntrospection(nkExport::Node *rootNode) override
Base class for any graphical component.
Definition: Component.h:12
The main system of the component.
Definition: System.h:18
A graphical static text zone.
Definition: Static.h:12
A node in the tree structure representing the data to export / import.
Definition: Node.h:42
virtual void setWordWrap(bool value)
ALIGNMENT getAlignVertical() const
virtual void setAlignVertical(ALIGNMENT value)
Smart pointer owning the object instance it encapsulates.
Definition: UniquePtr.h:17
ALIGNMENT getAlignHorizontal() const
Encompasses all API of component NilkinsWinUi.
Definition: Clipboard.h:7
virtual void importClassFromTree(nkExport::Node *rootNode) override