Eneboo - Documentación para desarrolladores
Clases | Métodos públicos | Métodos públicos estáticos
Referencia de la Clase Resource

Class for saving/loading, etc. forms. Más...

#include <resource.h>

Lista de todos los miembros.

Clases

struct  Image

Métodos públicos

 Resource ()
 Resource (MainWindow *mw)
 ~Resource ()
void setWidget (FormWindow *w)
QWidgetwidget () const
bool load (FormFile *ff, Project *defProject=0)
bool load (FormFile *ff, QIODevice *, Project *defProject=0)
QString copy ()
bool save (const QString &filename, bool formCodeOnly=FALSE)
bool save (QIODevice *)
void paste (const QString &cb, QWidget *parent)

Métodos públicos estáticos

static void saveImageData (const QImage &img, QTextStream &ts, int indent)
static void loadCustomWidgets (const QDomElement &e, Resource *r)
static void loadExtraSource (FormFile *formfile, const QString &currFileName, LanguageInterface *langIface, bool hasFunctions)
static bool saveFormCode (FormFile *formfile, LanguageInterface *langIface)

Descripción detallada

Class for saving/loading, etc. forms.

This class is used for saving and loading forms, code generation, transferring data of widgets over the clipboard, etc..


Documentación del constructor y destructor

Resource::Resource ( )
Resource::Resource ( MainWindow mw)
Resource::~Resource ( )

Documentación de las funciones miembro

QString Resource::copy ( )
bool Resource::load ( FormFile ff,
Project defProject = 0 
)
bool Resource::load ( FormFile ff,
QIODevice dev,
Project defProject = 0 
)
void Resource::loadCustomWidgets ( const QDomElement e,
Resource r 
) [static]
void Resource::loadExtraSource ( FormFile formfile,
const QString currFileName,
LanguageInterface langIface,
bool  hasFunctions 
) [static]
void Resource::paste ( const QString cb,
QWidget parent 
)
bool Resource::save ( QIODevice dev)
bool Resource::save ( const QString filename,
bool  formCodeOnly = FALSE 
)
bool Resource::saveFormCode ( FormFile formfile,
LanguageInterface langIface 
) [static]
void Resource::saveImageData ( const QImage img,
QTextStream ts,
int  indent 
) [static]
void Resource::setWidget ( FormWindow w)
QWidget * Resource::widget ( ) const

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'