gtkmm 4.17.0
|
Specialization of Glib::Value<> for Cairo::RefPtr<Cairo::Region> and Cairo::RefPtr<Cairo::Surface>. More...
#include <gdkmm/value_cairo.h>
Public Types | |
using | CppType = ::Cairo::RefPtr< T > |
using | CType = typename 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::Region> and Cairo::RefPtr<Cairo::Surface>.
using Glib::Value<::Cairo::RefPtr< T >, typename std::enable_if< std::is_base_of<::Cairo::Region, T >::value||std::is_base_of<::Cairo::Surface, T >::value >::type >::CppType = ::Cairo::RefPtr<T> |
using Glib::Value<::Cairo::RefPtr< T >, typename std::enable_if< std::is_base_of<::Cairo::Region, T >::value||std::is_base_of<::Cairo::Surface, T >::value >::type >::CType = typename T::cobject |
|
inline |
|
inline |
|
inlinestatic |