Class Index | Cross Index | Namespace Index |
Contained in: GtkExtra
Derived from:
GtkExtra::Plot
Derived by:
none
#include <gtk--/plot3d.h>
public function member index: |
||
Plot3D | (GdkDrawable* drawable, gdouble width, gdouble height) | |
explicit | Plot3D | (GdkDrawable* drawable) |
void | autoscale | () |
void | axis_hide_title | (GtkPlotSide side) |
void | axis_set_major_ticks | (GtkPlotOrientation axis, gdouble major_step) |
void | axis_set_minor_ticks | (GtkPlotOrientation axis, gint nminor) |
void | axis_set_ticks | (GtkPlotOrientation axis, gdouble major_step, gint nminor) |
void | axis_set_ticks_length | (GtkPlotOrientation axis, gint length) |
void | axis_set_ticks_width | (GtkPlotOrientation axis, gfloat width) |
void | axis_show_labels | (GtkPlotSide side, gint label_mask) |
void | axis_show_major_ticks | (GtkPlotSide side, gint ticks_mask) |
void | axis_show_minor_ticks | (GtkPlotSide side, gint ticks_mask) |
void | axis_show_ticks | (GtkPlotSide side, gint major_mask, gint minor_mask) |
void | axis_show_title | (GtkPlotSide side) |
void | corner_get_attributes | (GtkPlotLineStyle& style, gfloat& width, Gdk_Color& color) |
bool | corner_get_visible | () |
void | corner_set_attributes | (GtkPlotLineStyle style, gfloat width, const Gdk_Color& color) |
void | corner_set_visible | (bool visible) |
void | frame_get_attributes | (GtkPlotLineStyle& style, gfloat& width, Gdk_Color& color) |
void | frame_set_attributes | (GtkPlotLineStyle style, gfloat width, const Gdk_Color& color) |
GtkPlotAxis* | get_axis | (GtkPlotOrientation orientation) |
void | get_pixel | (gdouble x, gdouble y, gdouble z, gdouble& rx, gdouble& ry, gdouble& rz) |
GtkPlotAxis* | get_side | (GtkPlotSide side) |
gint | get_titles_offset | () |
static GtkType | get_type | () |
gdouble | get_xfactor | () |
gdouble | get_yfactor | () |
gdouble | get_zfactor | () |
GtkPlot3D* | gtkobj | () |
const GtkPlot3D* | gtkobj | () const |
static bool | isA | (Gtk::Object* checkcast) |
void | major_grids_get_visible | (bool& x, bool& y, bool& z) |
void | major_grids_set_visible | (bool x, bool y, bool z) |
void | major_zgrid_get_attributes | (GtkPlotLineStyle& style, gfloat& width, Gdk_Color& color) |
void | major_zgrid_set_attributes | (GtkPlotLineStyle style, gfloat width, const Gdk_Color& color) |
void | minor_grids_get_visible | (bool& x, bool& y, bool& z) |
void | minor_grids_set_visible | (bool x, bool y, bool z) |
void | minor_zgrid_get_attributes | (GtkPlotLineStyle& style, gfloat& width, Gdk_Color& color) |
void | minor_zgrid_set_attributes | (GtkPlotLineStyle style, gfloat width, const Gdk_Color& color) |
gboolean | plane_get_visible | (GtkPlotPlane plane) |
void | plane_set_color | (GtkPlotPlane plane, const Gdk_Color& color) |
void | plane_set_visible | (GtkPlotPlane plane, bool visible) |
void | reset_angles | () |
void | rotate | (gdouble angle_x, gdouble angle_y, gdouble angle_z) |
void | rotate_vector | (GtkPlotVector* vector, gdouble a1, gdouble a2, gdouble a3) |
void | rotate_x | (gdouble angle) |
void | rotate_y | (gdouble angle) |
void | rotate_z | (gdouble angle) |
void | set_titles_offset | (gint offset) |
void | set_xfactor | (gdouble xfactor) |
void | set_xrange | (gdouble min, gdouble max) |
void | set_yfactor | (gdouble yfactor) |
void | set_yrange | (gdouble min, gdouble max) |
void | set_zfactor | (gdouble zfactor) |
void | set_zrange | (gdouble min, gdouble max) |
virtual | ~Plot3D | () |
protected function member index: |
||
explicit | Plot3D | (GtkPlot3D* castitem) |
void | initialize_class | () |
private function member index: |
||
Plot3D | (const Plot3D&) | |
Plot3D& | operator = | (const Plot3D&) |