#include <rviewUtils.hh>
|
| rviewText (wxPanel *parent, const char *value=NULL, char *label="", int x=-1, int y=-1, int w=-1, int h=-1) |
|
| rviewText (long style, wxPanel *parent, const char *value=NULL, char *label="", int x=-1, int y=-1, int w=-1, int h=-1) |
|
| rviewText (wxPanel *parent, const DynamicString &value, char *label="", int x=-1, int y=-1, int w=-1, int h=-1) |
|
| rviewText (wxPanel *parent, int value, char *label="", int x=-1, int y=-1, int w=-1, int h=-1) |
|
| rviewText (wxPanel *parent, long value, char *label="", int x=-1, int y=-1, int w=-1, int h=-1) |
|
| rviewText (wxPanel *parent, double value, bool sciForm=FALSE, char *label="", int x=-1, int y=-1, int w=-1, int h=-1) |
|
void | SetValue (char *value) |
|
void | SetValue (const char *value) |
|
void | SetValue (const DynamicString &value) |
|
void | SetValue (int value) |
|
void | SetValue (unsigned int value) |
|
void | SetValue (long value) |
|
void | SetValue (double value, bool sciFrom=FALSE) |
|
char * | GetValue (void) |
|
void | GetValue (DynamicString &value) |
|
void | GetValue (int &value) |
|
void | GetValue (long &value) |
|
void | GetValue (float &value) |
|
void | GetValue (double &value) |
|
rviewText::rviewText |
( |
wxPanel * |
parent, |
|
|
const char * |
value = NULL , |
|
|
char * |
label = "" , |
|
|
int |
x = -1 , |
|
|
int |
y = -1 , |
|
|
int |
w = -1 , |
|
|
int |
h = -1 |
|
) |
| |
rviewText::rviewText |
( |
long |
style, |
|
|
wxPanel * |
parent, |
|
|
const char * |
value = NULL , |
|
|
char * |
label = "" , |
|
|
int |
x = -1 , |
|
|
int |
y = -1 , |
|
|
int |
w = -1 , |
|
|
int |
h = -1 |
|
) |
| |
rviewText::rviewText |
( |
wxPanel * |
parent, |
|
|
const DynamicString & |
value, |
|
|
char * |
label = "" , |
|
|
int |
x = -1 , |
|
|
int |
y = -1 , |
|
|
int |
w = -1 , |
|
|
int |
h = -1 |
|
) |
| |
rviewText::rviewText |
( |
wxPanel * |
parent, |
|
|
int |
value, |
|
|
char * |
label = "" , |
|
|
int |
x = -1 , |
|
|
int |
y = -1 , |
|
|
int |
w = -1 , |
|
|
int |
h = -1 |
|
) |
| |
rviewText::rviewText |
( |
wxPanel * |
parent, |
|
|
long |
value, |
|
|
char * |
label = "" , |
|
|
int |
x = -1 , |
|
|
int |
y = -1 , |
|
|
int |
w = -1 , |
|
|
int |
h = -1 |
|
) |
| |
rviewText::rviewText |
( |
wxPanel * |
parent, |
|
|
double |
value, |
|
|
bool |
sciForm = FALSE , |
|
|
char * |
label = "" , |
|
|
int |
x = -1 , |
|
|
int |
y = -1 , |
|
|
int |
w = -1 , |
|
|
int |
h = -1 |
|
) |
| |
char* rviewText::GetValue |
( |
void |
| ) |
|
void rviewText::GetValue |
( |
int & |
value | ) |
|
void rviewText::GetValue |
( |
long & |
value | ) |
|
void rviewText::GetValue |
( |
float & |
value | ) |
|
void rviewText::GetValue |
( |
double & |
value | ) |
|
void rviewText::SetValue |
( |
char * |
value | ) |
|
void rviewText::SetValue |
( |
const char * |
value | ) |
|
void rviewText::SetValue |
( |
int |
value | ) |
|
void rviewText::SetValue |
( |
unsigned int |
value | ) |
|
void rviewText::SetValue |
( |
long |
value | ) |
|
void rviewText::SetValue |
( |
double |
value, |
|
|
bool |
sciFrom = FALSE |
|
) |
| |
The documentation for this class was generated from the following file: