rasdaman complete source
|
#include <rviewUtils.hh>
Public Member Functions | |
rviewAbout (void) | |
~rviewAbout (void) | |
void | label (void) |
int | process (wxObject &obj, wxEvent &evt) |
void | OnSize (int w, int h) |
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) |
Static Public Attributes | |
static const int | about_width |
static const int | about_height |
static const int | about_border |
static const int | about_pheight |
static const int | about_bwidth |
static const int | about_bheight |
static const int | about_mheight |
Protected Member Functions | |
void | deleteLabels (void) |
Protected Attributes | |
wxPanel * | panel |
rviewButton * | okBut |
wxMessage ** | labels |
int | numlines |
![]() | |
rviewFrameMgr * | frames |
rviewFrame * | parentFrame |
int | frameWidth |
int | frameHeight |
rviewAbout::rviewAbout | ( | void | ) |
rviewAbout::~rviewAbout | ( | void | ) |
|
protected |
|
virtual |
Reimplemented from rviewFrame.
|
virtual |
Reimplemented from rviewFrame.
|
virtual |
Implements rviewFrame.
void rviewAbout::OnSize | ( | int | w, |
int | h | ||
) |
|
virtual |
Implements rviewFrame.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
protected |
|
protected |
|
protected |
|
protected |