|
API Documentation
|
|
|
LogWin(System *system) noexcept
unsigned int getMaxLine() const
virtual void importClassFromTree(nkExport::Node *rootNode) override
virtual void addLine(nkMemory::StringView line)
Base class for any graphical component.
Definition: Component.h:12
The main system of the component.
Definition: System.h:18
virtual void exportIntrospection(nkExport::Node *rootNode) override
A node in the tree structure representing the data to export / import.
Definition: Node.h:42
static nkMemory::UniquePtr< LogWin > create(System *system=nullptr)
Smart pointer owning the object instance it encapsulates.
Definition: UniquePtr.h:17
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
virtual const ScrollBar * getVerticalScrollBar() const
void setMaxLine(unsigned int val)
Encompasses all API of component NilkinsWinUi.
Definition: Clipboard.h:7
A graphical log window, where lines can be added like a console log.
Definition: LogWin.h:12