wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
TourStep Struct Reference

#include <TourStep.h>

Public Attributes

QString body
QStringList click
 Widget/action IDs to activate on step enter.
QString target
QString title

Detailed Description

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.

Member Data Documentation

◆ body

QString TourStep::body

Definition at line 17 of file TourStep.h.

Referenced by TourOverlay::onRetranslated(), and TourOverlay::onStepChanged().

◆ click

QStringList TourStep::click

Widget/action IDs to activate on step enter.

Definition at line 19 of file TourStep.h.

◆ target

QString TourStep::target

Definition at line 18 of file TourStep.h.

Referenced by TourOverlay::onStepChanged().

◆ title

QString TourStep::title

Definition at line 16 of file TourStep.h.

Referenced by TourOverlay::onRetranslated(), and TourOverlay::onStepChanged().


The documentation for this struct was generated from the following file: