BuildmLearn Toolkit  2.0.4
BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.
 All Classes Functions Enumerations Groups Pages
QuizSimulator Class Reference

Simulator for Quiz template. More...

#include <quizsimulator.h>

Collaboration diagram for QuizSimulator:
Collaboration graph

Public Slots

bool startSimulation ()
 
bool stopSimulation ()
 
bool goBack ()
 
- Public Slots inherited from TemplateSimulator
virtual bool startSimulation ()=0
 (Re)starts the simulation. More...
 
virtual bool stopSimulation ()=0
 Stops simulation and resets its to initial state, all user data from simulation are cleared. More...
 
virtual bool goBack ()=0
 Gets simulation one step back. More...
 

Public Member Functions

 QuizSimulator (TemplateCore *core, QWidget *parent=0)
 
- Public Member Functions inherited from TemplateSimulator
 TemplateSimulator (TemplateCore *core, QWidget *parent=0)
 
QSize sizeHint () const
 Hint for default and fixed size for all simulator contents.
 
virtual void launch ()
 Called when core with this simulator widget is fully loaded from XML bundle or newly created.
 
TemplateCorecore () const
 Access to associated template core. More...
 

Additional Inherited Members

- Signals inherited from TemplateSimulator
void canGoBackChanged (bool can_go_back)
 Emitted if "can go back" status of simulator changes. More...
 
void simulationStopRequested ()
 Emitted if simulation is stopped from template itself.
 
- Protected Attributes inherited from TemplateSimulator
TemplateCorem_core
 

Detailed Description

Simulator for Quiz template.

Definition at line 50 of file quizsimulator.h.


The documentation for this class was generated from the following files: