Image Component Library (ICL)
Signals | Public Member Functions | Private Slots | List of all members
icl::qt::StringSignalButton Class Reference

internally used button that emits a signal with its text More...

#include <StringSignalButton.h>

Inheritance diagram for icl::qt::StringSignalButton:

Signals

void clicked (const QString &text)
 the clicked signal (with the buttons text) More...
 

Public Member Functions

 StringSignalButton (const QString &text, QWidget *parent)
 Create a new StringSignalButton with given text and parent widget. More...
 

Private Slots

void receiveClick (bool checked)
 internally used slot (connected to the parent buttons clicked() signal) More...
 

Detailed Description

internally used button that emits a signal with its text

Constructor & Destructor Documentation

◆ StringSignalButton()

icl::qt::StringSignalButton::StringSignalButton ( const QString &  text,
QWidget *  parent 
)

Create a new StringSignalButton with given text and parent widget.

Member Function Documentation

◆ clicked

void icl::qt::StringSignalButton::clicked ( const QString &  text)
signal

the clicked signal (with the buttons text)

◆ receiveClick

void icl::qt::StringSignalButton::receiveClick ( bool  checked)
privateslot

internally used slot (connected to the parent buttons clicked() signal)


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