gtkmm 4.16.0
|
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>
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) | |
Related Symbols inherited from Gtk::TreeModelColumnBase | |
bool | operator== (const TreeModelColumnBase &lhs, const TreeModelColumnBase &rhs) |
bool | operator!= (const TreeModelColumnBase &lhs, const TreeModelColumnBase &rhs) |
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.
typedef T Gtk::TreeModelColumn< T >::ElementType |
typedef Glib::Value<T> Gtk::TreeModelColumn< T >::ValueType |
|
inline |