NEURON
ocbrowsr.h
Go to the documentation of this file.
1 #ifndef ocbrowser_h
2 #define ocbrowser_h
3 
4 #include <IV-look/fbrowser.h>
5 
6 class OcBrowser: public FileBrowser {
7  public:
10  virtual ~OcBrowser();
11  virtual Glyph* standard_glyph();
12  virtual void append_item(const char*);
13  virtual void change_item(GlyphIndex, const char*);
14  virtual void accept();
16 };
17 
18 #endif
#define FileBrowser
Definition: _defines.h:114
#define GlyphIndex
Definition: _defines.h:23
#define Action
Definition: _defines.h:27
#define Glyph
Definition: _defines.h:132
virtual void accept()
OcBrowser(Action *accept, Action *cancel)
virtual Glyph * standard_glyph()
virtual ~OcBrowser()
virtual void change_item(GlyphIndex, const char *)
virtual void append_item(const char *)
virtual void select_and_adjust(GlyphIndex)