![]() |
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.
|
Editor widget of Learn Spellings template. More...
#include <learnspellingseditor.h>

Public Member Functions | |
| LearnSpellingsEditor (TemplateCore *core, QWidget *parent=0) | |
| QList< LearnSpellingsItem > | activeWords () const |
| 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... | |
| bool | canGenerateApplications () |
| Specifies if template can generate applications or not. More... | |
| 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 | LearnSpellingsSimulator |
| class | LearnSpellingsCore |
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 |
Editor widget of Learn Spellings template.
Definition at line 46 of file learnspellingseditor.h.
|
virtual |
Access to author name of current editor.
Implements TemplateEditor.
Definition at line 287 of file learnspellingseditor.cpp.
|
virtual |
Specifies if template can generate applications or not.
Reimplemented from TemplateEditor.
Definition at line 276 of file learnspellingseditor.cpp.
|
virtual |
Generates RAW data which represent data of this template.
Implements TemplateEditor.
Definition at line 104 of file learnspellingseditor.cpp.

|
virtual |
Loads editor state from XML bundle.
| bundle_data | Raw XML bundle data. |
Implements TemplateEditor.
Definition at line 136 of file learnspellingseditor.cpp.
|
virtual |
Access to project name of current editor.
Implements TemplateEditor.
Definition at line 283 of file learnspellingseditor.cpp.