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.
Main Page
Modules
Classes
Files
File List
•
All
Classes
Functions
Enumerations
Groups
Pages
flashcardsimulator.h
1
/*
2
Copyright (c) 2012, BuildmLearn Contributors listed at http://buildmlearn.org/people/
3
All rights reserved.
4
5
Redistribution and use in source and binary forms, with or without
6
modification, are permitted provided that the following conditions are met:
7
8
* Redistributions of source code must retain the above copyright notice, this
9
list of conditions and the following disclaimer.
10
11
* Redistributions in binary form must reproduce the above copyright notice,
12
this list of conditions and the following disclaimer in the documentation
13
and/or other materials provided with the distribution.
14
15
* Neither the name of the BuildmLearn nor the names of its
16
contributors may be used to endorse or promote products derived from
17
this software without specific prior written permission.
18
19
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
*/
30
31
#ifndef FLASHCARDSIMULATOR_H
32
#define FLASHCARDSIMULATOR_H
33
34
#include "core/templatesimulator.h"
35
36
#include "ui_flashcardsimulator.h"
37
38
39
namespace
Ui {
40
class
FlashCardSimulator
;
41
}
42
43
class
FlashCardSimulator
:
public
TemplateSimulator
{
44
Q_OBJECT
45
46
public
:
47
//Constructors and destructors.
48
explicit
FlashCardSimulator
(
TemplateCore
*
core
, QWidget *parent = 0);
49
virtual
~
FlashCardSimulator
();
50
51
public
slots:
52
bool
startSimulation();
53
bool
stopSimulation();
54
bool
goBack();
55
56
private
slots:
57
void
start();
58
void
restart();
59
void
moveToNextCard();
60
void
moveToPreviousCard();
61
62
private
:
63
Ui::FlashCardSimulator *m_ui;
64
};
65
66
#endif // FLASHCARDSIMULATOR_H
FlashCardSimulator
Definition:
flashcardsimulator.h:43
TemplateSimulator::core
TemplateCore * core() const
Access to associated template core.
Definition:
templatesimulator.cpp:61
TemplateCore
The core class container for single template.
Definition:
templatecore.h:43
TemplateSimulator
Base widget which represents simulator of the template.
Definition:
templatesimulator.h:41
data
Martin
Coding
Projekty
buildmlearn-toolkit
portage
src
templates
flashcard
flashcardsimulator.h
Generated on Mon Aug 18 2014 15:48:51 for BuildmLearn Toolkit by
1.8.7