|
wiRedPanda
Logic Circuit Simulator
|
#include <TourStep.h>
Public Attributes | |
| QString | body |
| QStringList | click |
| Widget/action IDs to activate on step enter. | |
| QString | target |
| QString | title |
One step in a guided interface tour. target is a string key resolved by MainWindow::resolveTourTarget() to the widget that should be spotlighted. An empty or "none" target shows a centered callout with the whole window dimmed uniformly.
click lists widget/action IDs handled by MainWindow before the spotlight is painted.
Definition at line 15 of file TourStep.h.
| QString TourStep::body |
Definition at line 17 of file TourStep.h.
Referenced by TourOverlay::onRetranslated(), and TourOverlay::onStepChanged().
| QStringList TourStep::click |
Widget/action IDs to activate on step enter.
Definition at line 19 of file TourStep.h.
| QString TourStep::target |
Definition at line 18 of file TourStep.h.
Referenced by TourOverlay::onStepChanged().
| QString TourStep::title |
Definition at line 16 of file TourStep.h.
Referenced by TourOverlay::onRetranslated(), and TourOverlay::onStepChanged().