6 #include <Model/interfaz.h> 48 static int getType(QObject *myobject);
83 static bool fileExist(
const QString path);
static Interfaz * edit(QString file)
edit Constructs an interface model by the path of QML file.
Definition: editor.cpp:82
static int type
type Type of the interface.
Definition: editor.h:95
static void menu(Interfaz *interfaz, QQuickItem *menu)
menu Contructs an menu interface by the menu item.
Definition: editor.cpp:200
static QStringList * errorList
errorList Errors found during the process.
Definition: editor.h:90
The Interfaz class. Represents generic screen.
Definition: interfaz.h:10
static bool fileExist(const QString path)
fileExist Checks if the file exist in the system.
Definition: editor.cpp:429
static void getBackground(Interfaz *interfaz, QQuickItem *objectLoaded)
getBackground Obtains background options of the interface.
Definition: editor.cpp:128
The Editor class. Creates app inteface models by QML files.
Definition: editor.h:11
static void ink(Interfaz *interfaz, QQuickItem *ink)
ink Contructs an ink interface by the ink item.
Definition: editor.cpp:161
static int getType()
getType Returns the interface type.
Definition: editor.cpp:118
static QStringList * getErrorList()
getErrorList Returns the list errors of the last operation.
Definition: editor.cpp:123
static void information(Interfaz *interfaz, QQuickItem *information)
information Contructs an information interface by the information item.
Definition: editor.cpp:291