25 #ifndef WPROPERTYWRAPPER_H
26 #define WPROPERTYWRAPPER_H
30 #include <boost/shared_ptr.hpp>
32 #include "core/common/WPropertyBase.h"
69 bool getBool(
bool notify =
false )
const;
77 int getInt(
bool notify =
false )
const;
85 std::string
getString(
bool notify =
false )
const;
93 double getDouble(
bool notify =
false )
const;
101 std::string
getFilename(
bool notify =
false )
const;
165 boost::shared_ptr< WPropertyBase >
m_prop;
168 #endif // WPROPERTYWRAPPER_H