#include <rviewUtils.hh>
|
| 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) |
|
virtual const char * | getFrameName (void) const |
|
virtual rviewFrameType | getFrameType (void) const |
|
| 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) |
|
rviewDialog::rviewDialog |
( |
const char * |
title, |
|
|
const char * |
message, |
|
|
int |
buttonNo, |
|
|
const char * |
buttons[] |
|
) |
| |
virtual rviewDialog::~rviewDialog |
( |
void |
| ) |
|
|
virtual |
int rviewDialog::GetButton |
( |
void |
| ) |
|
virtual const char* rviewDialog::getFrameName |
( |
void |
| ) |
const |
|
virtual |
void rviewDialog::label |
( |
void |
| ) |
|
|
virtual |
void rviewDialog::OnSize |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
int rviewDialog::process |
( |
wxObject & |
obj, |
|
|
wxEvent & |
evt |
|
) |
| |
|
virtual |
int rviewDialog::buttonNumber |
|
protected |
int rviewDialog::buttonPressed |
|
protected |
char** rviewDialog::buttonText |
|
protected |
const int rviewDialog::dialog_bheight |
|
static |
const int rviewDialog::dialog_border |
|
static |
const int rviewDialog::dialog_buttonsx |
|
static |
const int rviewDialog::dialog_buttonsy |
|
static |
const int rviewDialog::dialog_height |
|
static |
const int rviewDialog::dialog_lheight |
|
static |
const int rviewDialog::dialog_lines |
|
static |
const int rviewDialog::dialog_width |
|
static |
wxPanel* rviewDialog::panel |
|
protected |
The documentation for this class was generated from the following file: