Xfce Foundation Classes
Main Page  | IndexNamespace List  |  Alphabetical List  |  Class List  |  File List


Xfc::Gdk::Bitmap Member List

This is the complete list of members for Xfc::Gdk::Bitmap, including all inherited members.

add_interface(GType interface_type, GInterfaceInitFunc interface_init)Xfc::G::TypeInstance
add_interface(GType instance_type, GType interface_type, GInterfaceInitFunc interface_init)Xfc::G::TypeInstance [static]
Bitmap(GdkBitmap *bitmap, bool owns_reference=true)Xfc::Gdk::Bitmap [explicit, protected]
Bitmap(const char *data, int width, int height)Xfc::Gdk::Bitmap
Bitmap(const Window &window, const char *data, int width, int height)Xfc::Gdk::Bitmap
clear(GC &gc, const Color &color)Xfc::Gdk::Pixmap
copy_to_image(Image &image, int src_x, int src_y, int dest_x, int dest_y, int width, int height)Xfc::Gdk::Drawable
copy_to_image(Image &image, const Rectangle &src_rect, int dest_x, int dest_y)Xfc::Gdk::Drawable
create(GdkNativeWindow anid, const Display *display=0)Xfc::Gdk::Pixmap [static]
disconnect_by_name(const char *signal_name)Xfc::G::Object
dispose()Xfc::G::Object [virtual]
draw_arc(const GC &gc, int x, int y, int width, int height, int angle1, int angle2, bool filled=true)Xfc::Gdk::Drawable
draw_arc(const GC &gc, const Rectangle &rectangle, int angle1, int angle2, bool filled=true)Xfc::Gdk::Drawable
draw_drawable(const GC &gc, const Drawable &src, int xsrc, int ysrc, int xdest, int ydest, int width, int height)Xfc::Gdk::Drawable
draw_drawable(const GC &gc, const Drawable &src, const Rectangle &src_rect, int xdest, int ydest)Xfc::Gdk::Drawable
draw_glyphs(const GC &gc, const Pango::Font &font, int x, int y, const Pango::GlyphString &glyphs, const Pango::Matrix *matrix=0)Xfc::Gdk::Drawable
draw_gray_image(const GC &gc, int x, int y, int width, int height, RgbDither dith, unsigned char *buf, int rowstride)Xfc::Gdk::Drawable
draw_image(const GC &gc, const Image &image, int xsrc, int ysrc, int xdest, int ydest, int width, int height)Xfc::Gdk::Drawable
draw_indexed_image(const GC &gc, int x, int y, int width, int height, RgbDither dith, unsigned char *buf, int rowstride, GdkRgbCmap *cmap)Xfc::Gdk::Drawable
draw_layout(const GC &gc, int x, int y, const Pango::Layout &layout, const Color *foreground=0, const Color *background=0)Xfc::Gdk::Drawable
draw_layout_line(const GC &gc, int x, int y, const Pango::LayoutLine &line, const Color *foreground=0, const Color *background=0)Xfc::Gdk::Drawable
draw_line(const GC &gc, int x1, int y1, int x2, int y2)Xfc::Gdk::Drawable
draw_line(const GC &gc, const Segment &seg)Xfc::Gdk::Drawable
draw_lines(const GC &gc, const std::vector< Point > &points)Xfc::Gdk::Drawable
draw_pixbuf(const GC *gc, const Pixbuf &pixbuf, int src_x, int src_y, int dest_x, int dest_y, int width, int height, RgbDither dither, int x_dither, int y_dither)Xfc::Gdk::Drawable
draw_point(const GC &gc, int x, int y)Xfc::Gdk::Drawable
draw_point(const GC &gc, const Point &point)Xfc::Gdk::Drawable
draw_points(const GC &gc, const std::vector< Point > &points)Xfc::Gdk::Drawable
draw_polygon(const GC &gc, const std::vector< Point > &points, bool filled=true)Xfc::Gdk::Drawable
draw_rectangle(const GC &gc, int x, int y, int width, int height, bool filled=true)Xfc::Gdk::Drawable
draw_rectangle(const GC &gc, const Rectangle &rectangle, bool filled=true)Xfc::Gdk::Drawable
draw_rgb_32_image(const GC &gc, int x, int y, int width, int height, RgbDither dith, unsigned char *buf, int rowstride)Xfc::Gdk::Drawable
draw_rgb_32_image_dithalign(const GC &gc, int x, int y, int width, int height, RgbDither dith, unsigned char *buf, int rowstride, int xdith, int ydith)Xfc::Gdk::Drawable
draw_rgb_image(const GC &gc, int x, int y, int width, int height, RgbDither dith, unsigned char *rgb_buf, int rowstride)Xfc::Gdk::Drawable
draw_rgb_image_dithalign(const GC &gc, int x, int y, int width, int height, RgbDither dith, unsigned char *rgb_buf, int rowstride, int xdith, int ydith)Xfc::Gdk::Drawable
draw_segments(const GC &gc, const std::vector< Segment > &segs)Xfc::Gdk::Drawable
draw_trapezoids(const GC &gc, std::vector< Trapezoid > &trapezoids)Xfc::Gdk::Drawable
Drawable(GdkDrawable *drawable, bool owns_reference=true)Xfc::Gdk::Drawable [explicit, protected]
emit_by_name(const char *signal_name,...)Xfc::G::Object
g_object() const Xfc::G::Object
g_type_instance() const Xfc::G::TypeInstance
gdk_bitmap() const Xfc::Gdk::Bitmap
gdk_drawable() const Xfc::Gdk::Drawable
gdk_pixmap() const Xfc::Gdk::Pixmap
gdk_pixmap_object() const Xfc::Gdk::Pixmap
get_clip_region() const Xfc::Gdk::Drawable
get_colormap() const Xfc::Gdk::Drawable
get_data(const Quark &quark) const Xfc::G::Object
get_data(const String &key) const Xfc::G::Object
get_depth() const Xfc::Gdk::Drawable
get_display() const Xfc::Gdk::Drawable
get_image(int x, int y, int width, int height) const Xfc::Gdk::Drawable
get_property(const char *property_name, Value &value) const Xfc::G::Object
get_screen() const Xfc::Gdk::Drawable
get_size(int *width, int *height) const Xfc::Gdk::Drawable
get_visible_region() const Xfc::Gdk::Drawable
get_visual() const Xfc::Gdk::Drawable
instance_Xfc::G::TypeInstance [protected]
is_a(GType is_a_type) const Xfc::G::TypeInstance
is_dynamic() const Xfc::Trackable
lookup(GdkNativeWindow anid, const Display *display=0)Xfc::Gdk::Pixmap [static]
notify_signalXfc::G::Object [protected, static]
Object(GObject *object, bool owns_reference=true)Xfc::G::Object [explicit, protected]
operator delete(void *ptr)Xfc::Trackable [static]
operator GdkDrawable *() const Xfc::Gdk::Drawable
operator GObject *() const Xfc::G::Object
operator new(size_t size)Xfc::Trackable [static]
operator new(size_t size, void *ptr)Xfc::Trackable [static]
owns_reference() const Xfc::Trackable [inline]
Pixmap(GdkPixmap *pixmap, bool owns_reference=true)Xfc::Gdk::Pixmap [explicit, protected]
Pixmap(const Drawable &drawable, int width, int height)Xfc::Gdk::Pixmap
Pixmap(int width, int height, int depth)Xfc::Gdk::Pixmap
Pixmap(const Drawable &drawable, const char *data, int width, int height, const Color &fg, const Color &bg)Xfc::Gdk::Pixmap
Pixmap(const char *data, int width, int height, int depth, const Color &fg, const Color &bg)Xfc::Gdk::Pixmap
Pixmap(const Drawable &drawable, const String &filename, Pointer< Bitmap > *mask=0, const Color *transparent_color=0)Xfc::Gdk::Pixmap
Pixmap(Colormap *colormap, const String &filename, Pointer< Bitmap > *mask=0, const Color *transparent_color=0)Xfc::Gdk::Pixmap
Pixmap(const Drawable &drawable, const char *const *data, Pointer< Bitmap > *mask=0, const Color *transparent_color=0)Xfc::Gdk::Pixmap
Pixmap(Colormap *colormap, const char *const *data, Pointer< Bitmap > *mask=0, const Color *transparent_color=0)Xfc::Gdk::Pixmap
pointer(GObject *object)Xfc::G::Object [static]
ref()Xfc::G::Object [virtual]
register_type(GType parent_type, GClassInitFunc class_init)Xfc::G::TypeInstance [static]
remove_data(const Quark &quark, bool notify=false)Xfc::G::Object
remove_data(const String &key, bool notify=false)Xfc::G::Object
set_colormap(Colormap *colormap)Xfc::Gdk::Drawable
set_data(const Quark &quark, void *data, GDestroyNotify destroy=0)Xfc::G::Object
set_data(const String &key, void *data, GDestroyNotify destroy=0)Xfc::G::Object
set_new_handler(std::new_handler handler)Xfc::Trackable [static]
set_owns_reference(bool setting)Xfc::Trackable [inline, protected]
set_property(const char *property_name, const Value &value)Xfc::G::Object
signal_notify(const String &property_name)Xfc::G::Object
stop_emission_by_name(const char *detailed_signal)Xfc::G::Object
Trackable()Xfc::Trackable [protected]
type() const Xfc::G::TypeInstance
type_name() const Xfc::G::TypeInstance
TypeInstance()Xfc::G::TypeInstance [protected]
unref()Xfc::G::Object [virtual]
wrap(gObject *object, bool owns_reference=false)Xfc::G::Object [static]
wrap_new(gObject *object, bool owns_reference=false)Xfc::G::Object [static]
~Bitmap()Xfc::Gdk::Bitmap [virtual]
~Drawable()=0Xfc::Gdk::Drawable [pure virtual]
~Object()Xfc::G::Object [virtual]
~Pixmap()Xfc::Gdk::Pixmap [virtual]
~Trackable()=0Xfc::Trackable [protected, pure virtual]
~TypeInstance()=0Xfc::G::TypeInstance [protected, pure virtual]
Xfce Foundation Classes


Copyright © 2004-2005 The XFC Development Team XFC 4.3