Ardour
9.0-pre0-582-g084a23a80d
|
This is the complete list of members for Gdk::Drawable, including all inherited members.
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() | Gdk::Drawable | static |
create_cairo_context() | Gdk::Drawable | |
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 n_segs) | Gdk::Drawable | |
Drawable() | Gdk::Drawable | protected |
get_clip_region() const | Gdk::Drawable | |
get_colormap() | Gdk::Drawable | |
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_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() G_GNUC_CONST | Gdk::Drawable | static |
get_visible_region() const | Gdk::Drawable | |
get_visual() | Gdk::Drawable | |
gobj() | Gdk::Drawable | inline |
gobj() const | Gdk::Drawable | inline |
gobj_copy() | Gdk::Drawable | |
set_colormap(const Glib::RefPtr< Colormap > &colormap) | Gdk::Drawable | |
wrap(GdkDrawable *object, bool take_copy=false) | Gdk::Drawable | related |
~Drawable() | Gdk::Drawable | virtual |