FbTk::FbDrawable Class ReferenceBasic drawing functions for X drawables.
More...
#include <FbDrawable.hh>
Inheritance diagram for FbTk::FbDrawable:
List of all members.
|
Public Member Functions |
|
virtual void | copyArea (Drawable src, GC gc, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height) |
|
virtual void | fillRectangle (GC gc, int x, int y, unsigned int width, unsigned int height) |
|
virtual void | drawRectangle (GC gc, int x, int y, unsigned int width, unsigned int height) |
|
virtual void | drawLine (GC gc, int start_x, int start_y, int end_x, int end_y) |
|
virtual void | fillPolygon (GC gc, XPoint *points, int npoints, int shape, int mode) |
|
virtual void | drawPoint (GC gc, int x, int y) |
|
virtual XImage * | image (int x, int y, unsigned int width, unsigned int height) const |
|
virtual Drawable | drawable () const =0 |
| | X drawable.
|
|
virtual unsigned int | width () const =0 |
|
virtual unsigned int | height () const =0 |
Detailed Description
Basic drawing functions for X drawables.
Definition at line 31 of file FbDrawable.hh. The documentation for this class was generated from the following files:
Fluxbox CVS-Jan-2003
|
|
|