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)
126 std::pair<float, float> getVertRange(
void)
const;
137 std::pair<float, float> getHorzRange(
void)
const;
198 void setVertRange(
float min,
float max);
217 void setHorzRange(
float min,
float max);
234 virtual ~
Thumb(
void);
251 virtual bool testClassName_impl(
const String& class_name)
const
253 if (class_name==
"Thumb")
return true;
322 void addThumbProperties(
void);
327 #if defined(_MSC_VER)
328 # pragma warning(pop)
331 #endif // end of guard _CEGUIThumb_h_