14 #ifndef WS_NODE_RESOURCES_H__
15 #define WS_NODE_RESOURCES_H__
19 #include <boost/filesystem.hpp>
39 const std::vector<std::string>&
get(
Type t);
41 void add(
Type,
const std::string& value);
std::vector< std::string > m_imagesUrl
void add(Type, const std::string &value)
boost::filesystem::path m_nodePath
WsNodeResources(boost::filesystem::path nodePath)
Constructor.
int createResourcesDirectories()
std::vector< std::string > m_iconesUrl
std::vector< std::string > m_templatesUrl
Abstract class for properties.