CCIMXDesktop
 
Loading...
Searching...
No Matches
BonusFunctor Class Reference

The BonusFunctor class provides a QWidget-based panel with interactive controls to emit string operation requests. More...

#include <BonusFunctor.h>

Inheritance diagram for BonusFunctor:

Signals

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.
 

Public Member Functions

 BonusFunctor (QWidget *parent=nullptr)
 Constructs the BonusFunctor widget.
 
 ~BonusFunctor ()
 Destructor.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ BonusFunctor()

BonusFunctor::BonusFunctor ( QWidget *  parent = nullptr)
explicit

Constructs the BonusFunctor widget.

Parameters
parentThe parent widget, if any.

Member Function Documentation

◆ req_append

void BonusFunctor::req_append ( const QString &  value)
signal

Signal emitted to request appending a value.

Parameters
valueThe QString to be appended.

The documentation for this class was generated from the following files: