src/hbutils/document/hbdocumentloadersyntax_p.h
changeset 30 80e4d18b72f5
parent 7 923ff622b8b9
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    28 
    28 
    29 #include <hbxmlloaderbasesyntax_p.h>
    29 #include <hbxmlloaderbasesyntax_p.h>
    30 
    30 
    31 #include <hbglobal.h>
    31 #include <hbglobal.h>
    32 #include <hbfontspec.h> // Needed for the Role enum
    32 #include <hbfontspec.h> // Needed for the Role enum
       
    33 #include <hbframedrawer.h>
    33 
    34 
    34 #include <QHash>
    35 #include <QHash>
    35 #include <QList>
    36 #include <QList>
    36 #include <QXmlStreamReader>
    37 #include <QXmlStreamReader>
    37 #include <QPointer>
    38 #include <QPointer>
    76     HbXml::ElementType elementType( QStringRef name ) const;
    77     HbXml::ElementType elementType( QStringRef name ) const;
    77 
    78 
    78     bool createVariable( HbXmlVariable& variable );
    79     bool createVariable( HbXmlVariable& variable );
    79 
    80 
    80     static bool convertSizeHintType(
    81     static bool convertSizeHintType(
    81         const QString &type, Qt::SizeHint &resultHint, bool &resultFixed);
    82         const QString &type, 
       
    83         Qt::SizeHint &resultHint,
       
    84         bool &resultFixed);
       
    85 
       
    86     static bool convertFrameType(
       
    87         const QString &type,
       
    88         HbFrameDrawer::FrameType &resultType);
    82 
    89 
    83     bool readGeneralStartItem();
    90     bool readGeneralStartItem();
    84     bool readLayoutStartItem();
    91     bool readLayoutStartItem();
    85     bool readContainerStartItem();
    92     bool readContainerStartItem();
    86     bool readContainerEndItem();
    93     bool readContainerEndItem();