rasdaman complete source
Public Member Functions | Static Public Member Functions | List of all members
rviewErrorbox Class Reference

#include <rviewUtils.hh>

Inheritance diagram for rviewErrorbox:
rviewDialog rviewFrame

Public Member Functions

 rviewErrorbox (const char *message)
 
 rviewErrorbox (const char *title, const char *message, int buttonNo, const char *buttons[])
 
 ~rviewErrorbox (void)
 
int activate (void)
 
virtual const char * getFrameName (void) const
 
virtual rviewFrameType getFrameType (void) const
 
- Public Member Functions inherited from rviewDialog
 rviewDialog (const char *title, const char *message, int buttonNo, const char *buttons[])
 
virtual ~rviewDialog (void)
 
void OnSize (int w, int h)
 
int GetButton (void)
 
void label (void)
 
int process (wxObject &obj, wxEvent &evt)
 
- 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 Member Functions

static rviewErrorboxnewErrorbox (const char *message, const char *classname=NULL, const char *funcname=NULL)
 
static rviewErrorboxnewErrorbox (const char *title, const char *message, int buttonNo, const char *buttons[], const char *classname=NULL, const char *funcname=NULL)
 
static int reportError (const char *message, const char *classname=NULL, const char *funcname=NULL)
 
static int reportError (const char *title, const char *message, int buttonNo, const char *buttons[], const char *classname=NULL, const char *funcname=NULL)
 

Additional Inherited Members

- Static Public Attributes inherited from rviewDialog
static const int dialog_width
 
static const int dialog_height
 
static const int dialog_border
 
static const int dialog_buttonsx
 
static const int dialog_buttonsy
 
static const int dialog_bheight
 
static const int dialog_lines
 
static const int dialog_lheight
 
- Protected Attributes inherited from rviewDialog
wxPanel * panel
 
char ** buttonText
 
rviewMultilinemsg
 
rviewButton ** but
 
int buttonNumber
 
int buttonPressed
 
- Protected Attributes inherited from rviewFrame
rviewFrameMgrframes
 
rviewFrameparentFrame
 
int frameWidth
 
int frameHeight
 

Constructor & Destructor Documentation

rviewErrorbox::rviewErrorbox ( const char *  message)
rviewErrorbox::rviewErrorbox ( const char *  title,
const char *  message,
int  buttonNo,
const char *  buttons[] 
)
rviewErrorbox::~rviewErrorbox ( void  )

Member Function Documentation

int rviewErrorbox::activate ( void  )
virtual const char* rviewErrorbox::getFrameName ( void  ) const
virtual

Reimplemented from rviewDialog.

virtual rviewFrameType rviewErrorbox::getFrameType ( void  ) const
virtual

Reimplemented from rviewDialog.

static rviewErrorbox* rviewErrorbox::newErrorbox ( const char *  message,
const char *  classname = NULL,
const char *  funcname = NULL 
)
static
static rviewErrorbox* rviewErrorbox::newErrorbox ( const char *  title,
const char *  message,
int  buttonNo,
const char *  buttons[],
const char *  classname = NULL,
const char *  funcname = NULL 
)
static
static int rviewErrorbox::reportError ( const char *  message,
const char *  classname = NULL,
const char *  funcname = NULL 
)
static
static int rviewErrorbox::reportError ( const char *  title,
const char *  message,
int  buttonNo,
const char *  buttons[],
const char *  classname = NULL,
const char *  funcname = NULL 
)
static

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