rasdaman complete source
Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
rviewStringSet Class Reference

#include <rviewUtils.hh>

Inheritance diagram for rviewStringSet:
rviewFrame

Public Member Functions

 rviewStringSet (collection_desc *desc)
 
 ~rviewStringSet (void)
 
void label (void)
 
int process (wxObject &obj, wxEvent &evt)
 
void OnSize (int w, int h)
 
int getNumItems (void)
 
void addItem (const char *string)
 
char * getItem (int number)
 
virtual const char * getFrameName (void) const
 
virtual rviewFrameType getFrameType (void) const
 
- Public Member Functions inherited from rviewFrame
 rviewFrame (wxFrame *parent, char *title, int x, int y, int w, int h)
 
virtual ~rviewFrame (void)
 
int checkobj (wxObject &obj)
 
virtual int userEvent (const user_event &ue)
 
virtual int requestQuit (int level)
 
virtual void childMouseEvent (wxWindow *child, wxMouseEvent &mevt)
 
void setParent (rviewFrame *parent)
 
void registerChild (rviewFrame *child)
 
void deregisterChild (rviewFrame *child)
 
virtual bool OnClose (void)
 

Static Public Attributes

static const int strset_width
 
static const int strset_height
 
static const int strset_border
 
static const int strset_reserve
 
static const int strset_bwidth
 
static const int strset_bheight
 
static const int strset_mheight
 

Protected Attributes

wxPanel * panel
 
wxListBox * list
 
rviewButtondismiss
 
wxMessage * collName
 
wxMessage * collType
 
wxMessage * collInfo
 
- Protected Attributes inherited from rviewFrame
rviewFrameMgrframes
 
rviewFrameparentFrame
 
int frameWidth
 
int frameHeight
 

Constructor & Destructor Documentation

rviewStringSet::rviewStringSet ( collection_desc desc)
rviewStringSet::~rviewStringSet ( void  )

Member Function Documentation

void rviewStringSet::addItem ( const char *  string)
virtual const char* rviewStringSet::getFrameName ( void  ) const
virtual

Reimplemented from rviewFrame.

virtual rviewFrameType rviewStringSet::getFrameType ( void  ) const
virtual

Reimplemented from rviewFrame.

char* rviewStringSet::getItem ( int  number)
int rviewStringSet::getNumItems ( void  )
void rviewStringSet::label ( void  )
virtual

Implements rviewFrame.

void rviewStringSet::OnSize ( int  w,
int  h 
)
int rviewStringSet::process ( wxObject &  obj,
wxEvent &  evt 
)
virtual

Implements rviewFrame.

Member Data Documentation

wxMessage * rviewStringSet::collInfo
protected
wxMessage* rviewStringSet::collName
protected
wxMessage * rviewStringSet::collType
protected
rviewButton* rviewStringSet::dismiss
protected
wxListBox* rviewStringSet::list
protected
wxPanel* rviewStringSet::panel
protected
const int rviewStringSet::strset_bheight
static
const int rviewStringSet::strset_border
static
const int rviewStringSet::strset_bwidth
static
const int rviewStringSet::strset_height
static
const int rviewStringSet::strset_mheight
static
const int rviewStringSet::strset_reserve
static
const int rviewStringSet::strset_width
static

The documentation for this class was generated from the following file: