![]() |
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.
|
Entry point of Learn Spellings template. More...
#include <learnspellingsentrypoint.h>
Public Member Functions | |
LearnSpellingsEntryPoint (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... | |
![]() | |
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 | |
![]() | |
QString | m_name |
QString | m_humanName |
QString | m_baseFolder |
QString | m_description |
QString | m_thumbnailImage |
QString | m_typeIndentifier |
QString | m_mobileApplicationApkFile |
Entry point of Learn Spellings template.
Definition at line 42 of file learnspellingsentrypoint.h.
|
virtual |
Creates new instance of template core.
Implements TemplateEntryPoint.
Definition at line 51 of file learnspellingsentrypoint.cpp.
|
virtual |
Creates new instance and fills it template-specific data ("load project" functionality).
raw_data | Template-specific data. |
Implements TemplateEntryPoint.
Definition at line 55 of file learnspellingsentrypoint.cpp.