|
Public Member Functions |
virtual | ~Pixmap () |
GdkGLPixmap * | gobj () |
const GdkGLPixmap * | gobj () const |
GdkGLPixmap * | gobj_copy () |
Glib::RefPtr< Gdk::Pixmap > | get_pixmap () |
| Returns the Gdk::Pixmap associated with glpixmap .
|
Glib::RefPtr< const Gdk::Pixmap > | get_pixmap () const |
| Returns the Gdk::Pixmap associated with glpixmap .
|
Static Public Member Functions |
Glib::RefPtr< Pixmap > | create (const Glib::RefPtr< const Config > &glconfig, const Glib::RefPtr< const Gdk::Pixmap > &pixmap, const int *attrib_list) |
Glib::RefPtr< Pixmap > | set_gl_capability (const Glib::RefPtr< Gdk::Pixmap > &pixmap, const Glib::RefPtr< const Config > &glconfig, const int *attrib_list=0) |
| Set the OpenGL-capability to the pixmap .
|
void | unset_gl_capability (const Glib::RefPtr< Gdk::Pixmap > &pixmap) |
| Unset the OpenGL-capability of the pixmap .
|
bool | is_gl_capable (const Glib::RefPtr< const Gdk::Pixmap > &pixmap) |
| Returns whether the pixmap is OpenGL-capable.
|
Glib::RefPtr< Pixmap > | get_gl_pixmap (const Glib::RefPtr< const Gdk::Pixmap > &pixmap) |
| Returns the Gdk::GLPixmap held by the pixmap .
|
Glib::RefPtr< Gdk::GL::Drawable > | get_gl_drawable (const Glib::RefPtr< const Gdk::Pixmap > &pixmap) |
Protected Member Functions |
| Pixmap (const Glib::RefPtr< const Config > &glconfig, const Glib::RefPtr< const Gdk::Pixmap > &pixmap, const int *attrib_list=0) |
Related Functions |
(Note that these are not member functions.)
|
Glib::RefPtr< Gdk::GL::Pixmap > | wrap (GdkGLPixmap *object, bool take_copy=false) |