Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Gdk::Pixmap Member List

This is the complete list of members for Inti::Gdk::Pixmap, including all inherited members.
add_interface(GType interface_type, GInterfaceInitFunc interface_init)Inti::G::TypeInstance
add_interface(GType instance_type, GType interface_type, GInterfaceInitFunc interface_init)Inti::G::TypeInstance [static]
class_peek_parent(void *g_class)Inti::G::TypeInstance [inline, static]
clear(GC &gc, const Color &color)Inti::Gdk::Pixmap
connect(const char *signal_name, GCallback handler, void *data, GClosureNotify destroy_data=0)Inti::G::Object
connect_after(const char *signal_name, GCallback handler, void *data, GClosureNotify destroy_data=0)Inti::G::Object
connect_swapped(const char *signal_name, GCallback handler, void *data, GClosureNotify destroy_data=0)Inti::G::Object
create(GdkNativeWindow anid, const Display *display=0)Inti::Gdk::Pixmap [static]
disconnect_by_name(const char *signal_name)Inti::G::Object
dispose()Inti::G::Object [virtual]
draw_arc(const GC &gc, int x, int y, int width, int height, int angle1, int angle2, bool filled=true)Inti::Gdk::Drawable
draw_arc(const GC &gc, const Rectangle &rectangle, int angle1, int angle2, bool filled=true)Inti::Gdk::Drawable
draw_drawable(const GC &gc, const Drawable &src, int xsrc, int ysrc, int xdest, int ydest, int width, int height)Inti::Gdk::Drawable
draw_drawable(const GC &gc, const Drawable &src, int xsrc, int ysrc, const Rectangle &dest)Inti::Gdk::Drawable
draw_glyphs(const GC &gc, const Pango::Font *font, int x, int y, const Pango::GlyphString *glyphs)Inti::Gdk::Drawable
draw_gray_image(const GC &gc, int x, int y, int width, int height, RgbDither dith, unsigned char *buf, int rowstride)Inti::Gdk::Drawable
draw_image(const GC &gc, const Image &image, int xsrc, int ysrc, int xdest, int ydest, int width, int height)Inti::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)Inti::Gdk::Drawable
draw_layout(const GC &gc, int x, int y, const Pango::Layout &layout, const Color *foreground=0, const Color *background=0)Inti::Gdk::Drawable
draw_layout_line(const GC &gc, int x, int y, const Pango::LayoutLine &line, const Color *foreground=0, const Color *background=0)Inti::Gdk::Drawable
draw_line(const GC &gc, int x1, int y1, int x2, int y2)Inti::Gdk::Drawable
draw_line(const GC &gc, const Segment &seg)Inti::Gdk::Drawable
draw_lines(const GC &gc, const std::vector< Point > &points)Inti::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)Inti::Gdk::Drawable
draw_point(const GC &gc, int x, int y)Inti::Gdk::Drawable
draw_point(const GC &gc, const Point &point)Inti::Gdk::Drawable
draw_points(const GC &gc, const std::vector< Point > &points)Inti::Gdk::Drawable
draw_polygon(const GC &gc, const std::vector< Point > &points, bool filled=true)Inti::Gdk::Drawable
draw_rectangle(const GC &gc, int x, int y, int width, int height, bool filled=true)Inti::Gdk::Drawable
draw_rectangle(const GC &gc, const Rectangle &rectangle, bool filled=true)Inti::Gdk::Drawable
draw_rgb_32_image(const GC &gc, int x, int y, int width, int height, RgbDither dith, unsigned char *buf, int rowstride)Inti::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)Inti::Gdk::Drawable
draw_rgb_image(const GC &gc, int x, int y, int width, int height, RgbDither dith, unsigned char *rgb_buf, int rowstride)Inti::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)Inti::Gdk::Drawable
draw_segments(const GC &gc, const std::vector< Segment > &segs)Inti::Gdk::Drawable
Drawable()Inti::Gdk::Drawable [protected]
Drawable(GdkDrawable *drawable, bool reference=true)Inti::Gdk::Drawable [explicit, protected]
emit_by_name(const char *signal_name,...)Inti::G::Object
g_object() constInti::G::Object [inline]
g_object_class() constInti::G::Object
g_type_instance() constInti::G::TypeInstance [inline]
gdk_drawable() constInti::Gdk::Drawable [inline]
gdk_drawable_class() constInti::Gdk::Drawable
gdk_pixmap() constInti::Gdk::Pixmap [inline]
gdk_pixmap_object() constInti::Gdk::Pixmap
gdk_pixmap_object_class() constInti::Gdk::Pixmap
get(const char *first_property_name,...) constInti::G::Object
get_class() constInti::G::TypeInstance [inline]
get_clip_region() constInti::Gdk::Drawable
get_colormap() constInti::Gdk::Drawable
get_data(const Quark &quark) constInti::G::Object
get_data(const String &key) constInti::G::Object
get_depth() constInti::Gdk::Drawable
get_display() constInti::Gdk::Drawable
get_image(int x, int y, int width, int height) constInti::Gdk::Drawable
get_property(const char *property_name, Value &value) constInti::G::Object
get_screen() constInti::Gdk::Drawable
get_size(int *width, int *height) constInti::Gdk::Drawable
get_visible_region() constInti::Gdk::Drawable
get_visual() constInti::Gdk::Drawable
instanceInti::G::TypeInstance [protected]
is_a(GType type) constInti::G::TypeInstance
is_a_type(GType ancestor_type) constInti::G::TypeInstance
is_dynamic() constInti::MemoryHandler
is_referenced() constInti::ReferencedBase
lookup(GdkNativeWindow anid, const Display *display=0)Inti::Gdk::Pixmap [static]
MemoryHandler()Inti::MemoryHandler [protected]
Object(GObject *object, bool reference=true)Inti::G::Object [explicit, protected]
on_notify(GParamSpec *pspec)Inti::G::Object [protected, virtual]
operator delete(void *ptr)Inti::MemoryHandler [static]
operator GdkDrawable *() constInti::Gdk::Drawable
operator GObject *() constInti::G::Object
operator new(size_t size)Inti::MemoryHandler [static]
Pixmap(GdkPixmap *pixmap, bool reference=true)Inti::Gdk::Pixmap [explicit, protected]
Pixmap(const Drawable &drawable, int width, int height)Inti::Gdk::Pixmap
Pixmap(int width, int height, int depth)Inti::Gdk::Pixmap
Pixmap(const Drawable &drawable, const char *data, int width, int height, const Color &fg, const Color &bg)Inti::Gdk::Pixmap
Pixmap(const char *data, int width, int height, int depth, const Color &fg, const Color &bg)Inti::Gdk::Pixmap
Pixmap(const Drawable &drawable, const String &filename, Pointer< Bitmap > *mask=0, const Color *transparent_color=0)Inti::Gdk::Pixmap
Pixmap(Colormap *colormap, const String &filename, Pointer< Bitmap > *mask=0, const Color *transparent_color=0)Inti::Gdk::Pixmap
Pixmap(const Drawable &drawable, const char *const *data, Pointer< Bitmap > *mask=0, const Color *transparent_color=0)Inti::Gdk::Pixmap
Pixmap(Colormap *colormap, const char *const *data, Pointer< Bitmap > *mask=0, const Color *transparent_color=0)Inti::Gdk::Pixmap
pointer(void *obj)Inti::G::Object [inline, static]
ref()Inti::G::Object [virtual]
ReferencedBase()Inti::ReferencedBase [protected]
register_type(GType parent_type, GClassInitFunc class_init)Inti::G::TypeInstance [static]
remove_data(const Quark &quark, bool notify=false)Inti::G::Object
remove_data(const String &key, bool notify=false)Inti::G::Object
set(const char *first_property_name,...)Inti::G::Object
set_colormap(Colormap *colormap)Inti::Gdk::Drawable
set_data(const Quark &quark, void *data, GDestroyNotify destroy=0)Inti::G::Object
set_data(const String &key, void *data, GDestroyNotify destroy=0)Inti::G::Object
set_new_handler(std::new_handler handler)Inti::MemoryHandler [static]
set_property(const char *property_name, const Value &value)Inti::G::Object
set_referenced(bool reference)Inti::ReferencedBase [protected]
sig_notify()Inti::G::Object [inline]
stop_emission_by_name(const char *detailed_signal)Inti::G::Object
type() constInti::G::TypeInstance
type_name() constInti::G::TypeInstance
TypeInstance()Inti::G::TypeInstance [protected]
unref()Inti::G::Object [virtual]
wrap(gObj *obj, bool reference=false)Inti::G::Object [inline, static]
wrap_new(gObj *obj, bool reference=false)Inti::G::Object [inline, static]
~Drawable()Inti::Gdk::Drawable [virtual]
~MemoryHandler()=0Inti::MemoryHandler [protected, pure virtual]
~Object()Inti::G::Object [virtual]
~Pixmap()Inti::Gdk::Pixmap [virtual]
~ReferencedBase()=0Inti::ReferencedBase [protected, pure virtual]
~TypeInstance()=0Inti::G::TypeInstance [protected, pure virtual]
Main Page - Footer


Generated on Sun Sep 14 20:08:12 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002