24 #ifndef __evGUIComponentBrowser_h 25 #define __evGUIComponentBrowser_h 28 #include <FL/Fl_Hold_Browser.H> 37 const int width,
const int height,
const char *title);
42 return(
evString(
"evGUIComponentBrowser"));
61 Fl_Hold_Browser(x, y, width, height, title)
74 Fl_Hold_Browser::clear();
void AddVectorDimension(const unsigned int vector_dimension)
Definition: evGUIComponentBrowser.h:89
virtual ~evGUIComponentBrowser(void)
Definition: evGUIComponentBrowser.h:66
std::vector< unsigned int > VectorDimensions
Definition: evGUIComponentBrowser.h:53
virtual const evString GetClassName(void) const
Definition: evGUIComponentBrowser.h:40
evGUIComponentBrowser(const int x, const int y, const int width, const int height, const char *title)
Definition: evGUIComponentBrowser.h:57
Definition: evGUIObject.h:33
Definition: evGUIComponentBrowser.h:33
Definition: evString.h:30
unsigned int GetVectorDimension(const unsigned int browser_line) const
Definition: evGUIComponentBrowser.h:79
void clear()
Definition: evGUIComponentBrowser.h:71