GTK+ IOStream
Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
|
This is the complete list of members for Plot, including all inherited members.
axis | Plot | protected |
clear(void) | Plot | inline |
clf(void) | Plot | inline |
connectAfter(const char *event, GCallback callback, gpointer data) | Plot | inline |
gca(void) | Plot | inline |
getBorder(void) | Container | inline |
getCurrentAxis(void) | Plot | inline |
getSize(uint *rows, uint *cols) | Table | inline |
getWidget(void) | Container | inline |
grid(bool on) | Plot | inline |
grid(bool on, int hCnt, gfloat *hLines, int vCnt, gfloat *vLines) | Plot | inline |
gridGraph | Plot | protected |
gridOn | Plot | protected |
hide(void) | Plot | inline |
hold(bool on) | Plot | inline |
holdOn | Plot | protected |
initialise(short int rows=2, short int cols=2, bool homogeneous=true, GtkAttachOptions xOpt=GTK_FILL, GtkAttachOptions yOpt=GTK_FILL, uint xPad=0, uint yPad=0) | Table | inline |
limits(float min_x, float max_x, float min_y, float max_y) | Plot | inline |
limits(gfloat border=0.) | Plot | inline |
loglog(gfloat *x, gfloat *y, int cnt) | Plot | inline |
loglog(gfloat *x, gfloat *y, int cnt, const char *clsChar) | Plot | inline |
loglog(gfloat *x, gfloat *y, int cnt, ColourLineSpec &cls) | Plot | inline |
operator<<(int *region) | Table | inline |
operator<<(GtkWidget *obj) | Table | inlinevirtual |
operator<<(LinkList< GtkWidget * > &ll) | Table | inline |
Container::operator<<(Container &b) | Container | inline |
Container::operator<<(Container *b) | Container | inline |
operator>>(GtkWidget *obj) | Table | inline |
Container::operator>>(Container *b) | Container | inline |
Container::operator>>(Container &b) | Container | inline |
pack(GtkWidget *obj) | Container | inlineprotectedvirtual |
placeWidget(GtkWidget *obj, GtkAttachOptions xOpt, GtkAttachOptions yOpt) | Table | inline |
placeWidget(GtkWidget *obj) | Table | inline |
plot(gfloat *x, gfloat *y, int cnt) | Plot | inline |
plot(gfloat *x, gfloat *y, int cnt, const char *clsChar) | Plot | inline |
plot(gfloat *x, gfloat *y, int cnt, ColourLineSpec &cls) | Plot | inline |
plot(gfloat *x, gfloat *y1, gfloat *y2, int cnt) | Plot | inline |
plot(gfloat *x, gfloat *y1, gfloat *y2, int cnt, const char *clsChar) | Plot | inline |
plot(gfloat *x, gfloat *y1, gfloat *y2, int cnt, ColourLineSpec &cls) | Plot | inline |
Plot(void) | Plot | inline |
ref(void) | Widget | inline |
replot(void) | Plot | inline |
resize(uint rows, uint cols) | Table | inline |
semilogx(gfloat *x, gfloat *y, int cnt) | Plot | inline |
semilogx(gfloat *x, gfloat *y, int cnt, const char *clsChar) | Plot | inline |
semilogx(gfloat *x, gfloat *y, int cnt, ColourLineSpec &cls) | Plot | inline |
semilogx(gfloat *x, gfloat *y1, gfloat *y2, int cnt) | Plot | inline |
semilogx(gfloat *x, gfloat *y1, gfloat *y2, int cnt, const char *clsChar) | Plot | inline |
semilogx(gfloat *x, gfloat *y1, gfloat *y2, int cnt, ColourLineSpec &cls) | Plot | inline |
semilogy(gfloat *x, gfloat *y, int cnt) | Plot | inline |
semilogy(gfloat *x, gfloat *y, int cnt, const char *clsChar) | Plot | inline |
semilogy(gfloat *x, gfloat *y, int cnt, ColourLineSpec &cls) | Plot | inline |
set(GtkWidget *widget,...) | Plot | inline |
setBorder(unsigned int size) | Container | inline |
setHomogeneous(bool homogeneous) | Table | inline |
setOptions(GtkAttachOptions xOpt, GtkAttachOptions yOpt) | Table | inline |
setPadding(uint xPad, uint yPad) | Table | inline |
setRegion(short int x_s, short int x_e, short int y_s, short int y_e) | Table | inline |
show(void) | Plot | inline |
Table(void) | Table | inline |
Table(short int rows, short int cols, bool homogeneous=true, GtkAttachOptions xOpt=GTK_EXPAND, GtkAttachOptions yOpt=GTK_EXPAND, uint xPad=0, uint yPad=0) | Table | inline |
text(gfloat *x, gfloat *y, const char *textDisp, const char *clsChar) | Plot | inline |
text(gfloat *x, gfloat *y, const char *textDisp, ColourLineSpec &cls) | Plot | inline |
title(const char *titleStr, int *indexes=NULL) | Plot | inline |
title(GtkWidget *widget, int *indexes=NULL) | Plot | inline |
unref(void) | Widget | inline |
widget | Widget | protected |
xLabel(const char *label, int *indexes=NULL) | Plot | inline |
xLabelBL(const char *label) | Plot | inline |
yLabel(const char *label, int *indexes=NULL) | Plot | inline |
yLabelTL(const char *label) | Plot | inline |
~Widget() | Widget | inlinevirtual |