![]() |
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 | |
BasicmLearningEditor (TemplateCore *core, QWidget *parent=0) | |
QList< BasicmLearningItem > | activeItems () const |
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... | |
QString | projectName () |
Access to project name of current editor. More... | |
QString | authorName () |
Access to author name of current editor. More... | |
![]() | |
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 | BasicmLearningCore |
Additional Inherited Members | |
![]() | |
void | dirtify () |
Dirtifies (sets m_isDirty to true) the editor. | |
![]() | |
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... | |
![]() | |
void | issueNewGenereationStatus (bool can_generate, const QString &message=QString()) |
Emits new signal notifying other components about state of creating of APK application. More... | |
![]() | |
bool | m_canGenerate |
QString | m_generateMessage |
bool | m_isDirty |
TemplateCore * | m_core |
Definition at line 47 of file basicmlearningeditor.h.
|
virtual |
Access to author name of current editor.
Implements TemplateEditor.
Definition at line 139 of file basicmlearningeditor.cpp.
|
virtual |
Specifies if template can generate applications or not.
Reimplemented from TemplateEditor.
Definition at line 250 of file basicmlearningeditor.cpp.
|
virtual |
Generates RAW data which represent data of this template.
Implements TemplateEditor.
Definition at line 254 of file basicmlearningeditor.cpp.
|
virtual |
Loads editor state from XML bundle.
bundle_data | Raw XML bundle data. |
Implements TemplateEditor.
Definition at line 102 of file basicmlearningeditor.cpp.
|
virtual |
Access to project name of current editor.
Implements TemplateEditor.
Definition at line 135 of file basicmlearningeditor.cpp.