gtkmm: Glib::Value< RefPtr< Gtk::Expression< T > > > Class Template Reference

#include <gtkmm/expression.h>

Inheritance diagram for Glib::Value< RefPtr< Gtk::Expression< T > > >:

Public Types

using CppType = RefPtr< Gtk::Expression< T >>
 

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 ()
 

Additional Inherited Members

- Protected Attributes inherited from Glib::ValueBase
GValue gobject_
 

Member Typedef Documentation

template <class T >
using Glib::Value< RefPtr< Gtk::Expression< T > > >::CppType = RefPtr<Gtk::Expression<T>>

Member Function Documentation

template <class T >
Value< RefPtr< Gtk::Expression< T > > >::CppType Glib::Value< RefPtr< Gtk::Expression< T > > >::get ( ) const
template <class T >
void Glib::Value< RefPtr< Gtk::Expression< T > > >::set ( const CppType data)
template <class T >
GType Glib::Value< RefPtr< Gtk::Expression< T > > >::value_type ( )
static