Class Index | Cross Index | Namespace Index |
Contained in: GtkExtra
Derived from:
Widget
Derived by:
GtkExtra::PlotBar
GtkExtra::PlotBox
GtkExtra::PlotFlux
GtkExtra::PlotSurface
#include <gtk--/plotdata.h>
public function member index: |
||
explicit | PlotData | (GtkPlotFunc function) |
PlotData | (Plot& plot, GtkPlotFunc function) | |
PlotData | () | |
void | draw_points | (gint n) |
void | draw_symbol | (gdouble x, gdouble y) |
gdouble* | get_a | (gint& num_points) |
gint | get_connector | () |
gdouble* | get_da | (gint& num_points) |
gdouble* | get_dx | (gint& num_points) |
gdouble* | get_dy | (gint& num_points) |
gdouble* | get_dz | (gint& num_points) |
bool | get_fill_area | (bool p0) |
void | get_gradient | (gdouble& min, gdouble& max, gint& nlevels) |
void | get_gradient_colors | (Gdk_Color& min, Gdk_Color& max) |
void | get_gradient_level | (gdouble level, Gdk_Color& color) |
gint | get_gradient_mask | () |
bool | get_gradient_visible | () |
gchar** | get_labels | (gboolean& show_labels) |
void | get_line_attributes | (GtkPlotLineStyle& style, gfloat& width, Gdk_Color& color) |
gpointer | get_link | () |
gint | get_numpoints | () |
void | get_points | (gdouble** x, gdouble** y, gdouble** dx, gdouble** dy, gint& num_points) |
void | get_symbol | (GtkPlotSymbolType& type, GtkPlotSymbolStyle& style, gint& size, gfloat& line_width, Gdk_Color& color, Gdk_Color& border_color) |
static GtkType | get_type | () |
gdouble* | get_x | (gint& num_points) |
gdouble* | get_y | (gint& num_points) |
gdouble* | get_z | (gint& num_points) |
const GtkPlotData* | gtkobj | () const |
GtkPlotData* | gtkobj | () |
void | hide_legend | () |
void | hide_xerrbars | () |
void | hide_yerrbars | () |
void | hide_zerrbars | () |
static bool | isA | (Gtk::Object* checkcast) |
void | paint | () |
void | remove_link | () |
void | set_a | (gdouble& a) |
void | set_attributes | (const nstring& font, gint height, gint angle, const Gdk_Color& foreground, const Gdk_Color& background) |
void | set_connector | (GtkPlotConnector connector) |
void | set_da | (gdouble& da) |
void | set_dx | (gdouble& dx) |
void | set_dy | (gdouble& dy) |
void | set_dz | (gdouble& dz) |
void | set_fill_area | (bool fill) |
void | set_gradient | (gdouble min, gdouble max, gint nlevels) |
void | set_gradient_colors | (const Gdk_Color& min, const Gdk_Color& max) |
void | set_gradient_mask | (gint mask) |
void | set_gradient_visible | (bool visible) |
void | set_labels | (gchar** labels) |
void | set_legend | (const nstring& name) |
void | set_line_attributes | (GtkPlotLineStyle style, gint width, const Gdk_Color& color) |
void | set_link | (gpointer link) |
void | set_name | (const nstring& name) |
void | set_numpoints | (gint num_points) |
void | set_points | (gdouble* x, gdouble* y, gdouble* dx, gdouble* dy, gint num_points) |
void | set_symbol | (GtkPlotSymbolType type, GtkPlotSymbolStyle style, gint size, gint line_width, const Gdk_Color& color, const Gdk_Color& border_color) |
void | set_x | (gdouble& x) |
void | set_x_attributes | (GtkPlotLineStyle style, gint width, const Gdk_Color& color) |
void | set_y | (gdouble& y) |
void | set_y_attributes | (GtkPlotLineStyle style, gint width, const Gdk_Color& color) |
void | set_z | (gdouble& z) |
void | set_z_attributes | (GtkPlotLineStyle style, gint width, const Gdk_Color& color) |
void | show_labels | (gboolean show_labels) |
void | show_legend | () |
void | show_xerrbars | () |
void | show_yerrbars | () |
void | show_zerrbars | () |
virtual | ~PlotData | () |
protected function member index: |
||
explicit | PlotData | (GtkPlotData* castitem) |
void | initialize_class | () |
private function member index: |
||
PlotData | (const PlotData&) | |
PlotData& | operator = | (const PlotData&) |