src/hbcore/utils/hbxmlloaderbinaryactions_p.cpp
changeset 30 80e4d18b72f5
parent 7 923ff622b8b9
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    28 #include "hbxmlloaderabstractsyntax_p.h"
    28 #include "hbxmlloaderabstractsyntax_p.h"
    29 
    29 
    30 #include <QCoreApplication>
    30 #include <QCoreApplication>
    31 
    31 
    32 #define VERSION_MAJOR 0
    32 #define VERSION_MAJOR 0
    33 #define VERSION_MINOR 1
    33 #define VERSION_MINOR 2
    34 
    34 
    35 /*
    35 /*
    36     \class HbXmlLoaderBinaryActions
    36     \class HbXmlLoaderBinaryActions
    37     \internal
    37     \internal
    38     \proto
    38     \proto
   189 bool HbXmlLoaderBinaryActions::setToolTip( const HbXmlVariable &tooltip )
   189 bool HbXmlLoaderBinaryActions::setToolTip( const HbXmlVariable &tooltip )
   190 {
   190 {
   191     mOut << (quint8)HbXml::ActionSetToolTip << tooltip;
   191     mOut << (quint8)HbXml::ActionSetToolTip << tooltip;
   192     return true;
   192     return true;
   193 }
   193 }
       
   194 
       
   195 bool HbXmlLoaderBinaryActions::setBackground( const QString &name, HbFrameDrawer::FrameType type )
       
   196 {
       
   197     mOut << (quint8)HbXml::ActionSetBackground << name << (quint8)type;
       
   198     return true;
       
   199 }
       
   200 
   194 
   201 
   195 bool HbXmlLoaderBinaryActions::createAnchorLayout( const QString &widget, bool modify )
   202 bool HbXmlLoaderBinaryActions::createAnchorLayout( const QString &widget, bool modify )
   196 {
   203 {
   197     mOut << (quint8)HbXml::ActionCreateAnchorLayout << widget << modify;
   204     mOut << (quint8)HbXml::ActionCreateAnchorLayout << widget << modify;
   198     return true;
   205     return true;