SyntaxTutor
Educational app designed to help compiler students understand LL(1) and SLR(1) parsing algorithms.
 
Loading...
Searching...
No Matches
TutorialStep Struct Reference

Represents a single step in the tutorial sequence. More...

#include <tutorialmanager.h>

Public Attributes

QWidget * target
 Widget to highlight during the tutorial step.
 
QString htmlText
 HTML text to show as instruction or explanation.
 

Detailed Description

Represents a single step in the tutorial sequence.

Each step highlights a target widget and displays an associated HTML-formatted message.

Member Data Documentation

◆ htmlText

QString TutorialStep::htmlText

HTML text to show as instruction or explanation.

◆ target

QWidget* TutorialStep::target

Widget to highlight during the tutorial step.


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