#include <ToolStripAction.h>
Definition at line 7 of file ToolStripAction.h.
◆ ToolStripAction()
| ToolStripAction::ToolStripAction |
( |
QObject * |
parent = nullptr | ) |
|
◆ alternateIconSource()
| QString ToolStripAction::alternateIconSource |
( |
void |
| ) |
const |
|
inline |
◆ alternateIconSourceChanged
| void ToolStripAction::alternateIconSourceChanged |
( |
QString |
alternateIconSource | ) |
|
|
signal |
◆ biColorIcon()
| bool ToolStripAction::biColorIcon |
( |
void |
| ) |
const |
|
inline |
◆ biColorIconChanged
| void ToolStripAction::biColorIconChanged |
( |
bool |
biColorIcon | ) |
|
|
signal |
◆ checkable()
| bool ToolStripAction::checkable |
( |
void |
| ) |
const |
|
inline |
◆ checkableChanged
| void ToolStripAction::checkableChanged |
( |
bool |
checkable | ) |
|
|
signal |
◆ checked()
| bool ToolStripAction::checked |
( |
void |
| ) |
const |
|
inline |
◆ checkedChanged
| void ToolStripAction::checkedChanged |
( |
bool |
checked | ) |
|
|
signal |
◆ dropPanelComponent()
| QQmlComponent * ToolStripAction::dropPanelComponent |
( |
void |
| ) |
const |
|
inline |
◆ dropPanelComponentChanged
| void ToolStripAction::dropPanelComponentChanged |
( |
void |
| ) |
|
|
signal |
◆ enabledChanged [1/2]
| void ToolStripAction::enabledChanged |
( |
bool |
enabled | ) |
|
|
signal |
◆ enabledChanged() [2/2]
◆ fullColorIcon()
| bool ToolStripAction::fullColorIcon |
( |
void |
| ) |
const |
|
inline |
◆ fullColorIconChanged
| void ToolStripAction::fullColorIconChanged |
( |
bool |
fullColorIcon | ) |
|
|
signal |
◆ iconSource()
| QString ToolStripAction::iconSource |
( |
void |
| ) |
const |
|
inline |
◆ iconSourceChanged
| void ToolStripAction::iconSourceChanged |
( |
QString |
iconSource | ) |
|
|
signal |
◆ nonExclusive()
| bool ToolStripAction::nonExclusive |
( |
void |
| ) |
const |
|
inline |
◆ nonExclusiveChanged
| void ToolStripAction::nonExclusiveChanged |
( |
bool |
nonExclusive | ) |
|
|
signal |
◆ setAlternateIconSource()
| void ToolStripAction::setAlternateIconSource |
( |
const QString & |
alternateIconSource | ) |
|
◆ setbiColorIcon()
| void ToolStripAction::setbiColorIcon |
( |
bool |
biColorIcon | ) |
|
◆ setCheckable()
| void ToolStripAction::setCheckable |
( |
bool |
checkable | ) |
|
◆ setChecked()
| void ToolStripAction::setChecked |
( |
bool |
checked | ) |
|
◆ setDropPanelComponent()
| void ToolStripAction::setDropPanelComponent |
( |
QQmlComponent * |
dropPanelComponent | ) |
|
◆ setEnabled()
| void ToolStripAction::setEnabled |
( |
bool |
enabled | ) |
|
◆ setfullColorIcon()
| void ToolStripAction::setfullColorIcon |
( |
bool |
fullColorIcon | ) |
|
◆ setIconSource()
| void ToolStripAction::setIconSource |
( |
const QString & |
iconSource | ) |
|
◆ setNonExclusive()
| void ToolStripAction::setNonExclusive |
( |
bool |
nonExclusive | ) |
|
◆ setShowAlternateIcon()
| void ToolStripAction::setShowAlternateIcon |
( |
bool |
showAlternateIcon | ) |
|
◆ setText()
| void ToolStripAction::setText |
( |
const QString & |
text | ) |
|
◆ setToolStripIndex()
| void ToolStripAction::setToolStripIndex |
( |
int |
toolStripIndex | ) |
|
◆ setVisible()
| void ToolStripAction::setVisible |
( |
bool |
visible | ) |
|
◆ showAlternateIcon()
| bool ToolStripAction::showAlternateIcon |
( |
void |
| ) |
const |
|
inline |
◆ showAlternateIconChanged
| void ToolStripAction::showAlternateIconChanged |
( |
bool |
showAlternateIcon | ) |
|
|
signal |
◆ text()
| QString ToolStripAction::text |
( |
void |
| ) |
const |
|
inline |
◆ textChanged
| void ToolStripAction::textChanged |
( |
QString |
text | ) |
|
|
signal |
◆ toolStripIndex()
| int ToolStripAction::toolStripIndex |
( |
void |
| ) |
const |
|
inline |
◆ toolStripIndexChanged
| void ToolStripAction::toolStripIndexChanged |
( |
int |
toolStripIndex | ) |
|
|
signal |
◆ triggered
| void ToolStripAction::triggered |
( |
QObject * |
source | ) |
|
|
signal |
◆ visible()
| bool ToolStripAction::visible |
( |
void |
| ) |
const |
|
inline |
◆ visibleChanged
| void ToolStripAction::visibleChanged |
( |
bool |
visible | ) |
|
|
signal |
◆ _alternateIconSource
| QString ToolStripAction::_alternateIconSource |
|
protected |
◆ _biColorIcon
| bool ToolStripAction::_biColorIcon = false |
|
protected |
◆ _checkable
| bool ToolStripAction::_checkable = false |
|
protected |
◆ _checked
| bool ToolStripAction::_checked = false |
|
protected |
◆ _dropPanelComponent
| QQmlComponent* ToolStripAction::_dropPanelComponent = nullptr |
|
protected |
◆ _enabled
| bool ToolStripAction::_enabled = true |
|
protected |
◆ _fullColorIcon
| bool ToolStripAction::_fullColorIcon = false |
|
protected |
◆ _iconSource
| QString ToolStripAction::_iconSource |
|
protected |
◆ _nonExclusive
| bool ToolStripAction::_nonExclusive = false |
|
protected |
◆ _showAlternateIcon
| bool ToolStripAction::_showAlternateIcon = false |
|
protected |
◆ _text
| QString ToolStripAction::_text |
|
protected |
◆ _toolStripIndex
| int ToolStripAction::_toolStripIndex = -1 |
|
protected |
◆ _visible
| bool ToolStripAction::_visible = true |
|
protected |
The documentation for this class was generated from the following files: