![]() |
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 | |
| BasicmLearningEntryPoint (TemplateFactory *parent) | |
| TemplateCore * | createNewCore () |
| Creates new instance of template core. More... | |
| TemplateCore * | loadCoreFromBundleData (const QString &raw_data) |
| Creates new instance and fills it template-specific data ("load project" functionality). More... | |
Public Member Functions inherited from TemplateEntryPoint | |
| TemplateEntryPoint (TemplateFactory *parent) | |
| virtual QString | name () const |
| Name of template. | |
| virtual QString | humanName () const |
| Human-readable name of template. | |
| virtual QString | baseFolder () const |
| Base folder of template. | |
| virtual QString | description () const |
| Description of template. | |
| virtual QString | thumbnailImage () const |
| Relative path to thumbnail image. More... | |
| QString | typeIndentifier () const |
| Identifier of the template. More... | |
| QString | mobileApplicationApkFile () const |
| Access to name of template APK file. More... | |
Additional Inherited Members | |
Protected Attributes inherited from TemplateEntryPoint | |
| QString | m_name |
| QString | m_humanName |
| QString | m_baseFolder |
| QString | m_description |
| QString | m_thumbnailImage |
| QString | m_typeIndentifier |
| QString | m_mobileApplicationApkFile |
Definition at line 39 of file basicmlearningentrypoint.h.
|
virtual |
Creates new instance of template core.
Implements TemplateEntryPoint.
Definition at line 52 of file basicmlearningentrypoint.cpp.
|
virtual |
Creates new instance and fills it template-specific data ("load project" functionality).
| raw_data | Template-specific data. |
Implements TemplateEntryPoint.
Definition at line 56 of file basicmlearningentrypoint.cpp.
