Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > eebc325dc36bd6e3b09b9b45133e42f8 > files > 116

HippoDraw-devel-docs-1.21.1-10.fc13.i686.rpm

<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>HippoDraw Class Library</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="hippoApp.ico">
</head><body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</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>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="dir_28fb57ed95c79fe5ed14c4f71fb4c2a2.html">qt</a>
  </div>
</div>
<div class="contents">
<h1>AxisWidgetPlugin.h</h1><a href="AxisWidgetPlugin_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*- mode: c++ -*-</span>
<a name="l00002"></a>00002 <span class="comment"> *</span>
<a name="l00003"></a>00003 <span class="comment"> * HippoPlot AxisWidgetPlugin class interface</span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> * Copyright (C) 2003   The Board of Trustees of The Leland Stanford</span>
<a name="l00006"></a>00006 <span class="comment"> * Junior University.  All Rights Reserved.</span>
<a name="l00007"></a>00007 <span class="comment"> *</span>
<a name="l00008"></a>00008 <span class="comment"> * $Id: AxisWidgetPlugin.h,v 1.4 2005/10/30 00:10:15 pfkeb Exp $</span>
<a name="l00009"></a>00009 <span class="comment"> *</span>
<a name="l00010"></a>00010 <span class="comment"> */</span>
<a name="l00011"></a>00011 
<a name="l00012"></a>00012 <span class="preprocessor">#include &lt;qglobal.h&gt;</span> <span class="comment">// for version</span>
<a name="l00013"></a>00013 <span class="preprocessor">#if QT_VERSION &lt; 0x040000</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#include &lt;qwidgetplugin.h&gt;</span>
<a name="l00015"></a>00015 
<a name="l00016"></a>00016 <span class="keyword">namespace </span>hippodraw {
<a name="l00017"></a>00017 
<a name="l00023"></a><a class="code" href="classhippodraw_1_1AxisWidgetPlugin.html">00023</a> <span class="keyword">class </span><a class="code" href="classhippodraw_1_1AxisWidgetPlugin.html" title="A plugin that allows AxisWidget to appear in QT Designer.">AxisWidgetPlugin</a> : <span class="keyword">public</span> <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qwidgetplugin.html">QWidgetPlugin</a>
<a name="l00024"></a>00024 {
<a name="l00025"></a>00025 <span class="keyword">public</span>:
<a name="l00026"></a>00026     <a class="code" href="classhippodraw_1_1AxisWidgetPlugin.html#a33ef15475e507b1449c3f857db2de0c6">AxisWidgetPlugin</a>();
<a name="l00027"></a>00027 
<a name="l00028"></a>00028     <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qstringlist.html">QStringList</a> <a class="code" href="classhippodraw_1_1AxisWidgetPlugin.html#acdf28097ffe616d1755222c66e4484dd">keys</a>() <span class="keyword">const</span>;
<a name="l00029"></a>00029     <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qwidget.html">QWidget</a>* <a class="code" href="classhippodraw_1_1AxisWidgetPlugin.html#ac99f2e275b2b4957aea2b230583bd3cc">create</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qstring.html">QString</a> &amp;classname, <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qwidget.html">QWidget</a>* parent = 0, <span class="keyword">const</span> <span class="keywordtype">char</span>* name = 0 );
<a name="l00030"></a>00030     <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qstring.html">QString</a> <a class="code" href="classhippodraw_1_1AxisWidgetPlugin.html#a6d9f4c28f5961e13b2afdbef84c0cca4">group</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qstring.html">QString</a>&amp; ) <span class="keyword">const</span>;
<a name="l00031"></a>00031     <span class="comment">//QIconSet iconSet( const QString&amp; ) const;</span>
<a name="l00032"></a>00032     <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qstring.html">QString</a> <a class="code" href="classhippodraw_1_1AxisWidgetPlugin.html#ac56ef67534f57d64e4dbae02a5440675">includeFile</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qstring.html">QString</a>&amp; ) <span class="keyword">const</span>;
<a name="l00033"></a>00033     <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qstring.html">QString</a> <a class="code" href="classhippodraw_1_1AxisWidgetPlugin.html#a39d3f943d8ff37f37f543347c10ae4ef">toolTip</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qstring.html">QString</a>&amp; ) <span class="keyword">const</span>;
<a name="l00034"></a>00034     <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qstring.html">QString</a> <a class="code" href="classhippodraw_1_1AxisWidgetPlugin.html#aa5bb6c5b56c42d34b238d62704608dda">whatsThis</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qstring.html">QString</a>&amp; ) <span class="keyword">const</span>;
<a name="l00035"></a>00035     <span class="keywordtype">bool</span> <a class="code" href="classhippodraw_1_1AxisWidgetPlugin.html#ae0f48c654ed79b880861a77a2699dda7">isContainer</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qstring.html">QString</a>&amp; ) <span class="keyword">const</span>;
<a name="l00036"></a>00036 };
<a name="l00037"></a>00037 
<a name="l00038"></a>00038 } <span class="comment">// namespace hippodraw</span>
<a name="l00039"></a>00039 
<a name="l00040"></a>00040 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="align: right;"><small>
Generated for HippoDraw Class Library by <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0>
</a> </small></address>
</body>
</html>