1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>gtkmm: Gtk::TreeModelColumn< T > Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="namespaceGtk.html">Gtk</a>::<a class="el" href="classGtk_1_1TreeModelColumn.html">TreeModelColumn</a>
</div>
</div>
<div class="contents">
<h1>Gtk::TreeModelColumn< T > Class Template Reference<br/>
<small>
[<a class="el" href="group__TreeView.html">TreeView Classes</a>]</small>
</h1><!-- doxytag: class="Gtk::TreeModelColumn" --><!-- doxytag: inherits="Gtk::TreeModelColumnBase" -->
<p>A <a class="el" href="classGtk_1_1TreeModelColumn.html" title="A Gtk::TreeModelColumn describes the C++ type of the data in a model column, and...">Gtk::TreeModelColumn</a> describes the C++ type of the data in a model column, and identifies that column in the model. <a href="#_details">More...</a></p>
<p>Inherits <a class="el" href="classGtk_1_1TreeModelColumnBase.html">Gtk::TreeModelColumnBase</a>.</p>
<div class="dynheader">
Collaboration diagram for Gtk::TreeModelColumn< T >:</div>
<div class="dynsection">
<div class="center"><img src="classGtk_1_1TreeModelColumn__coll__graph.png" border="0" usemap="#Gtk_1_1TreeModelColumn_3_01T_01_4_coll__map" alt="Collaboration graph"/></div>
<map name="Gtk_1_1TreeModelColumn_3_01T_01_4_coll__map" id="Gtk_1_1TreeModelColumn_3_01T_01_4_coll__map">
<area shape="rect" href="classGtk_1_1TreeModelColumnBase.html" title="Base class of TreeModelColumn templates." alt="" coords="7,5,191,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classGtk_1_1TreeModelColumn-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef T </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1TreeModelColumn.html#a548b32f98d1fb957559ebc4c709b8b3f">ElementType</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Value.html">Glib::Value</a>< T > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1TreeModelColumn.html#a769fbaa0f9fd6a4c921ebb61720ed294">ValueType</a></td></tr>
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1TreeModelColumn.html#a52cf4894a268461a6bb4b26f913874e5">TreeModelColumn</a> ()</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<h3>template <class T><br/>
class Gtk::TreeModelColumn< T ></h3>
<p>A <a class="el" href="classGtk_1_1TreeModelColumn.html" title="A Gtk::TreeModelColumn describes the C++ type of the data in a model column, and...">Gtk::TreeModelColumn</a> describes the C++ type of the data in a model column, and identifies that column in the model. </p>
<p>See <a class="el" href="classGtk_1_1TreeModelColumnRecord.html">Gtk::TreeModel::Columns</a> for a usage example. </p>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a548b32f98d1fb957559ebc4c709b8b3f"></a><!-- doxytag: member="Gtk::TreeModelColumn::ElementType" ref="a548b32f98d1fb957559ebc4c709b8b3f" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template <class T> </div>
<table class="memname">
<tr>
<td class="memname">typedef T <a class="el" href="classGtk_1_1TreeModelColumn.html">Gtk::TreeModelColumn</a>< T >::<a class="el" href="classGtk_1_1TreeModelColumn.html#a548b32f98d1fb957559ebc4c709b8b3f">ElementType</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a769fbaa0f9fd6a4c921ebb61720ed294"></a><!-- doxytag: member="Gtk::TreeModelColumn::ValueType" ref="a769fbaa0f9fd6a4c921ebb61720ed294" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template <class T> </div>
<table class="memname">
<tr>
<td class="memname">typedef <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Value.html">Glib::Value</a><T> <a class="el" href="classGtk_1_1TreeModelColumn.html">Gtk::TreeModelColumn</a>< T >::<a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Value.html">ValueType</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="a52cf4894a268461a6bb4b26f913874e5"></a><!-- doxytag: member="Gtk::TreeModelColumn::TreeModelColumn" ref="a52cf4894a268461a6bb4b26f913874e5" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template <class T> </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1TreeModelColumn.html">Gtk::TreeModelColumn</a>< T >::<a class="el" href="classGtk_1_1TreeModelColumn.html">TreeModelColumn</a> </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>gtkmm/treemodelcolumn.h</li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Tue May 4 13:22:11 2010 for gtkmm by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|