gtkmm
2.24.4
|
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::Bitmap | protected |
Bitmap(const Glib::RefPtr< Gdk::Drawable >& drawable, const char* data, int width, int height) | Gdk::Bitmap | protected |
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::Bitmap | static |
create(const Glib::RefPtr< Gdk::Drawable >& drawable, const char* data, int width, int height) | Gdk::Bitmap | static |
Gdk::Pixmap::create(const Glib::RefPtr< Drawable >& drawable, int width, int height, int depth=-1) | Gdk::Pixmap | static |
Gdk::Pixmap::create(const Glib::RefPtr< Drawable >& drawable, const char* data, int width, int height, int depth, const Color& fg, const Color& bg) | Gdk::Pixmap | static |
Gdk::Pixmap::create(const Glib::RefPtr< Display >& display, NativeWindow anid) | Gdk::Pixmap | static |
Gdk::Drawable::create() | Gdk::Drawable | static |
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::Pixmap | static |
create_from_xpm(const Glib::RefPtr< const Drawable >& drawable, const Color& transparent_color, const std::string& filename) | Gdk::Pixmap | static |
create_from_xpm(const Glib::RefPtr< const Drawable >& drawable, Glib::RefPtr< Bitmap >& mask, const Color& transparent_color, const std::string& filename) | Gdk::Pixmap | static |
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::Pixmap | static |
create_from_xpm(const Glib::RefPtr< const Drawable >& drawable, Glib::RefPtr< Bitmap >& mask, const Color& transparent_color, const char* const* data) | Gdk::Pixmap | static |
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::Pixmap | static |
create_from_xpm(const Glib::RefPtr< Colormap >& colormap, Glib::RefPtr< Bitmap >& mask, const Color& transparent_color, const char* const* data) | Gdk::Pixmap | static |
create_from_xpm(const Glib::RefPtr< Colormap >& colormap, Glib::RefPtr< Bitmap >& mask, const char* const* data) | Gdk::Pixmap | static |
DestroyNotify typedef | Glib::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) noexcept | Gdk::Drawable | |
Drawable() | Gdk::Drawable | protected |
freeze_notify() | Glib::ObjectBase | |
func_destroy_notify typedef | sigc::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::Pixmap | static |
get_visible_region() const | Gdk::Drawable | |
get_visual() | Gdk::Drawable | |
gobj() | Gdk::Pixmap | inline |
gobj() const | Gdk::Pixmap | inline |
gobj_copy() | Gdk::Pixmap | |
Glib::Object::gobj_copy() const | Glib::ObjectBase | |
initialize(GObject *castitem) | Glib::ObjectBase | protected |
initialize_move(GObject *castitem, Glib::ObjectBase *previous_wrapper) | Glib::ObjectBase | protected |
notify_callbacks() | sigc::trackable | |
Object(const Object &)=delete | Glib::Object | |
Object(Object &&src) noexcept | Glib::Object | |
Object() | Glib::Object | protected |
Object(const Glib::ConstructParams &construct_params) | Glib::Object | protected |
Object(GObject *castitem) | Glib::Object | protected |
ObjectBase(const ObjectBase &)=delete | Glib::ObjectBase | |
ObjectBase() | Glib::ObjectBase | protected |
ObjectBase(const char *custom_type_name) | Glib::ObjectBase | protected |
ObjectBase(const std::type_info &custom_type_info) | Glib::ObjectBase | protected |
ObjectBase(ObjectBase &&src) noexcept | Glib::ObjectBase | protected |
operator=(Pixmap&& src) noexcept | Gdk::Pixmap | |
Gdk::Drawable::operator=(Drawable&& src) noexcept | Gdk::Drawable | |
Glib::Object::operator=(const Object &)=delete | Glib::Object | |
Glib::Object::operator=(Object &&src) noexcept | Glib::Object | |
Glib::ObjectBase::operator=(const ObjectBase &)=delete | Glib::ObjectBase | |
Glib::ObjectBase::operator=(ObjectBase &&src) noexcept | Glib::ObjectBase | protected |
sigc::trackable::operator=(const trackable &src) | sigc::trackable | |
sigc::trackable::operator=(trackable &&src) | sigc::trackable | |
Pixmap(Pixmap&& src) noexcept | Gdk::Pixmap | |
Pixmap() | Gdk::Pixmap | protected |
Pixmap(const Glib::RefPtr< Drawable >& drawable, int width, int height, int depth=-1) | Gdk::Pixmap | protected |
Pixmap(const Glib::RefPtr< Drawable >& drawable, const char* data, int width, int height, int depth, const Color& fg, const Color& bg) | Gdk::Pixmap | protected |
Pixmap(const Glib::RefPtr< Display >& display, NativeWindow anid) | Gdk::Pixmap | protected |
reference() const | Glib::ObjectBase | virtual |
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() noexcept | sigc::trackable | |
trackable(const trackable &src) noexcept | sigc::trackable | |
trackable(trackable &&src) | sigc::trackable | |
unreference() const | Glib::ObjectBase | virtual |
wrap(GdkPixmapObject* object, bool take_copy=false) | Gdk::Pixmap | related |
Gdk::Drawable::wrap(GdkDrawable* object, bool take_copy=false) | Gdk::Drawable | related |
Glib::Object::wrap(GObject *object, bool take_copy=false) | Glib::Object | |
~Drawable() noexceptoverride | Gdk::Drawable | |
~Object() noexceptoverride | Glib::Object | protected |
~ObjectBase() noexcept=0 | Glib::ObjectBase | protectedpure virtual |
~Pixmap() noexceptoverride | Gdk::Pixmap | |
~trackable() | sigc::trackable |