25 #ifndef WMODULEMETAINFORMATION_H
26 #define WMODULEMETAINFORMATION_H
31 #include <boost/shared_ptr.hpp>
32 #include <boost/filesystem/path.hpp>
34 #include "../common/WStructuredTextParser.h"
49 typedef boost::shared_ptr< WModuleMetaInformation >
SPtr;
54 typedef boost::shared_ptr< const WModuleMetaInformation >
ConstSPtr;
155 boost::filesystem::path
getIcon()
const;
183 boost::filesystem::path
getHelp()
const;
204 std::vector< std::string >
getTags()
const;
242 #endif // WMODULEMETAINFORMATION_H