wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
StepEngineCore< StepType >::Persistence Struct Reference

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)

Detailed Description

template<typename StepType>
struct StepEngineCore< StepType >::Persistence

The four Settings::* functions each engine persists progress/completion through.

Definition at line 42 of file StepEngineCore.h.

Member Data Documentation

◆ getCompleted

template<typename StepType>
QStringList(* StepEngineCore< StepType >::Persistence::getCompleted) ()

Definition at line 45 of file StepEngineCore.h.

◆ getProgress

template<typename StepType>
int(* StepEngineCore< StepType >::Persistence::getProgress) (const QString &)

Definition at line 43 of file StepEngineCore.h.

◆ setCompleted

template<typename StepType>
void(* StepEngineCore< StepType >::Persistence::setCompleted) (const QStringList &)

Definition at line 46 of file StepEngineCore.h.

◆ setProgress

template<typename StepType>
void(* StepEngineCore< StepType >::Persistence::setProgress) (const QString &, int)

Definition at line 44 of file StepEngineCore.h.


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