41 #ifndef __OPENFLUID_UIWARESDEV_WARESRCEXPLORERMODEL_HPP__ 
   42 #define __OPENFLUID_UIWARESDEV_WARESRCEXPLORERMODEL_HPP__ 
   44 #include <QFileSystemModel> 
   51 namespace openfluid { 
namespace ui { 
namespace waresdev {
 
   61     QMap<QString, QString> m_UserIcons;
 
   70     QMap<QString, openfluid::waresdev::WareSrcManager::PathInfo> m_PathInfos;
 
   76     QVariant data(
const QModelIndex& Index, 
int Role) 
const;
 
   78     void emitDataChanged();
 
   82     void onDirectoryLoaded(
const QString& Path);
 
Definition: WareSrcManager.hpp:53
Definition: WareSrcExplorerModel.hpp:54
#define OPENFLUID_API
Definition: dllexport.hpp:87