|
wiRedPanda
Logic Circuit Simulator
|
The four Settings::* functions each engine persists progress/completion through.
More...
#include <StepEngineCore.h>
Public Attributes | |
| QStringList(* | getCompleted )() |
| int(* | getProgress )(const QString &) |
| void(* | setCompleted )(const QStringList &) |
| void(* | setProgress )(const QString &, int) |
The four Settings::* functions each engine persists progress/completion through.
Definition at line 42 of file StepEngineCore.h.
| QStringList(* StepEngineCore< StepType >::Persistence::getCompleted) () |
Definition at line 45 of file StepEngineCore.h.
| int(* StepEngineCore< StepType >::Persistence::getProgress) (const QString &) |
Definition at line 43 of file StepEngineCore.h.
| void(* StepEngineCore< StepType >::Persistence::setCompleted) (const QStringList &) |
Definition at line 46 of file StepEngineCore.h.
| void(* StepEngineCore< StepType >::Persistence::setProgress) (const QString &, int) |
Definition at line 44 of file StepEngineCore.h.