Class Index Cross Index Namespace Index

Class GtkExtra::PlotPC


Contained in: GtkExtra
Derived from: Object
Derived by: GtkExtra::PlotGdk GtkExtra::PlotPS

#include <gtk--/plotpc.h>


public function member index:

PlotPC()
void clip(const Gdk_Rectangle& area)
void draw_circle(gint filled, gdouble x, gdouble y, gdouble size)
void draw_ellipse(bool filled, gdouble x, gdouble y, gdouble width, gdouble height)
void draw_line(gdouble x1, gdouble y1, gdouble x2, gdouble y2)
void draw_lines(GtkPlotPoint* points, gint numpoints)
void draw_point(gdouble x, gdouble y)
void draw_polygon(gint filled, GtkPlotPoint* points, gint numpoints)
void draw_rectangle(bool filled, gdouble x, gdouble y, gdouble width, gdouble height)
void draw_string(gint x, gint y, gint angle, const Gdk_Color& fg, const Gdk_Color& bg, bool transparent, gint border, gint border_width, gint shadow_width, const nstring& font, gint height, GtkJustification just, const nstring& text)
static GtkType get_type()
void grestore()
void gsave()
GtkPlotPC* gtkobj()
const GtkPlotPC* gtkobj() const
void init()
static bool isA(Gtk::Object* checkcast)
void leave()
void set_color(const Gdk_Color& color)
void set_dash(gdouble offset_, gdouble* values, gint num_values)
void set_font(const nstring& font, gint height)
void set_lineattr(gint line_width, GdkLineStyle line_style, GdkCapStyle cap_style, GdkJoinStyle join_style)
virtual ~PlotPC()
 

protected function member index:

explicit PlotPC(GtkPlotPC* castitem)
void initialize_class()
 

private function member index:

PlotPC(const PlotPC&)
PlotPC& operator =(const PlotPC&)
 

Description:



Member Descriptions: