gtkmm 3.24.10
Glib::Value<::Cairo::RefPtr<::Cairo::Surface > > Class Reference

Specialization of Glib::Value<> for Cairo::RefPtr<Cairo::Surface>. More...

#include <gtkmm/cellrendererpixbuf.h>

Inheritance diagram for Glib::Value<::Cairo::RefPtr<::Cairo::Surface > >:

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
Public Member Functions inherited from Glib::ValueBase
 ValueBase ()
 ValueBase (const ValueBase &other)
ValueBaseoperator= (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 Public Member Functions inherited from Glib::ValueBase_Boxed
static GType value_type ()

Additional Inherited Members

Protected Member Functions inherited from Glib::ValueBase_Boxed
void set_boxed (const void *data)
void * get_boxed () const
Protected Attributes inherited from Glib::ValueBase
GValue gobject_

Detailed Description

Specialization of Glib::Value<> for Cairo::RefPtr<Cairo::Surface>.

Needed for Gtk::CellRendererPixbuf::property_surface().

Member Typedef Documentation

◆ CppType

using Glib::Value<::Cairo::RefPtr<::Cairo::Surface > >::CppType = ::Cairo::RefPtr<T>

◆ CType

using Glib::Value<::Cairo::RefPtr<::Cairo::Surface > >::CType = T::cobject

◆ T

using Glib::Value<::Cairo::RefPtr<::Cairo::Surface > >::T = ::Cairo::Surface

Member Function Documentation

◆ get()

CppType Glib::Value<::Cairo::RefPtr<::Cairo::Surface > >::get ( ) const
inline

◆ set()

void Glib::Value<::Cairo::RefPtr<::Cairo::Surface > >::set ( const CppType & data)
inline

◆ value_type()

GType Glib::Value<::Cairo::RefPtr<::Cairo::Surface > >::value_type ( )
inlinestatic