#include <abstractbuttoninterface.h>
Definition at line 29 of file abstractbuttoninterface.h.
◆ AbstractButtonInterface()
AbstractButtonInterface::AbstractButtonInterface |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ activeChanged
void AbstractButtonInterface::activeChanged |
( |
bool |
active | ) |
|
|
signal |
◆ badgeText()
QString AbstractButtonInterface::badgeText |
( |
| ) |
const |
◆ badgeTextChanged
void AbstractButtonInterface::badgeTextChanged |
( |
const QString & |
badgeText | ) |
|
|
signal |
◆ clicked
◆ icon()
QIcon AbstractButtonInterface::icon |
( |
| ) |
const |
◆ iconChanged
void AbstractButtonInterface::iconChanged |
( |
const QIcon & |
icon | ) |
|
|
signal |
◆ id()
virtual QString AbstractButtonInterface::id |
( |
| ) |
const |
|
pure virtual |
◆ isActive()
bool AbstractButtonInterface::isActive |
( |
| ) |
const |
◆ isValid()
bool AbstractButtonInterface::isValid |
( |
| ) |
const |
◆ isVisible()
bool AbstractButtonInterface::isVisible |
( |
| ) |
const |
◆ name()
virtual QString AbstractButtonInterface::name |
( |
| ) |
const |
|
pure virtual |
◆ setActive()
void AbstractButtonInterface::setActive |
( |
bool |
active | ) |
|
◆ setBadgeText()
void AbstractButtonInterface::setBadgeText |
( |
const QString & |
badgeText | ) |
|
◆ setIcon()
void AbstractButtonInterface::setIcon |
( |
const QIcon & |
icon | ) |
|
◆ setTitle()
void AbstractButtonInterface::setTitle |
( |
const QString & |
text | ) |
|
◆ setToolTip()
void AbstractButtonInterface::setToolTip |
( |
const QString & |
toolTip | ) |
|
◆ setVisible()
void AbstractButtonInterface::setVisible |
( |
bool |
visible | ) |
|
◆ setWebView()
void AbstractButtonInterface::setWebView |
( |
WebView * |
view | ) |
|
◆ title()
QString AbstractButtonInterface::title |
( |
| ) |
const |
◆ titleChanged
void AbstractButtonInterface::titleChanged |
( |
const QString & |
title | ) |
|
|
signal |
◆ toolTip()
QString AbstractButtonInterface::toolTip |
( |
| ) |
const |
◆ toolTipChanged
void AbstractButtonInterface::toolTipChanged |
( |
const QString & |
toolTip | ) |
|
|
signal |
◆ visibleChanged
void AbstractButtonInterface::visibleChanged |
( |
bool |
visible | ) |
|
|
signal |
◆ webView()
WebView * AbstractButtonInterface::webView |
( |
| ) |
const |
◆ webViewChanged
void AbstractButtonInterface::webViewChanged |
( |
WebView * |
view | ) |
|
|
signal |
The documentation for this class was generated from the following files: