gtkmm 3.24.7
|
Specialization of Glib::Value<> for Cairo::RefPtr<Cairo::Surface>. More...
#include <gtkmm/cellrendererpixbuf.h>
Public Types | |
using | T = ::Cairo::Surface |
using | CppType = ::Cairo::RefPtr< T > |
using | CType = T::cobject |
Public Member Functions | |
void | set (const CppType &data) |
CppType | get () const |
![]() | |
ValueBase () | |
ValueBase (const ValueBase &other) | |
ValueBase & | operator= (const ValueBase &other) |
~ValueBase () noexcept | |
void | init (GType type) |
void | init (const GValue *value) |
void | reset () |
GValue * | gobj () |
const GValue * | gobj () const |
Static Public Member Functions | |
static GType | value_type () |
![]() | |
static GType | value_type () |
Additional Inherited Members | |
![]() | |
void | set_boxed (const void *data) |
void * | get_boxed () const |
![]() | |
GValue | gobject_ |
Specialization of Glib::Value<> for Cairo::RefPtr<Cairo::Surface>.
Needed for Gtk::CellRendererPixbuf::property_surface().
using Glib::Value<::Cairo::RefPtr<::Cairo::Surface > >::CppType = ::Cairo::RefPtr<T> |
using Glib::Value<::Cairo::RefPtr<::Cairo::Surface > >::CType = T::cobject |
using Glib::Value<::Cairo::RefPtr<::Cairo::Surface > >::T = ::Cairo::Surface |
|
inline |
|
inline |
|
inlinestatic |