Ardour  8.7-14-g57a6773833
Gtk::TreeModelColumn< T > Class Template Reference

#include <treemodelcolumn.h>

Inheritance diagram for Gtk::TreeModelColumn< T >:
[legend]

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 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.

Definition at line 128 of file treemodelcolumn.h.

Member Typedef Documentation

◆ ElementType

template<class T >
typedef T Gtk::TreeModelColumn< T >::ElementType

Definition at line 131 of file treemodelcolumn.h.

◆ ValueType

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

Definition at line 132 of file treemodelcolumn.h.

Constructor & Destructor Documentation

◆ TreeModelColumn()

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

Definition at line 134 of file treemodelcolumn.h.


The documentation for this class was generated from the following file: