#include <rviewUtils.hh>
|
| 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 |
|
| 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) |
|
| 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 rviewErrorbox * | newErrorbox (const char *message, const char *classname=NULL, const char *funcname=NULL) |
|
static rviewErrorbox * | newErrorbox (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) |
|
rviewErrorbox::rviewErrorbox |
( |
const char * |
message | ) |
|
rviewErrorbox::rviewErrorbox |
( |
const char * |
title, |
|
|
const char * |
message, |
|
|
int |
buttonNo, |
|
|
const char * |
buttons[] |
|
) |
| |
rviewErrorbox::~rviewErrorbox |
( |
void |
| ) |
|
int rviewErrorbox::activate |
( |
void |
| ) |
|
virtual const char* rviewErrorbox::getFrameName |
( |
void |
| ) |
const |
|
virtual |
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: