src/hbutils/document/hbdocumentloader.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    45 public:
    45 public:
    46     HbDocumentLoader();
    46     HbDocumentLoader();
    47     HbDocumentLoader(const HbMainWindow *window);
    47     HbDocumentLoader(const HbMainWindow *window);
    48     virtual ~HbDocumentLoader();
    48     virtual ~HbDocumentLoader();
    49 
    49 
    50 
       
    51     QObjectList load( const QString &fileName, const QString &section , bool *ok = 0 );
    50     QObjectList load( const QString &fileName, const QString &section , bool *ok = 0 );
    52     QObjectList load( QIODevice *device, const QString &section, bool *ok = 0 );
    51     QObjectList load( QIODevice *device, const QString &section, bool *ok = 0 );
    53 
    52 
    54     QObjectList load( const QString &fileName, bool *ok = 0 );
    53     QObjectList load( const QString &fileName, bool *ok = 0 );
    55     QObjectList load( QIODevice *device, bool *ok = 0 );
    54     QObjectList load( QIODevice *device, bool *ok = 0 );
    56     
    55     
       
    56     bool createBinary( QIODevice *srcDevice, QIODevice *dstDevice );
       
    57 
    57     QGraphicsWidget *findWidget(const QString &name) const;
    58     QGraphicsWidget *findWidget(const QString &name) const;
    58     QObject *findObject(const QString &name) const;
    59     QObject *findObject(const QString &name) const;
    59     
    60     
    60     bool setObjectTree( QObjectList roots );
    61     bool setObjectTree( QObjectList roots );
    61     
    62