25 explicit Tablet(QWidget* parent =
nullptr);
66 void process_text_according();
82 QString string_expression;
The Tablet class provides a user interface panel for building and evaluating string-based expressions...
Definition Tablet.h:17
void process_evaluate()
Evaluates the current expression and updates the result.
Definition Tablet.cpp:37
void setResult(const QString &v)
Sets the result text shown in the result display area.
Definition Tablet.cpp:16
void process_clear()
Clears the internal expression and updates the UI.
Definition Tablet.cpp:26
void process_chop()
Removes the last character or token from the expression.
Definition Tablet.cpp:31
~Tablet()
Destructor.
Definition Tablet.cpp:12
void append_outlayer(const QString &what)
Appends an external string token to the internal expression.
Definition Tablet.cpp:21