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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>gtkmm 2.4: Gtk::TreeValueProxy< ColumnType > Class Template Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
<td width="10%" height="40"><img src="../../images/gtkmm_logo.gif" alt="logo" border="0" width="100%" height="100%"/></td>
<td width="90%" height="40"><img src="../../images/top.gif" alt="top" width="100%" height="40"/></td>
</tr>
</table>
<center>
<a class="qindex" href="../../index.html">Main Page</a>
<a href="group__Widgets.html">Widgets</a>
<a class="qindex" href="namespaces.html"> Namespaces</a>
<a href="../../tutorial/html/index.html"> Book</a>
</center>
<hr width="100%"/>
<!-- begin main content -->
<div id="content">
<!-- Generated by Doxygen 1.5.1 -->
<div class="nav">
<a class="el" href="namespaceGtk.html">Gtk</a>::<a class="el" href="classGtk_1_1TreeValueProxy.html">TreeValueProxy</a></div>
<h1>Gtk::TreeValueProxy< ColumnType > Class Template Reference</h1><!-- doxytag: class="Gtk::TreeValueProxy" --><a href="classGtk_1_1TreeValueProxy-members.html">List of all members.</a><h3>template<class ColumnType><br>
class Gtk::TreeValueProxy< ColumnType ></h3>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1TreeValueProxy.html#0c13d3895704317645474dd13a162dde">operator ColumnType</a> () const</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classGtk_1_1TreeValueProxy.html">TreeValueProxy</a><ColumnType>& </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1TreeValueProxy.html#0831bccd3eab22c3fe6966b5ad4b2916">operator=</a> (const ColumnType& data)</td></tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="0c13d3895704317645474dd13a162dde"></a><!-- doxytag: member="Gtk::TreeValueProxy::operator ColumnType" ref="0c13d3895704317645474dd13a162dde" args="() const" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template <class ColumnType> </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1TreeValueProxy.html">Gtk::TreeValueProxy</a><ColumnType>::operator ColumnType </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="0831bccd3eab22c3fe6966b5ad4b2916"></a><!-- doxytag: member="Gtk::TreeValueProxy::operator=" ref="0831bccd3eab22c3fe6966b5ad4b2916" args="(const ColumnType &data)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template <class ColumnType> </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1TreeValueProxy.html">TreeValueProxy</a><ColumnType>& <a class="el" href="classGtk_1_1TreeValueProxy.html">Gtk::TreeValueProxy</a><ColumnType>::operator= </td>
<td>(</td>
<td class="paramtype">const ColumnType & </td>
<td class="paramname"> <em>data</em> </td>
<td> ) </td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="treeiter_8h.html">treeiter.h</a></ul>
</div>
<!-- end main content -->
<hr><address><small>
Generated for gtkmm 2.4 by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.5.1 © 1997-2001</small></address>
</body>
</html>
|