#include <pushbuttoninterface.h>
◆ pressed_t
◆ ~PushButtonInterface()
virtual PushButtonInterface::~PushButtonInterface |
( |
| ) |
|
|
inlinevirtual |
◆ checkable()
virtual bool PushButtonInterface::checkable |
( |
| ) |
|
|
pure virtual |
◆ checked()
virtual bool PushButtonInterface::checked |
( |
| ) |
|
|
pure virtual |
◆ init()
virtual void PushButtonInterface::init |
( |
const QString & |
buttonName, |
|
|
bool |
isEnable |
|
) |
| |
|
pure virtual |
◆ isEnabled()
virtual bool PushButtonInterface::isEnabled |
( |
| ) |
|
|
pure virtual |
◆ mainWidget()
virtual QWidget * PushButtonInterface::mainWidget |
( |
| ) |
|
|
pure virtual |
◆ pressedCbk()
virtual void PushButtonInterface::pressedCbk |
( |
const pressed_t & |
cb | ) |
|
|
pure virtual |
◆ setCheckable()
virtual void PushButtonInterface::setCheckable |
( |
bool |
checked | ) |
|
|
pure virtual |
◆ setChecked()
virtual void PushButtonInterface::setChecked |
( |
bool |
checked | ) |
|
|
pure virtual |
◆ setDisabled()
virtual void PushButtonInterface::setDisabled |
( |
bool |
state | ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: