src/hbcore/cssparser/hbstyleloader.cpp
changeset 34 ed14f46c0e55
parent 3 11d3954df52a
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
    26 #include "hbstyleloader.h"
    26 #include "hbstyleloader.h"
    27 #include "hblayeredstyleloader_p.h"
    27 #include "hblayeredstyleloader_p.h"
    28 #include "hbwidgetstyleloader_p.h"
    28 #include "hbwidgetstyleloader_p.h"
    29 
    29 
    30 /*!
    30 /*!
    31 	@stable
    31     @stable
    32     @hbcore
    32     @hbcore
    33     \class HbStyleLoader
    33     \class HbStyleLoader
    34     \brief allows an application to override platform layout and stylesheet definitions
    34     \brief allows an application to override platform layout and stylesheet definitions
    35 
    35 
    36     HbStyleLoader allows an application to register and unregister stylesheet files (CSS)
    36     HbStyleLoader allows an application to register and unregister stylesheet files (CSS)
    98     return HbWidgetStyleLoader::instance()->removeFilePath(
    98     return HbWidgetStyleLoader::instance()->removeFilePath(
    99         filePath,
    99         filePath,
   100         HbLayeredStyleLoader::Concern_All,
   100         HbLayeredStyleLoader::Concern_All,
   101         HbLayeredStyleLoader::Priority_Application);
   101         HbLayeredStyleLoader::Priority_Application);
   102 }
   102 }
       
   103