The BonusFunctor class provides a QWidget-based panel with interactive controls to emit string operation requests.
More...
#include <BonusFunctor.h>
|
void | req_append (const QString &value) |
| Signal emitted to request appending a value.
|
|
void | req_chop_once () |
| Signal emitted to request chopping the last character once.
|
|
void | req_clear () |
| Signal emitted to request clearing the current value.
|
|
The BonusFunctor class provides a QWidget-based panel with interactive controls to emit string operation requests.
This widget emits signals for appending, chopping, or clearing strings, and is intended to be used as a modular tool panel in a Qt application.
◆ BonusFunctor()
BonusFunctor::BonusFunctor |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Constructs the BonusFunctor widget.
- Parameters
-
parent | The parent widget, if any. |
◆ req_append
void BonusFunctor::req_append |
( |
const QString & |
value | ) |
|
|
signal |
Signal emitted to request appending a value.
- Parameters
-
value | The QString to be appended. |
The documentation for this class was generated from the following files:
- builtin/app/Caculator/ui/BonusFunctor.h
- builtin/app/Caculator/ui/BonusFunctor.cpp