![]() |
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.
|
Core of Learn Spellings template. More...
#include <learnspellingscore.h>
Public Member Functions | |
LearnSpellingsCore (TemplateEntryPoint *entry_point, QObject *parent=0) | |
GenerationResult | generateMobileApplication (const QString &input_apk_file, QString &output_file) |
Generates APK file from current project with active settings. More... | |
![]() | |
TemplateCore (TemplateEntryPoint *entry_point, QObject *parent=0) | |
virtual void | launch () |
Called after this template is fully loaded in toolkit. More... | |
virtual TemplateEntryPoint * | entryPoint () const |
Access to entry point of the template. More... | |
virtual TemplateEditor * | editor () const |
Access to editor widget of the template. More... | |
virtual TemplateSimulator * | simulator () const |
Access to simulator widget of the template. More... | |
QString | assignedFile () const |
Access to assigned XML "bundle" file. More... | |
void | setAssignedFile (const QString &assigned_file) |
Sets new assigned file. More... | |
Additional Inherited Members | |
![]() | |
enum | GenerationResult { Success, ZipProblem, SignApkProblem, JavaProblem, BundleProblem, CopyProblem, Aborted, OtherProblem } |
Possible results of generation of bundle data. | |
![]() | |
void | generationProgress (int percent_completed, const QString &progress_info) |
Emitted when there is something new concerning generating of mobile APK application. More... | |
![]() | |
TemplateEntryPoint * | m_entryPoint |
TemplateEditor * | m_editor |
TemplateSimulator * | m_simulator |
QString | m_assignedFile |
Core of Learn Spellings template.
Definition at line 43 of file learnspellingscore.h.
|
virtual |
Generates APK file from current project with active settings.
Implements TemplateCore.
Definition at line 57 of file learnspellingscore.cpp.