Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 7edde9f7802946eb105dbcdda3d57c32 > files > 673

gnome-chemistry-utils-devel-0.14.8-6.mga5.i586.rpm

<!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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>The Gnome Chemistry Utils: window.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">The Gnome Chemistry Utils
   &#160;<span id="projectnumber">0.14.8</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_6719ab1f1f7655efc2fa43f7eb574fd1.html">libs</a></li><li class="navelem"><a class="el" href="dir_69c622b84a81aca1ad0f892f4a5e46bf.html">gcp</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">gcp/window.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="gcp_2window_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment"> * GChemPaint library</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * window.h</span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * Copyright (C) 2006-2011 Jean Bréfort &lt;jean.brefort@normalesup.org&gt;</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * This program is free software; you can redistribute it and/or</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * modify it under the terms of the GNU General Public License as</span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * published by the Free Software Foundation; either version 3 of the</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * License, or (at your option) any later version.</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * This program is distributed in the hope that it will be useful,</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> * GNU General Public License for more details.</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * You should have received a copy of the GNU General Public License</span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * along with this program; if not, write to the Free Software</span></div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301</span></div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * USA</span></div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;</div>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;</div>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#ifndef GCP_WINDOW_H</span></div>
<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define GCP_WINDOW_H</span></div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="target_8h.html">target.h</a>&quot;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &lt;gtk/gtk.h&gt;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;</div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="keyword">namespace </span>gcugtk {</div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="keyword">class </span>UIManager;</div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;}</div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;</div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="keyword">namespace </span>gcp {</div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;</div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="keyword">class </span>Application;</div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="keyword">class </span>Document;</div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classgcp_1_1Window.html">   45</a></span>&#160;<span class="keyword">class </span><a class="code" href="classgcp_1_1Window.html">Window</a>: <span class="keyword">public</span> <a class="code" href="classgcp_1_1Target.html">Target</a></div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;{</div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="keyword">friend</span> <span class="keyword">class </span>WindowPrivate;</div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;        <a class="code" href="classgcu_1_1Window.html#a103f1504b2c6d457f5be303a02012c57">Window</a> (<a class="code" href="classgcp_1_1Application.html">gcp::Application</a> *app, <span class="keywordtype">char</span> <span class="keyword">const</span> *theme = NULL, <span class="keywordtype">char</span> <span class="keyword">const</span> *extra_ui = NULL) <span class="keywordflow">throw</span> (std::runtime_error);</div>
<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;        <span class="keyword">virtual</span> <a class="code" href="classgcp_1_1Window.html#a52f3eca50f14b6c624b2511e137d3ebd">~Window</a> ();</div>
<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;</div>
<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#ac4b6971c8bb7317cf930b37058ddee31">OnFileNew</a> ();</div>
<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#ab0303f5de92da78c4174bf1415bfa837">OnFileOpen</a> ();</div>
<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#afd7192216f95a4b1c55de79c6009e91f">OnProperties</a> ();</div>
<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#a3cb54da9f3821b18c53586d2e813afa4">SetActive</a> (<a class="code" href="classgcp_1_1Document.html">gcp::Document</a>* pDoc, GtkWidget* w);</div>
<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#a0b2a2ec2e0757e30e6a4e777de7ffb4b">OnUndo</a> ();</div>
<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#a6b71fbd4201753f1193c5544f03405e0">OnRedo</a> ();</div>
<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#aba6136eb1c7e000b629c203968cdb37b">OnSelectAll</a> ();</div>
<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#a952365160d72dab12189ff7a8b6c85ac">OnPasteSelection</a> ();</div>
<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#a969f9157fbefbe65bebdaed706bf6823">OnCutSelection</a> ();</div>
<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#a36be549aa33ac0c23bd07c6583156167">OnCopySelection</a> ();</div>
<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#a862f5121a0b83b648d4949d776d2d05e">OnDeleteSelection</a> ();</div>
<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#aafffb7d59ed17fa054487f3c01965834">OnPreferences</a> ();</div>
<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#a2ed383c49120261e0bb63ccec51dd98c">Zoom</a> (<span class="keywordtype">double</span> zoom);</div>
<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#a21f3add46195df098fc0ada2e530c842">ClearStatus</a> ();</div>
<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#a13ca4248394758f683c49fd9fb900f6e">SetStatusText</a> (<span class="keyword">const</span> <span class="keywordtype">char</span>* text);</div>
<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#a75fbc6502012e4592d403f5a7d8bc9c0">Show</a> ();</div>
<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;        <span class="keywordtype">bool</span> <a class="code" href="classgcp_1_1Window.html#a4c387b534d265ada916e931588710403">OnKeyPressed</a> (GtkWidget* widget, GdkEventKey* ev);</div>
<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;        <span class="keywordtype">bool</span> <a class="code" href="classgcp_1_1Window.html#a1c1f676f919ae47e76144f4189fd12e4">OnKeyReleased</a> (GtkWidget* widget, GdkEventKey* ev);</div>
<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;        <span class="keywordtype">bool</span> <a class="code" href="classgcp_1_1Window.html#ad6f0e3476234dde80dad56d4acfb0948">Close</a> ();</div>
<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;</div>
<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#ab458e59be24625d20d11bfefcf17dae7">OnSave</a> ();</div>
<div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">char</span> <span class="keyword">const</span> *<a class="code" href="classgcp_1_1Window.html#ae043987a0b5b13e33e14e70e630bb208">GetDefaultTitle</a> ();</div>
<div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;</div>
<div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#a06d6d9215244d18cec6db8207fed3d31">Destroy</a> ();</div>
<div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#a0f7352d2427e5036da2dbfa496b79aec">SetTitle</a> (<span class="keywordtype">char</span> <span class="keyword">const</span> *title);</div>
<div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;        <span class="keywordtype">bool</span> <a class="code" href="classgcp_1_1Window.html#ab5f81362016b1dd11124e4850ae867dc">VerifySaved</a> ();</div>
<div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classgcp_1_1Window.html#a961222fb28000f88251c031af6f5c5e2">OnPageSetup</a> ();</div>
<div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;</div>
<div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;        GtkWidget* m_Bar;       <span class="comment">//GtkStatusBar</span></div>
<div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;        <span class="keywordtype">unsigned</span> m_statusId;</div>
<div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;        <span class="keywordtype">unsigned</span> m_MessageId; <span class="comment">//currently displayed message in the status bar</span></div>
<div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;};</div>
<div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;</div>
<div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;}       <span class="comment">// namespace gcp</span></div>
<div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;</div>
<div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;<span class="preprocessor">#endif  //      GCP_WINDOW_H</span></div>
<div class="ttc" id="classgcp_1_1Window_html_ab458e59be24625d20d11bfefcf17dae7"><div class="ttname"><a href="classgcp_1_1Window.html#ab458e59be24625d20d11bfefcf17dae7">gcp::Window::OnSave</a></div><div class="ttdeci">virtual void OnSave()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_a0f7352d2427e5036da2dbfa496b79aec"><div class="ttname"><a href="classgcp_1_1Window.html#a0f7352d2427e5036da2dbfa496b79aec">gcp::Window::SetTitle</a></div><div class="ttdeci">void SetTitle(char const *title)</div></div>
<div class="ttc" id="classgcp_1_1Window_html"><div class="ttname"><a href="classgcp_1_1Window.html">gcp::Window</a></div><div class="ttdef"><b>Definition:</b> <a href="gcp_2window_8h_source.html#l00045">gcp/window.h:45</a></div></div>
<div class="ttc" id="classgcp_1_1Window_html_aafffb7d59ed17fa054487f3c01965834"><div class="ttname"><a href="classgcp_1_1Window.html#aafffb7d59ed17fa054487f3c01965834">gcp::Window::OnPreferences</a></div><div class="ttdeci">void OnPreferences()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_a21f3add46195df098fc0ada2e530c842"><div class="ttname"><a href="classgcp_1_1Window.html#a21f3add46195df098fc0ada2e530c842">gcp::Window::ClearStatus</a></div><div class="ttdeci">void ClearStatus()</div></div>
<div class="ttc" id="classgcu_1_1Window_html_a103f1504b2c6d457f5be303a02012c57"><div class="ttname"><a href="classgcu_1_1Window.html#a103f1504b2c6d457f5be303a02012c57">gcu::Window::Window</a></div><div class="ttdeci">Window()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_a3cb54da9f3821b18c53586d2e813afa4"><div class="ttname"><a href="classgcp_1_1Window.html#a3cb54da9f3821b18c53586d2e813afa4">gcp::Window::SetActive</a></div><div class="ttdeci">void SetActive(gcp::Document *pDoc, GtkWidget *w)</div></div>
<div class="ttc" id="classgcp_1_1Window_html_a0b2a2ec2e0757e30e6a4e777de7ffb4b"><div class="ttname"><a href="classgcp_1_1Window.html#a0b2a2ec2e0757e30e6a4e777de7ffb4b">gcp::Window::OnUndo</a></div><div class="ttdeci">void OnUndo()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_ae043987a0b5b13e33e14e70e630bb208"><div class="ttname"><a href="classgcp_1_1Window.html#ae043987a0b5b13e33e14e70e630bb208">gcp::Window::GetDefaultTitle</a></div><div class="ttdeci">virtual char const * GetDefaultTitle()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_ac4b6971c8bb7317cf930b37058ddee31"><div class="ttname"><a href="classgcp_1_1Window.html#ac4b6971c8bb7317cf930b37058ddee31">gcp::Window::OnFileNew</a></div><div class="ttdeci">void OnFileNew()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_ab0303f5de92da78c4174bf1415bfa837"><div class="ttname"><a href="classgcp_1_1Window.html#ab0303f5de92da78c4174bf1415bfa837">gcp::Window::OnFileOpen</a></div><div class="ttdeci">void OnFileOpen()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_ad6f0e3476234dde80dad56d4acfb0948"><div class="ttname"><a href="classgcp_1_1Window.html#ad6f0e3476234dde80dad56d4acfb0948">gcp::Window::Close</a></div><div class="ttdeci">bool Close()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_a06d6d9215244d18cec6db8207fed3d31"><div class="ttname"><a href="classgcp_1_1Window.html#a06d6d9215244d18cec6db8207fed3d31">gcp::Window::Destroy</a></div><div class="ttdeci">void Destroy()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_a2ed383c49120261e0bb63ccec51dd98c"><div class="ttname"><a href="classgcp_1_1Window.html#a2ed383c49120261e0bb63ccec51dd98c">gcp::Window::Zoom</a></div><div class="ttdeci">void Zoom(double zoom)</div></div>
<div class="ttc" id="classgcp_1_1Target_html"><div class="ttname"><a href="classgcp_1_1Target.html">gcp::Target</a></div><div class="ttdef"><b>Definition:</b> <a href="target_8h_source.html#l00045">target.h:45</a></div></div>
<div class="ttc" id="classgcp_1_1Window_html_a13ca4248394758f683c49fd9fb900f6e"><div class="ttname"><a href="classgcp_1_1Window.html#a13ca4248394758f683c49fd9fb900f6e">gcp::Window::SetStatusText</a></div><div class="ttdeci">void SetStatusText(const char *text)</div></div>
<div class="ttc" id="classgcp_1_1Window_html_a6b71fbd4201753f1193c5544f03405e0"><div class="ttname"><a href="classgcp_1_1Window.html#a6b71fbd4201753f1193c5544f03405e0">gcp::Window::OnRedo</a></div><div class="ttdeci">void OnRedo()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_afd7192216f95a4b1c55de79c6009e91f"><div class="ttname"><a href="classgcp_1_1Window.html#afd7192216f95a4b1c55de79c6009e91f">gcp::Window::OnProperties</a></div><div class="ttdeci">void OnProperties()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_a75fbc6502012e4592d403f5a7d8bc9c0"><div class="ttname"><a href="classgcp_1_1Window.html#a75fbc6502012e4592d403f5a7d8bc9c0">gcp::Window::Show</a></div><div class="ttdeci">void Show()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_a36be549aa33ac0c23bd07c6583156167"><div class="ttname"><a href="classgcp_1_1Window.html#a36be549aa33ac0c23bd07c6583156167">gcp::Window::OnCopySelection</a></div><div class="ttdeci">void OnCopySelection()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_a952365160d72dab12189ff7a8b6c85ac"><div class="ttname"><a href="classgcp_1_1Window.html#a952365160d72dab12189ff7a8b6c85ac">gcp::Window::OnPasteSelection</a></div><div class="ttdeci">void OnPasteSelection()</div></div>
<div class="ttc" id="classgcp_1_1Document_html"><div class="ttname"><a href="classgcp_1_1Document.html">gcp::Document</a></div><div class="ttdef"><b>Definition:</b> <a href="gcp_2document_8h_source.html#l00078">gcp/document.h:78</a></div></div>
<div class="ttc" id="classgcp_1_1Window_html_a52f3eca50f14b6c624b2511e137d3ebd"><div class="ttname"><a href="classgcp_1_1Window.html#a52f3eca50f14b6c624b2511e137d3ebd">gcp::Window::~Window</a></div><div class="ttdeci">virtual ~Window()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_aba6136eb1c7e000b629c203968cdb37b"><div class="ttname"><a href="classgcp_1_1Window.html#aba6136eb1c7e000b629c203968cdb37b">gcp::Window::OnSelectAll</a></div><div class="ttdeci">void OnSelectAll()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_a4c387b534d265ada916e931588710403"><div class="ttname"><a href="classgcp_1_1Window.html#a4c387b534d265ada916e931588710403">gcp::Window::OnKeyPressed</a></div><div class="ttdeci">bool OnKeyPressed(GtkWidget *widget, GdkEventKey *ev)</div></div>
<div class="ttc" id="classgcp_1_1Window_html_a961222fb28000f88251c031af6f5c5e2"><div class="ttname"><a href="classgcp_1_1Window.html#a961222fb28000f88251c031af6f5c5e2">gcp::Window::OnPageSetup</a></div><div class="ttdeci">void OnPageSetup()</div></div>
<div class="ttc" id="target_8h_html"><div class="ttname"><a href="target_8h.html">target.h</a></div></div>
<div class="ttc" id="classgcp_1_1Window_html_a862f5121a0b83b648d4949d776d2d05e"><div class="ttname"><a href="classgcp_1_1Window.html#a862f5121a0b83b648d4949d776d2d05e">gcp::Window::OnDeleteSelection</a></div><div class="ttdeci">void OnDeleteSelection()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_a1c1f676f919ae47e76144f4189fd12e4"><div class="ttname"><a href="classgcp_1_1Window.html#a1c1f676f919ae47e76144f4189fd12e4">gcp::Window::OnKeyReleased</a></div><div class="ttdeci">bool OnKeyReleased(GtkWidget *widget, GdkEventKey *ev)</div></div>
<div class="ttc" id="classgcp_1_1Window_html_a969f9157fbefbe65bebdaed706bf6823"><div class="ttname"><a href="classgcp_1_1Window.html#a969f9157fbefbe65bebdaed706bf6823">gcp::Window::OnCutSelection</a></div><div class="ttdeci">void OnCutSelection()</div></div>
<div class="ttc" id="classgcp_1_1Window_html_ab5f81362016b1dd11124e4850ae867dc"><div class="ttname"><a href="classgcp_1_1Window.html#ab5f81362016b1dd11124e4850ae867dc">gcp::Window::VerifySaved</a></div><div class="ttdeci">bool VerifySaved()</div></div>
<div class="ttc" id="classgcp_1_1Application_html"><div class="ttname"><a href="classgcp_1_1Application.html">gcp::Application</a></div><div class="ttdoc">GChemPaint application base class. </div><div class="ttdef"><b>Definition:</b> <a href="gcp_2application_8h_source.html#l00100">gcp/application.h:100</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu May 8 2014 09:55:01 for The Gnome Chemistry Utils by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>