|
void | arc (double x, double y, double r, double start, double a) |
| see fl_arc(double x, double y, double r, double start, double end). More...
|
|
void | arc (int x, int y, int w, int h, double a1, double a2) |
| see fl_arc(int x, int y, int w, int h, double a1, double a2). More...
|
|
void | begin_complex_polygon () |
| see fl_begin_complex_polygon(). More...
|
|
void | begin_line () |
| see fl_begin_line(). More...
|
|
void | begin_loop () |
| see fl_begin_loop(). More...
|
|
void | begin_points () |
| see fl_begin_points(). More...
|
|
void | begin_polygon () |
| see fl_begin_polygon(). More...
|
|
void | circle (double x, double y, double r) |
| see fl_circle(double x, double y, double r). More...
|
|
const char * | class_name () |
| Returns the name of the class of this object. More...
|
|
int | clip_box (int x, int y, int w, int h, int &X, int &Y, int &W, int &H) |
| see fl_clip_box(int x, int y, int w, int h, int &X, int &Y, int &W, int &H). More...
|
|
int | clocale_printf (const char *format,...) |
| Shields output PostScript data from modifications of the current locale. More...
|
|
void | color (Fl_Color c) |
| see fl_color(Fl_Color c). More...
|
|
void | color (uchar r, uchar g, uchar b) |
| see fl_color(uchar r, uchar g, uchar b). More...
|
|
void | curve (double x, double y, double x1, double y1, double x2, double y2, double x3, double y3) |
| see fl_curve(double X0, double Y0, double X1, double Y1, double X2, double Y2, double X3, double Y3). More...
|
|
int | descent () |
| see fl_descent(). More...
|
|
void | draw (const char *s, int nBytes, int x, int y) |
| see fl_draw(const char *str, int n, int x, int y). More...
|
|
void | draw (Fl_Bitmap *bitmap, int XP, int YP, int WP, int HP, int cx, int cy) |
| Draws an Fl_Bitmap object to the device. More...
|
|
void | draw (Fl_Pixmap *pxm, int XP, int YP, int WP, int HP, int cx, int cy) |
| Draws an Fl_Pixmap object to the device. More...
|
|
void | draw (Fl_RGB_Image *rgb, int XP, int YP, int WP, int HP, int cx, int cy) |
| Draws an Fl_RGB_Image object to the device. More...
|
|
void | draw (int angle, const char *str, int n, int x, int y) |
| see fl_draw(int angle, const char *str, int n, int x, int y). More...
|
|
void | draw_image (const uchar *d, int x, int y, int w, int h, int delta=3, int ldelta=0) |
| see fl_draw_image(const uchar* buf, int X,int Y,int W,int H, int D, int L). More...
|
|
void | draw_image (Fl_Draw_Image_Cb call, void *data, int x, int y, int w, int h, int delta=3) |
| see fl_draw_image(Fl_Draw_Image_Cb cb, void* data, int X,int Y,int W,int H, int D). More...
|
|
void | draw_image_mono (const uchar *d, int x, int y, int w, int h, int delta=1, int ld=0) |
| see fl_draw_image_mono(const uchar* buf, int X,int Y,int W,int H, int D, int L). More...
|
|
void | draw_image_mono (Fl_Draw_Image_Cb call, void *data, int x, int y, int w, int h, int delta=1) |
| see fl_draw_image_mono(Fl_Draw_Image_Cb cb, void* data, int X,int Y,int W,int H, int D). More...
|
|
int | draw_scaled (Fl_Image *img, int XP, int YP, int WP, int HP) |
| Draws an Fl_Image scaled to width W & height H with top-left corner at X,Y. More...
|
|
void | end_complex_polygon () |
| see fl_end_complex_polygon(). More...
|
|
void | end_line () |
| see fl_end_line(). More...
|
|
void | end_loop () |
| see fl_end_loop(). More...
|
|
void | end_points () |
| see fl_end_points(). More...
|
|
void | end_polygon () |
| see fl_end_polygon(). More...
|
|
| Fl_PostScript_Graphics_Driver () |
| The constructor.
|
|
void | font (int face, int size) |
| see fl_font(Fl_Font face, Fl_Fontsize size). More...
|
|
void | gap () |
| see fl_gap(). More...
|
|
int | height () |
| see fl_height(). More...
|
|
void | line (int x1, int y1, int x2, int y2) |
| see fl_line(int x, int y, int x1, int y1). More...
|
|
void | line (int x1, int y1, int x2, int y2, int x3, int y3) |
| see fl_line(int x, int y, int x1, int y1, int x2, int y2). More...
|
|
void | line_style (int style, int width=0, char *dashes=0) |
| see fl_line_style(int style, int width, char* dashes). More...
|
|
void | loop (int x0, int y0, int x1, int y1, int x2, int y2) |
| see fl_loop(int x0, int y0, int x1, int y1, int x2, int y2). More...
|
|
void | loop (int x0, int y0, int x1, int y1, int x2, int y2, int x3, int y3) |
| see fl_loop(int x0, int y0, int x1, int y1, int x2, int y2, int x3, int y3). More...
|
|
int | not_clipped (int x, int y, int w, int h) |
| see fl_not_clipped(int x, int y, int w, int h). More...
|
|
void | pie (int x, int y, int w, int h, double a1, double a2) |
| see fl_pie(int x, int y, int w, int h, double a1, double a2). More...
|
|
void | point (int x, int y) |
| see fl_point(int x, int y). More...
|
|
void | polygon (int x0, int y0, int x1, int y1, int x2, int y2) |
| see fl_polygon(int x0, int y0, int x1, int y1, int x2, int y2). More...
|
|
void | polygon (int x0, int y0, int x1, int y1, int x2, int y2, int x3, int y3) |
| see fl_polygon(int x0, int y0, int x1, int y1, int x2, int y2, int x3, int y3). More...
|
|
void | pop_clip () |
| see fl_pop_clip(). More...
|
|
void | push_clip (int x, int y, int w, int h) |
| see fl_push_clip(int x, int y, int w, int h). More...
|
|
void | push_no_clip () |
| see fl_push_no_clip(). More...
|
|
void | rect (int x, int y, int w, int h) |
| see fl_rect(int x, int y, int w, int h). More...
|
|
void | rectf (int x, int y, int w, int h) |
| see fl_rectf(int x, int y, int w, int h). More...
|
|
void | rtl_draw (const char *s, int n, int x, int y) |
| see fl_rtl_draw(const char *str, int n, int x, int y). More...
|
|
void | text_extents (const char *c, int n, int &dx, int &dy, int &w, int &h) |
| see fl_text_extents(const char*, int n, int& dx, int& dy, int& w, int& h). More...
|
|
void | transformed_vertex (double x, double y) |
| see fl_transformed_vertex(double xf, double yf). More...
|
|
void | vertex (double x, double y) |
| see fl_vertex(double x, double y). More...
|
|
double | width (const char *, int) |
| see fl_width(const char *str, int n). More...
|
|
double | width (unsigned int u) |
| see fl_width(unsigned int n). More...
|
|
void | xyline (int x, int y, int x1) |
| see fl_xyline(int x, int y, int x1). More...
|
|
void | xyline (int x, int y, int x1, int y2) |
| see fl_xyline(int x, int y, int x1, int y2). More...
|
|
void | xyline (int x, int y, int x1, int y2, int x3) |
| see fl_xyline(int x, int y, int x1, int y2, int x3). More...
|
|
void | yxline (int x, int y, int y1) |
| see fl_yxline(int x, int y, int y1). More...
|
|
void | yxline (int x, int y, int y1, int x2) |
| see fl_yxline(int x, int y, int y1, int x2). More...
|
|
void | yxline (int x, int y, int y1, int x2, int y3) |
| see fl_yxline(int x, int y, int y1, int x2, int y3). More...
|
|
| ~Fl_PostScript_Graphics_Driver () |
| The destructor.
|
|
virtual const char * | class_name () |
| Returns the name of the class of this object. More...
|
|
Fl_Color | color () |
| see fl_color(void).
|
|
virtual int | descent () |
| see fl_descent(). More...
|
|
virtual int | draw_scaled (Fl_Image *img, int X, int Y, int W, int H) |
| Draws an Fl_Image scaled to width W & height H with top-left corner at X,Y. More...
|
|
Fl_Font | font () |
| see fl_font(void).
|
|
virtual void | font (Fl_Font face, Fl_Fontsize fsize) |
| see fl_font(Fl_Font face, Fl_Fontsize size). More...
|
|
Fl_Font_Descriptor * | font_descriptor () |
| Returns a pointer to the current Fl_Font_Descriptor for the graphics driver.
|
|
void | font_descriptor (Fl_Font_Descriptor *d) |
| Sets the current Fl_Font_Descriptor for the graphics driver.
|
|
virtual int | height () |
| see fl_height(). More...
|
|
Fl_Fontsize | size () |
| see fl_size().
|
|
virtual void | text_extents (const char *, int n, int &dx, int &dy, int &w, int &h) |
| see fl_text_extents(const char*, int n, int& dx, int& dy, int& w, int& h). More...
|
|
virtual double | width (const char *str, int n) |
| see fl_width(const char *str, int n). More...
|
|
virtual double | width (unsigned int c) |
| see fl_width(unsigned int n). More...
|
|
virtual | ~Fl_Graphics_Driver () |
| The destructor.
|
|
virtual const char * | class_name () |
| Returns the name of the class of this object. More...
|
|
virtual | ~Fl_Device () |
| Virtual destructor. More...
|
|