~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to doc/class_ipelet.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2005-02-24 22:09:16 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050224220916-9vxiiqjz066r5489
Tags: 6.0pre23-2
debian/control: Ipe should depend on exact version of libipe.
Closes: #296771.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<title>Ipelib: Ipelet class Reference</title>
4
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
5
</head><body>
6
 
<!-- Generated by Doxygen 1.3.4 -->
 
6
<!-- Generated by Doxygen 1.3.6 -->
7
7
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a></div>
8
8
<h1>Ipelet Class Reference<br>
9
9
<small>
14
14
<a href="class_ipelet-members.html">List of all members.</a><h2>Public Member Functions</h2>
15
15
<ul>
16
16
<li>virtual <a class="el" href="class_ipelet.html#a0">~Ipelet</a> ()=0
17
 
<li>virtual int <a class="el" href="class_ipelet.html#a1">IpelibVersion</a> () const =0
 
17
<li>virtual int <a class="el" href="class_ipelet.html#a1">IpelibVersion</a> () const=0
18
18
<li>virtual int <a class="el" href="class_ipelet.html#a2">NumFunctions</a> () const 
19
 
<li>virtual const  char * <a class="el" href="class_ipelet.html#a3">Label</a> () const =0
20
 
<li>virtual const  char * <a class="el" href="class_ipelet.html#a4">SubLabel</a> (int function) const 
21
 
<li>virtual const  char * <a class="el" href="class_ipelet.html#a5">KeySequence</a> (int function) const 
 
19
<li>virtual const char * <a class="el" href="class_ipelet.html#a3">Label</a> () const=0
 
20
<li>virtual const char * <a class="el" href="class_ipelet.html#a4">SubLabel</a> (int function) const 
 
21
<li>virtual const char * <a class="el" href="class_ipelet.html#a5">KeySequence</a> (int function) const 
22
22
<li>virtual void <a class="el" href="class_ipelet.html#a6">Run</a> (int function, <a class="el" href="class_ipe_page.html">IpePage</a> *page, <a class="el" href="class_ipelet_helper.html">IpeletHelper</a> *helper)=0
23
23
</ul>
24
24
<hr><a name="_details"></a><h2>Detailed Description</h2>
152
152
    <td class="mdRow">
153
153
      <table cellpadding="0" cellspacing="0" border="0">
154
154
        <tr>
155
 
          <td class="md" nowrap valign="top"> const  char * Ipelet::SubLabel </td>
 
155
          <td class="md" nowrap valign="top"> const char * Ipelet::SubLabel </td>
156
156
          <td class="md" valign="top">(&nbsp;</td>
157
157
          <td class="md" nowrap valign="top">int&nbsp;</td>
158
158
          <td class="mdname1" valign="top" nowrap> <em>function</em>          </td>
183
183
    <td class="mdRow">
184
184
      <table cellpadding="0" cellspacing="0" border="0">
185
185
        <tr>
186
 
          <td class="md" nowrap valign="top"> const  char * Ipelet::KeySequence </td>
 
186
          <td class="md" nowrap valign="top"> const char * Ipelet::KeySequence </td>
187
187
          <td class="md" valign="top">(&nbsp;</td>
188
188
          <td class="md" nowrap valign="top">int&nbsp;</td>
189
189
          <td class="mdname1" valign="top" nowrap> <em>function</em>          </td>
220
220
          <td class="mdname" nowrap> <em>function</em>, </td>
221
221
        </tr>
222
222
        <tr>
223
 
          <td></td>
 
223
          <td class="md" nowrap align="right"></td>
224
224
          <td></td>
225
225
          <td class="md" nowrap><a class="el" href="class_ipe_page.html">IpePage</a> *&nbsp;</td>
226
226
          <td class="mdname" nowrap> <em>page</em>, </td>
227
227
        </tr>
228
228
        <tr>
229
 
          <td></td>
 
229
          <td class="md" nowrap align="right"></td>
230
230
          <td></td>
231
231
          <td class="md" nowrap><a class="el" href="class_ipelet_helper.html">IpeletHelper</a> *&nbsp;</td>
232
232
          <td class="mdname" nowrap> <em>helper</em></td>