![]() |
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.
|
Simulator widget for Learn Spellings template. More...
#include <learnspellingssimulator.h>
Public Slots | |
bool | startSimulation () |
bool | stopSimulation () |
bool | goBack () |
![]() | |
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 | |
LearnSpellingsSimulator (TemplateCore *core, QWidget *parent=0) | |
![]() | |
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. | |
TemplateCore * | core () const |
Access to associated template core. More... | |
Additional Inherited Members | |
![]() | |
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. | |
![]() | |
TemplateCore * | m_core |
Simulator widget for Learn Spellings template.
Definition at line 46 of file learnspellingssimulator.h.