gtkmm  2.24.4
Gdk::Bitmap Member List

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

add_destroy_notify_callback(void *data, func_destroy_notify func) const sigc::trackable
Bitmap(const char* data, int width, int height)Gdk::Bitmapprotected
Bitmap(const Glib::RefPtr< Gdk::Drawable >& drawable, const char* data, int width, int height)Gdk::Bitmapprotected
connect_property_changed(const Glib::ustring &property_name, const sigc::slot< void > &slot)Glib::ObjectBase
connect_property_changed(const Glib::ustring &property_name, sigc::slot< void > &&slot)Glib::ObjectBase
connect_property_changed_with_return(const Glib::ustring &property_name, const sigc::slot< void > &slot)Glib::ObjectBase
connect_property_changed_with_return(const Glib::ustring &property_name, sigc::slot< void > &&slot)Glib::ObjectBase
copy_to_image(const Glib::RefPtr< Image >& image, int src_x, int src_y, int dest_x, int dest_y, int width, int height) const Gdk::Drawable
create(const char* data, int width, int height)Gdk::Bitmapstatic
create(const Glib::RefPtr< Gdk::Drawable >& drawable, const char* data, int width, int height)Gdk::Bitmapstatic
Gdk::Pixmap::create(const Glib::RefPtr< Drawable >& drawable, int width, int height, int depth=-1)Gdk::Pixmapstatic
Gdk::Pixmap::create(const Glib::RefPtr< Drawable >& drawable, const char* data, int width, int height, int depth, const Color& fg, const Color& bg)Gdk::Pixmapstatic
Gdk::Pixmap::create(const Glib::RefPtr< Display >& display, NativeWindow anid)Gdk::Pixmapstatic
Gdk::Drawable::create()Gdk::Drawablestatic
create_cairo_context()Gdk::Drawable
create_from_data(const Glib::RefPtr< const Drawable >& drawable, const char* data, int width, int height, int depth, const Color& fg, const Color& bg)Gdk::Pixmapstatic
create_from_xpm(const Glib::RefPtr< const Drawable >& drawable, const Color& transparent_color, const std::string& filename)Gdk::Pixmapstatic
create_from_xpm(const Glib::RefPtr< const Drawable >& drawable, Glib::RefPtr< Bitmap >& mask, const Color& transparent_color, const std::string& filename)Gdk::Pixmapstatic
create_from_xpm(const Glib::RefPtr< const Drawable >& drawable, const Glib::RefPtr< Colormap >& colormap, Glib::RefPtr< Bitmap >& mask, const Color& transparent_color, const std::string& filename)Gdk::Pixmapstatic
create_from_xpm(const Glib::RefPtr< const Drawable >& drawable, Glib::RefPtr< Bitmap >& mask, const Color& transparent_color, const char* const* data)Gdk::Pixmapstatic
create_from_xpm(const Glib::RefPtr< const Drawable >& drawable, const Glib::RefPtr< Colormap >& colormap, Glib::RefPtr< Bitmap >& mask, const Color& transparent_color, const char* const* data)Gdk::Pixmapstatic
create_from_xpm(const Glib::RefPtr< Colormap >& colormap, Glib::RefPtr< Bitmap >& mask, const Color& transparent_color, const char* const* data)Gdk::Pixmapstatic
create_from_xpm(const Glib::RefPtr< Colormap >& colormap, Glib::RefPtr< Bitmap >& mask, const char* const* data)Gdk::Pixmapstatic
DestroyNotify typedefGlib::Object
draw_arc(const Glib::RefPtr< const GC >& gc, bool filled, int x, int y, int width, int height, int angle1, int angle2)Gdk::Drawable
draw_drawable(const Glib::RefPtr< const GC >& gc, const Glib::RefPtr< const Drawable >& src, int xsrc, int ysrc, int xdest, int ydest, int width=-1, int height=-1)Gdk::Drawable
draw_glyphs(const Glib::RefPtr< const GC >& gc, const Glib::RefPtr< const Pango::Font >& font, int x, int y, const Pango::GlyphString& glyphs)Gdk::Drawable
draw_gray_image(const Glib::RefPtr< const GC >& gc, int x, int y, int width, int height, RgbDither dith, const guchar* rgb_buf, int rowstride)Gdk::Drawable
draw_image(const Glib::RefPtr< const GC >& gc, const Glib::RefPtr< const Image >& image, int xsrc, int ysrc, int xdest, int ydest, int width=-1, int height=-1)Gdk::Drawable
draw_indexed_image(const Glib::RefPtr< const GC >& gc, int x, int y, int width, int height, RgbDither dith, const guchar* rgb_buf, int rowstride, const RgbCmap& cmap)Gdk::Drawable
draw_layout(const Glib::RefPtr< const GC >& gc, int x, int y, const Glib::RefPtr< const Pango::Layout >& layout)Gdk::Drawable
draw_layout(const Glib::RefPtr< const GC >& gc, int x, int y, const Glib::RefPtr< const Pango::Layout >& layout, const Color& foreground, const Color& background)Gdk::Drawable
draw_layout_line(const Glib::RefPtr< const GC >& gc, int x, int y, const Glib::RefPtr< const Pango::LayoutLine >& line)Gdk::Drawable
draw_layout_line(const Glib::RefPtr< const GC >& gc, int x, int y, const Glib::RefPtr< const Pango::LayoutLine >& line, const Color& foreground, const Color& background)Gdk::Drawable
draw_line(const Glib::RefPtr< const GC >& gc, int x1, int y1, int x2, int y2)Gdk::Drawable
draw_lines(const Glib::RefPtr< const GC >& gc, const Glib::ArrayHandle< Point >& points)Gdk::Drawable
draw_pixbuf(const Glib::RefPtr< const GC >& gc, const Glib::RefPtr< 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)Gdk::Drawable
draw_pixbuf(const Glib::RefPtr< 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)Gdk::Drawable
draw_point(const Glib::RefPtr< const GC >& gc, int x, int y)Gdk::Drawable
draw_points(const Glib::RefPtr< const GC >& gc, const Glib::ArrayHandle< Point >& points)Gdk::Drawable
draw_polygon(const Glib::RefPtr< const GC >& gc, bool filled, const Glib::ArrayHandle< Point >& points)Gdk::Drawable
draw_rectangle(const Glib::RefPtr< const GC >& gc, bool filled, int x, int y, int width, int height)Gdk::Drawable
draw_rgb_32_image(const Glib::RefPtr< const GC >& gc, int x, int y, int width, int height, RgbDither dith, const guchar* rgb_buf, int rowstride)Gdk::Drawable
draw_rgb_32_image_dithalign(const Glib::RefPtr< const GC >& gc, int x, int y, int width, int height, RgbDither dith, const guchar* buf, int rowstride, int xdith, int ydith)Gdk::Drawable
draw_rgb_image(const Glib::RefPtr< const GC >& gc, int x, int y, int width, int height, RgbDither dith, const guchar* rgb_buf, int rowstride)Gdk::Drawable
draw_rgb_image_dithalign(const Glib::RefPtr< const GC >& gc, int x, int y, int width, int height, RgbDither dith, const guchar* rgb_buf, int rowstride, int xdith, int ydith)Gdk::Drawable
draw_segments(const Glib::RefPtr< const GC >& gc, GdkSegment* segs, int nsegs)Gdk::Drawable
Drawable(Drawable&& src) noexceptGdk::Drawable
Drawable()Gdk::Drawableprotected
freeze_notify()Glib::ObjectBase
func_destroy_notify typedefsigc::trackable
get_clip_region() const Gdk::Drawable
get_colormap()Gdk::Drawable
get_data(const QueryQuark &key)Glib::Object
get_depth() const Gdk::Drawable
get_display()Gdk::Drawable
get_display() const Gdk::Drawable
get_image(int x, int y, int width, int height) const Gdk::Drawable
get_property(const Glib::ustring &property_name, PropertyType &value) const Glib::ObjectBase
get_property_value(const Glib::ustring &property_name, Glib::ValueBase &value) const Glib::ObjectBase
get_screen()Gdk::Drawable
get_screen() const Gdk::Drawable
get_size(int& width, int& height)Gdk::Drawable
get_size(int& width, int& height) const Gdk::Drawable
get_type()Gdk::Pixmapstatic
get_visible_region() const Gdk::Drawable
get_visual()Gdk::Drawable
gobj()Gdk::Pixmapinline
gobj() const Gdk::Pixmapinline
gobj_copy()Gdk::Pixmap
Glib::Object::gobj_copy() const Glib::ObjectBase
initialize(GObject *castitem)Glib::ObjectBaseprotected
initialize_move(GObject *castitem, Glib::ObjectBase *previous_wrapper)Glib::ObjectBaseprotected
notify_callbacks()sigc::trackable
Object(const Object &)=deleteGlib::Object
Object(Object &&src) noexceptGlib::Object
Object()Glib::Objectprotected
Object(const Glib::ConstructParams &construct_params)Glib::Objectprotected
Object(GObject *castitem)Glib::Objectprotected
ObjectBase(const ObjectBase &)=deleteGlib::ObjectBase
ObjectBase()Glib::ObjectBaseprotected
ObjectBase(const char *custom_type_name)Glib::ObjectBaseprotected
ObjectBase(const std::type_info &custom_type_info)Glib::ObjectBaseprotected
ObjectBase(ObjectBase &&src) noexceptGlib::ObjectBaseprotected
operator=(Pixmap&& src) noexceptGdk::Pixmap
Gdk::Drawable::operator=(Drawable&& src) noexceptGdk::Drawable
Glib::Object::operator=(const Object &)=deleteGlib::Object
Glib::Object::operator=(Object &&src) noexceptGlib::Object
Glib::ObjectBase::operator=(const ObjectBase &)=deleteGlib::ObjectBase
Glib::ObjectBase::operator=(ObjectBase &&src) noexceptGlib::ObjectBaseprotected
sigc::trackable::operator=(const trackable &src)sigc::trackable
sigc::trackable::operator=(trackable &&src)sigc::trackable
Pixmap(Pixmap&& src) noexceptGdk::Pixmap
Pixmap()Gdk::Pixmapprotected
Pixmap(const Glib::RefPtr< Drawable >& drawable, int width, int height, int depth=-1)Gdk::Pixmapprotected
Pixmap(const Glib::RefPtr< Drawable >& drawable, const char* data, int width, int height, int depth, const Color& fg, const Color& bg)Gdk::Pixmapprotected
Pixmap(const Glib::RefPtr< Display >& display, NativeWindow anid)Gdk::Pixmapprotected
reference() const Glib::ObjectBasevirtual
remove_data(const QueryQuark &quark)Glib::Object
remove_destroy_notify_callback(void *data) const sigc::trackable
set_colormap(const Glib::RefPtr< Colormap >& colormap)Gdk::Drawable
set_data(const Quark &key, void *data)Glib::Object
set_data(const Quark &key, void *data, DestroyNotify notify)Glib::Object
set_property(const Glib::ustring &property_name, const PropertyType &value)Glib::ObjectBase
set_property_value(const Glib::ustring &property_name, const Glib::ValueBase &value)Glib::ObjectBase
steal_data(const QueryQuark &quark)Glib::Object
thaw_notify()Glib::ObjectBase
trackable() noexceptsigc::trackable
trackable(const trackable &src) noexceptsigc::trackable
trackable(trackable &&src)sigc::trackable
unreference() const Glib::ObjectBasevirtual
wrap(GdkPixmapObject* object, bool take_copy=false)Gdk::Pixmaprelated
Gdk::Drawable::wrap(GdkDrawable* object, bool take_copy=false)Gdk::Drawablerelated
Glib::Object::wrap(GObject *object, bool take_copy=false)Glib::Object
~Drawable() noexceptoverrideGdk::Drawable
~Object() noexceptoverrideGlib::Objectprotected
~ObjectBase() noexcept=0Glib::ObjectBaseprotectedpure virtual
~Pixmap() noexceptoverrideGdk::Pixmap
~trackable()sigc::trackable