abstract base class for populated UI elements
More...
#include <XXPopulatedAbstract.h>
abstract base class for populated UI elements
|
| static void | printSettingsLocation () |
| static QAction * | addAction (QIcon icon, QString text, QString objectName, QObject *instance, auto slotFunction) |
| static QAction * | addFunctorAction (QIcon icon, QString text, QString objectName, QObject *parent, auto functor) |
| static void | setActionIcon (QObject *parent, QString objectName, QIcon icon) |
| static void | setActionShortcut (QObject *parent, QString objectName, QKeySequence shortcut) |
| static QString | writeExampleResource (const QString &xmlResource) |
◆ MenuCreationFunction
◆ ToolBarCreationFunction
◆ Abstract()
| XX::Populated::Abstract::Abstract |
( |
QWidget * | parentWidget | ) |
|
◆ ~Abstract()
| virtual XX::Populated::Abstract::~Abstract |
( |
| ) |
|
|
virtual |
◆ addAction()
| QAction * XX::Populated::Abstract::addAction |
( |
QIcon | icon, |
|
|
QString | text, |
|
|
QString | objectName, |
|
|
QObject * | instance, |
|
|
auto | slotFunction ) |
|
static |
◆ addFunctorAction()
| QAction * XX::Populated::Abstract::addFunctorAction |
( |
QIcon | icon, |
|
|
QString | text, |
|
|
QString | objectName, |
|
|
QObject * | parent, |
|
|
auto | functor ) |
|
static |
◆ populateMenuAndToolBar()
| void XX::Populated::Abstract::populateMenuAndToolBar |
( |
const QString & | xmlResource | ) |
|
◆ printSettingsLocation()
| void XX::Populated::Abstract::printSettingsLocation |
( |
| ) |
|
|
static |
◆ setActionIcon()
| void XX::Populated::Abstract::setActionIcon |
( |
QObject * | parent, |
|
|
QString | objectName, |
|
|
QIcon | icon ) |
|
static |
◆ setActionShortcut()
| void XX::Populated::Abstract::setActionShortcut |
( |
QObject * | parent, |
|
|
QString | objectName, |
|
|
QKeySequence | shortcut ) |
|
static |
◆ setFunctions()
◆ writeExampleResource()
| QString XX::Populated::Abstract::writeExampleResource |
( |
const QString & | xmlResource | ) |
|
|
static |
The documentation for this class was generated from the following file: