TrackedAction : This is a version of QAction that tracks usage through the Mantid usage service.
More...
#include <TrackedAction.h>
TrackedAction : This is a version of QAction that tracks usage through the Mantid usage service.
Definition at line 18 of file TrackedAction.h.
◆ TrackedAction() [1/3]
| MantidQt::MantidWidgets::TrackedAction::TrackedAction |
( |
QObject * |
parent | ) |
|
◆ TrackedAction() [2/3]
| MantidQt::MantidWidgets::TrackedAction::TrackedAction |
( |
const QString & |
text, |
|
|
QObject * |
parent |
|
) |
| |
◆ TrackedAction() [3/3]
| MantidQt::MantidWidgets::TrackedAction::TrackedAction |
( |
const QIcon & |
icon, |
|
|
const QString & |
text, |
|
|
QObject * |
parent |
|
) |
| |
◆ ~TrackedAction()
| virtual MantidQt::MantidWidgets::TrackedAction::~TrackedAction |
( |
| ) |
|
|
virtualdefault |
◆ generateTrackingName()
| virtual std::vector< std::string > MantidQt::MantidWidgets::TrackedAction::generateTrackingName |
( |
| ) |
const |
|
protectedvirtual |
◆ getIsTracking()
| bool MantidQt::MantidWidgets::TrackedAction::getIsTracking |
( |
| ) |
const |
◆ getTrackingName()
| std::vector< std::string > MantidQt::MantidWidgets::TrackedAction::getTrackingName |
( |
| ) |
const |
◆ registerUsage()
| virtual void MantidQt::MantidWidgets::TrackedAction::registerUsage |
( |
const std::vector< std::string > & |
name | ) |
|
|
protectedvirtual |
◆ setIsTracking()
| void MantidQt::MantidWidgets::TrackedAction::setIsTracking |
( |
const bool |
enableTracking | ) |
|
◆ setTrackingName()
| void MantidQt::MantidWidgets::TrackedAction::setTrackingName |
( |
const std::vector< std::string > & |
name | ) |
|
◆ setupTracking()
| void MantidQt::MantidWidgets::TrackedAction::setupTracking |
( |
| ) |
|
|
private |
◆ trackActivation
| void MantidQt::MantidWidgets::TrackedAction::trackActivation |
( |
const bool |
checked | ) |
|
|
slot |
◆ m_isTracking
| bool MantidQt::MantidWidgets::TrackedAction::m_isTracking |
|
private |
◆ m_trackingName
| std::vector<std::string> MantidQt::MantidWidgets::TrackedAction::m_trackingName |
|
mutableprivate |
The documentation for this class was generated from the following file: