#include <scenetoolrun.hpp>
|
void | clicked (const QModelIndex &index) |
|
CSVWidget::SceneToolRun::SceneToolRun |
( |
SceneToolbar * |
parent, |
|
|
const QString & |
toolTip, |
|
|
const QString & |
icon, |
|
|
const std::vector< std::string > & |
profiles |
|
) |
| |
void CSVWidget::SceneToolRun::activate |
( |
| ) |
|
|
virtual |
This function will only called for buttons of type Type_TopAction. The default implementation is empty.
Reimplemented from CSVWidget::SceneTool.
void CSVWidget::SceneToolRun::addProfile |
( |
const std::string & |
profile | ) |
|
- Attention
- This function doe not add the profile to the profile selection panel. This only happens when the panel is re-opened.
- Note
- Adding profiles that are already listed is a no-op.
void CSVWidget::SceneToolRun::adjustToolTips |
( |
| ) |
|
|
private |
void CSVWidget::SceneToolRun::clicked |
( |
const QModelIndex & |
index | ) |
|
|
privateslot |
void CSVWidget::SceneToolRun::removeProfile |
( |
const std::string & |
profile | ) |
|
- Attention
- This function does not remove the profile from the profile selection panel.
void CSVWidget::SceneToolRun::runRequest |
( |
const std::string & |
profile | ) |
|
|
signal |
void CSVWidget::SceneToolRun::showPanel |
( |
const QPoint & |
position | ) |
|
|
virtual |
void CSVWidget::SceneToolRun::updateIcon |
( |
| ) |
|
|
private |
void CSVWidget::SceneToolRun::updatePanel |
( |
| ) |
|
|
private |
QFrame* CSVWidget::SceneToolRun::mPanel |
|
private |
std::set<std::string> CSVWidget::SceneToolRun::mProfiles |
|
private |
std::set<std::string>::iterator CSVWidget::SceneToolRun::mSelected |
|
private |
QString CSVWidget::SceneToolRun::mToolTip |
|
private |
The documentation for this class was generated from the following files: