![]() |
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.
|

Public Member Functions | |
| FlashCardEditor (TemplateCore *core, QWidget *parent=0) | |
| bool | canGenerateApplications () |
| Specifies if template can generate applications or not. More... | |
| QString | generateBundleData () |
| Generates RAW data which represent data of this template. More... | |
| bool | loadBundleData (const QString &bundle_data) |
| Loads editor state from XML bundle. More... | |
| QList< FlashCardQuestion > | activeQuestions () const |
| QString | projectName () |
| Access to project name of current editor. More... | |
| QString | authorName () |
| Access to author name of current editor. More... | |
Public Member Functions inherited from TemplateEditor | |
| TemplateEditor (TemplateCore *core, QWidget *parent=0) | |
| virtual QString | generationStatusDescription () |
| Access to description of current state. More... | |
| virtual void | launch () |
| Executed when given template with this editor is launched. More... | |
| TemplateCore * | core () const |
| Access to associated template core. More... | |
| bool | isDirty () const |
| Check if editor contains unsaved contents. More... | |
| void | setIsDirty (bool is_dirty) |
| Sets new dirtiness status. More... | |
Friends | |
| class | FlashCardSimulator |
| class | FlashCardCore |
Additional Inherited Members | |
Public Slots inherited from TemplateEditor | |
| void | dirtify () |
| Dirtifies (sets m_isDirty to true) the editor. | |
Signals inherited from TemplateEditor | |
| void | changed () |
| Emitted everytime any child widget of editor changes its contents. More... | |
| void | canGenerateChanged (bool can_generate, const QString &message=QString()) |
| Emitted if status, which specifies if mobile application can be generated from the template, changes. More... | |
Protected Member Functions inherited from TemplateEditor | |
| void | issueNewGenereationStatus (bool can_generate, const QString &message=QString()) |
| Emits new signal notifying other components about state of creating of APK application. More... | |
Protected Attributes inherited from TemplateEditor | |
| bool | m_canGenerate |
| QString | m_generateMessage |
| bool | m_isDirty |
| TemplateCore * | m_core |
Definition at line 44 of file flashcardeditor.h.
|
virtual |
Access to author name of current editor.
Implements TemplateEditor.
Definition at line 249 of file flashcardeditor.cpp.
|
virtual |
Specifies if template can generate applications or not.
Reimplemented from TemplateEditor.
Definition at line 136 of file flashcardeditor.cpp.
|
virtual |
Generates RAW data which represent data of this template.
Implements TemplateEditor.
Definition at line 143 of file flashcardeditor.cpp.

|
virtual |
Loads editor state from XML bundle.
| bundle_data | Raw XML bundle data. |
Implements TemplateEditor.
Definition at line 188 of file flashcardeditor.cpp.

|
virtual |
Access to project name of current editor.
Implements TemplateEditor.
Definition at line 245 of file flashcardeditor.cpp.