33#include <NDEVR/Editor.h>
35#include <NDEVR/Text.h>
48 class TextCreatorWidget :
public Editor
57 TextCreatorWidget(
const DynamicPointer<QTDesignObject>& project, QWidget* parent =
nullptr);
63 void setText(
const Text& text);
73 void onFinishTextBox(
bool use_for_box,
bool keep_current);
77 void onCreateTextBox();
81 void updateAlignment();
85 void updateValues()
override;
96 uint04 cursorPosition()
const;
103 void onSelectedSlot(Buffer<UUID>
id,
bool is_selected);
105 Ui::TextCreatorUI* ui;
106 Vector<2, fltp08> m_constrained_size;
A base class for displaying options for editing a single DesignObject, typically a Model.
Represents the "Tab" of a widget.
The primary namespace for the NDEVR SDK.
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...