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

Inti::Gdk::Pixbuf Member List

This is the complete list of members for Inti::Gdk::Pixbuf, including all inherited members.
add_alpha(bool substitute_color, unsigned char red, unsigned char green, unsigned char blue)Inti::Gdk::Pixbuf
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]
composite(const Pixbuf &src, int dest_x, int dest_y, int dest_width, int dest_height, double offset_x, double offset_y, double scale_x, double scale_y, InterpType interp_type, int overall_alpha)Inti::Gdk::Pixbuf
composite(const Pixbuf &src, const Rectangle &dest_rect, double offset_x, double offset_y, double scale_x, double scale_y, InterpType interp_type, int overall_alpha)Inti::Gdk::Pixbuf
composite_color(const Pixbuf &src, int dest_x, int dest_y, int dest_width, int dest_height, double offset_x, double offset_y, double scale_x, double scale_y, InterpType interp_type, int overall_alpha, int check_x, int check_y, int check_size, unsigned int color1, unsigned int color2)Inti::Gdk::Pixbuf
composite_color(const Pixbuf &src, const Rectangle &dest_rect, double offset_x, double offset_y, double scale_x, double scale_y, InterpType interp_type, int overall_alpha, const Point &check_offset, int check_size, unsigned int color1, unsigned int color2)Inti::Gdk::Pixbuf
composite_color_simple(int width, int height, InterpType interp_type, int overall_alpha, int check_size, unsigned int color1, unsigned int color2)Inti::Gdk::Pixbuf
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
copy() constInti::Gdk::Pixbuf
copy_area(const Pixbuf &src, int src_x, int src_y, int width, int height, int dest_x, int dest_y)Inti::Gdk::Pixbuf
copy_area(const Pixbuf &src, const Rectangle &src_rect, int dest_x, int dest_y)Inti::Gdk::Pixbuf
create(int width, int height, bool has_alpha, int bits_per_sample=8, Colorspace colorspace=COLORSPACE_RGB)Inti::Gdk::Pixbuf [static]
create(const Drawable &drawable, int x, int y, int width, int height, Colormap *colormap=0)Inti::Gdk::Pixbuf [static]
create(const Image &image, int x, int y, int width, int height, Colormap *colormap=0)Inti::Gdk::Pixbuf [static]
disconnect_by_name(const char *signal_name)Inti::G::Object
dispose()Inti::G::Object [virtual]
emit_by_name(const char *signal_name,...)Inti::G::Object
fill(unsigned int pixel)Inti::Gdk::Pixbuf
g_object() constInti::G::Object [inline]
g_object_class() constInti::G::Object
g_type_instance() constInti::G::TypeInstance [inline]
gdk_pixbuf() constInti::Gdk::Pixbuf [inline]
get(const char *first_property_name,...) constInti::G::Object
get_bits_per_sample() constInti::Gdk::Pixbuf
get_class() constInti::G::TypeInstance [inline]
get_colorspace() constInti::Gdk::Pixbuf
get_data(const Quark &quark) constInti::G::Object
get_data(const String &key) constInti::G::Object
get_formats(std::vector< Pointer< PixbufFormat > > &formats)Inti::Gdk::Pixbuf [static]
get_from_drawable(const Drawable &src, int src_x, int src_y, int dest_x, int dest_y, int width, int height, Colormap *colormap=0)Inti::Gdk::Pixbuf
get_from_image(const Image &src, int src_x, int src_y, int dest_x, int dest_y, int width, int height, Colormap *colormap=0)Inti::Gdk::Pixbuf
get_has_alpha() constInti::Gdk::Pixbuf
get_height() constInti::Gdk::Pixbuf
get_n_channels() constInti::Gdk::Pixbuf
get_option(const String &key) constInti::Gdk::Pixbuf
get_pixels() constInti::Gdk::Pixbuf
get_property(const char *property_name, Value &value) constInti::G::Object
get_rowstride() constInti::Gdk::Pixbuf
get_width() constInti::Gdk::Pixbuf
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
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 GdkPixbuf *() constInti::Gdk::Pixbuf
operator GObject *() constInti::G::Object
operator new(size_t size)Inti::MemoryHandler [static]
Pixbuf(GdkPixbuf *pixbuf, bool reference=true)Inti::Gdk::Pixbuf [explicit, protected]
Pixbuf(const Pixbuf &src, int src_x, int src_y, int width, int height)Inti::Gdk::Pixbuf
Pixbuf(const String &filename, G::Error *error=0)Inti::Gdk::Pixbuf
Pixbuf(const unsigned char *data, int width, int height, int rowstride, bool has_alpha, GdkPixbufDestroyNotify destroy_fn=0, void *destroy_fn_data=0, int bits_per_sample=8, Colorspace colorspace=COLORSPACE_RGB)Inti::Gdk::Pixbuf
Pixbuf(const char **data)Inti::Gdk::Pixbuf
Pixbuf(int data_length, const unsigned char *data, bool copy_pixels, G::Error *error=0)Inti::Gdk::Pixbuf
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
render_pixmap_and_mask(Pointer< Pixmap > *pixmap_return, Pointer< Bitmap > *mask_return, int alpha_threshold, Colormap *colormap=0)Inti::Gdk::Pixbuf
render_threshold_alpha(Bitmap &bitmap, int src_x, int src_y, int dest_x, int dest_y, int width, int height, int alpha_threshold)Inti::Gdk::Pixbuf
saturate_and_pixelate(const Pixbuf &src, float saturation, bool pixelate)Inti::Gdk::Pixbuf
saturate_and_pixelate(float saturation, bool pixelate)Inti::Gdk::Pixbuf
save(const String &filename, const char *type, G::Error *error,...)Inti::Gdk::Pixbuf
save(const String &filename, const char *type, char **option_keys, char **option_values, G::Error *error=0)Inti::Gdk::Pixbuf
scale(const Pixbuf &src, int dest_x, int dest_y, int dest_width, int dest_height, double offset_x, double offset_y, double scale_x, double scale_y, InterpType interp_type)Inti::Gdk::Pixbuf
scale(const Pixbuf &src, const Rectangle &dest_rect, double offset_x, double offset_y, double scale_x, double scale_y, InterpType interp_type)Inti::Gdk::Pixbuf
scale_simple(int width, int height, InterpType interp_type)Inti::Gdk::Pixbuf
set(const char *first_property_name,...)Inti::G::Object
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]
~MemoryHandler()=0Inti::MemoryHandler [protected, pure virtual]
~Object()Inti::G::Object [virtual]
~Pixbuf()Inti::Gdk::Pixbuf [virtual]
~ReferencedBase()=0Inti::ReferencedBase [protected, pure virtual]
~TypeInstance()=0Inti::G::TypeInstance [protected, pure virtual]
Main Page - Footer


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