gtkmm: Gtk::TreeModelColumn< T > Class Template Reference

A Gtk::TreeModelColumn describes the C++ type of the data in a model column, and identifies that column in the model. More...

#include <gtkmm/treemodelcolumn.h>

Inheritance diagram for Gtk::TreeModelColumn< T >:

Public Types

typedef T ElementType
 
typedef Glib::Value< T > ValueType
 

Public Member Functions

 TreeModelColumn ()
 
- Public Member Functions inherited from Gtk::TreeModelColumnBase
GType type () const
 
int index () const
 

Additional Inherited Members

- Protected Member Functions inherited from Gtk::TreeModelColumnBase
 TreeModelColumnBase (GType g_type)
 

Detailed Description

template<class T>

class Gtk::TreeModelColumn< T >

A Gtk::TreeModelColumn describes the C++ type of the data in a model column, and identifies that column in the model.

See Gtk::TreeModel::Columns for a usage example.

Member Typedef Documentation

template <class T>
typedef T Gtk::TreeModelColumn< T >::ElementType
template <class T>
typedef Glib::Value<T> Gtk::TreeModelColumn< T >::ValueType

Constructor & Destructor Documentation

template <class T>
Gtk::TreeModelColumn< T >::TreeModelColumn ( )
inline