25 #ifndef WITEMSELECTIONITEMTYPED_H
26 #define WITEMSELECTIONITEMTYPED_H
31 #include <boost/shared_ptr.hpp>
33 #include "WItemSelectionItem.h"
42 template<
typename T >
49 typedef boost::shared_ptr< WItemSelectionItemTyped< T > >
SPtr;
54 typedef boost::shared_ptr< const WItemSelectionItemTyped< T > >
ConstSPtr;
92 static SPtr create(
T value, std::string name, std::string description =
"",
const char** icon = NULL )
134 #endif // WITEMSELECTIONITEMTYPED_H