#include <rview.hh>
|
| rviewMainFrame (wxFrame *frame, char *title, int x, int y, int w, int h) |
|
| ~rviewMainFrame (void) |
|
void | OnMenuCommand (int id) |
|
void | OnSize (int w, int h) |
|
void | SetDatabaseInfo (const char *srvName, int srvPort, const char *dbName, const char *usrName) |
|
void | GetDatabaseInfo (DynamicString &srvName, int &srvPort, DynamicString &dbName, DynamicString &usrName, DynamicString &usrPassword) const |
|
void | newDBState (bool newState) |
|
bool | OnClose () |
|
void | label (void) |
|
int | process (wxObject &obj, wxEvent &evt) |
|
int | userEvent (const user_event &ue) |
|
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 | requestQuit (int level) |
|
virtual void | childMouseEvent (wxWindow *child, wxMouseEvent &mevt) |
|
void | setParent (rviewFrame *parent) |
|
void | registerChild (rviewFrame *child) |
|
void | deregisterChild (rviewFrame *child) |
|
rviewMainFrame::rviewMainFrame |
( |
wxFrame * |
frame, |
|
|
char * |
title, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |
rviewMainFrame::~rviewMainFrame |
( |
void |
| ) |
|
virtual const char* rviewMainFrame::getFrameName |
( |
void |
| ) |
const |
|
virtual |
void rviewMainFrame::label |
( |
void |
| ) |
|
|
virtual |
void rviewMainFrame::newDBState |
( |
bool |
newState | ) |
|
bool rviewMainFrame::OnClose |
( |
| ) |
|
|
virtual |
void rviewMainFrame::OnMenuCommand |
( |
int |
id | ) |
|
void rviewMainFrame::OnSize |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
int rviewMainFrame::process |
( |
wxObject & |
obj, |
|
|
wxEvent & |
evt |
|
) |
| |
|
virtual |
void rviewMainFrame::SetDatabaseInfo |
( |
const char * |
srvName, |
|
|
int |
srvPort, |
|
|
const char * |
dbName, |
|
|
const char * |
usrName |
|
) |
| |
int rviewMainFrame::userEvent |
( |
const user_event & |
ue | ) |
|
|
virtual |
bool rviewMainFrame::dbOpen |
|
protected |
const int rviewMainFrame::main_bheight |
|
static |
const int rviewMainFrame::main_border |
|
static |
const int rviewMainFrame::main_bwidth |
|
static |
const int rviewMainFrame::main_height |
|
static |
const int rviewMainFrame::main_theight |
|
static |
const int rviewMainFrame::main_width |
|
static |
wxMenuBar* rviewMainFrame::mBar |
|
protected |
wxPanel* rviewMainFrame::panel |
|
protected |
The documentation for this class was generated from the following file: