31 #ifndef _CEGUIThumb_h_
32 #define _CEGUIThumb_h_
34 #include "CEGUIPushButton.h"
35 #include "CEGUIThumbProperties.h"
40 # pragma warning(push)
41 # pragma warning(disable : 4251)
112 std::pair<float, float> getVertRange(
void)
const;
123 std::pair<float, float> getHorzRange(
void)
const;
184 void setVertRange(
float min,
float max);
203 void setHorzRange(
float min,
float max);
220 virtual ~
Thumb(
void);
237 virtual bool testClassName_impl(
const String& class_name)
const
239 if (class_name==
"Thumb")
return true;
308 void addThumbProperties(
void);
313 #if defined(_MSC_VER)
314 # pragma warning(pop)
317 #endif // end of guard _CEGUIThumb_h_