QTfrontend/util/DataManager.h
branchphysfslayer
changeset 7774 27f9b9362f47
parent 7681 26978d581070
child 8049 133e22b5c410
equal deleted inserted replaced
7772:a33077239712 7774:27f9b9362f47
   150          *
   150          *
   151          * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
   151          * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
   152          */
   152          */
   153         DataManager();
   153         DataManager();
   154 
   154 
   155         QDir * m_defaultData; ///< directory of the installed data
       
   156         QDir * m_userData;    ///< directory of custom data in the user's directory
       
   157 
       
   158         GameStyleModel * m_gameStyleModel; ///< game style model instance
   155         GameStyleModel * m_gameStyleModel; ///< game style model instance
   159         HatModel * m_hatModel; ///< hat model instance
   156         HatModel * m_hatModel; ///< hat model instance
   160         MapModel * m_mapModel; ///< map model instance
   157         MapModel * m_mapModel; ///< map model instance
   161         ThemeModel * m_themeModel; ///< theme model instance
   158         ThemeModel * m_themeModel; ///< theme model instance
   162         QStandardItemModel * m_colorsModel;
   159         QStandardItemModel * m_colorsModel;