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

« back to all changes in this revision

Viewing changes to doc/class_ipe_pdf_dict.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2007-01-09 23:14:51 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20070109231451-3nd095g7ishc108l
Tags: 6.0pre27-3
* debian/gsfonts-fontmap.xml: New.  Fontmap for fonts from gsfonts package.
* debian/rules: Use gsfonts-fontmap.xml instead of tetex-fontmap.xml.
* debian/control: Add texlive-latex-base dependency as alternative to
  tetex-bin (for pdflatex) and replace tetex-extra by gsfonts (for font
  files).  Patch courtesy of Norbert Preining.  Closes: #378537.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3
 
<title>Ipelib: IpePdfDict class Reference</title>
 
3
<title>Ipelib: IpePdfDict Class Reference</title>
4
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
5
</head><body>
6
 
<!-- Generated by Doxygen 1.3.6 -->
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>
 
6
<!-- Generated by Doxygen 1.4.4 -->
 
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="dirs.html">Directories</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a></div>
8
8
<h1>IpePdfDict Class Reference<br>
9
9
<small>
10
10
[<a class="el" href="group__base.html">Ipe Base</a>]</small>
11
 
</h1>The PDF dictionary and stream objects.  
 
11
</h1><!-- doxytag: class="IpePdfDict" --><!-- doxytag: inherits="IpePdfObj" -->The PDF dictionary and stream objects.  
12
12
<a href="#_details">More...</a>
13
13
<p>
14
14
Inherits <a class="el" href="class_ipe_pdf_obj.html">IpePdfObj</a>.
16
16
<a href="class_ipe_pdf_dict-members.html">List of all members.</a><h2>Public Member Functions</h2>
17
17
<ul>
18
18
<li>virtual const <a class="el" href="class_ipe_pdf_dict.html">IpePdfDict</a> * <a class="el" href="class_ipe_pdf_dict.html#a2">Dict</a> () const 
19
 
<li><a class="anchor" name="a3" doxytag="IpePdfDict::Write" ></a>
 
19
<li><a class="anchor" name="a3"></a><!-- doxytag: member="IpePdfDict::Write" ref="a3" args="(IpeStream &amp;stream) const " -->
20
20
virtual void <b>Write</b> (<a class="el" href="class_ipe_stream.html">IpeStream</a> &amp;stream) const 
21
21
<li>void <a class="el" href="class_ipe_pdf_dict.html#a4">SetStream</a> (const <a class="el" href="class_ipe_buffer.html">IpeBuffer</a> &amp;stream)
22
22
<li>void <a class="el" href="class_ipe_pdf_dict.html#a5">Add</a> (<a class="el" href="class_ipe_string.html">IpeString</a> key, const <a class="el" href="class_ipe_pdf_obj.html">IpePdfObj</a> *obj)
23
23
<li>const <a class="el" href="class_ipe_pdf_obj.html">IpePdfObj</a> * <a class="el" href="class_ipe_pdf_dict.html#a6">Get</a> (<a class="el" href="class_ipe_string.html">IpeString</a> key, const <a class="el" href="class_ipe_pdf_file.html">IpePdfFile</a> *file) const 
24
 
<li><a class="anchor" name="a7" doxytag="IpePdfDict::Count" ></a>
 
24
<li><a class="anchor" name="a7"></a><!-- doxytag: member="IpePdfDict::Count" ref="a7" args="() const " -->
25
25
int <b>Count</b> () const 
26
 
<li><a class="anchor" name="a8" doxytag="IpePdfDict::Key" ></a>
 
26
<li><a class="anchor" name="a8"></a><!-- doxytag: member="IpePdfDict::Key" ref="a8" args="(int index) const " -->
27
27
<a class="el" href="class_ipe_string.html">IpeString</a> <b>Key</b> (int index) const 
28
 
<li><a class="anchor" name="a9" doxytag="IpePdfDict::Stream" ></a>
 
28
<li><a class="anchor" name="a9"></a><!-- doxytag: member="IpePdfDict::Stream" ref="a9" args="() const " -->
29
29
<a class="el" href="class_ipe_buffer.html">IpeBuffer</a> <b>Stream</b> () const 
30
30
<li>bool <a class="el" href="class_ipe_pdf_dict.html#a10">Deflated</a> () const 
31
31
</ul>
32
32
<hr><a name="_details"></a><h2>Detailed Description</h2>
33
33
The PDF dictionary and stream objects. 
34
34
<p>
35
 
A dictionary may or may not have attached stream data. 
 
35
A dictionary may or may not have attached stream data.
36
36
<p>
37
37
<hr><h2>Member Function Documentation</h2>
38
 
<a class="anchor" name="a2" doxytag="IpePdfDict::Dict" ></a><p>
39
 
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
38
<a class="anchor" name="a2"></a><!-- doxytag: member="IpePdfDict::Dict" ref="a2" args="() const " --><p>
 
39
<table class="mdTable" cellpadding="2" cellspacing="0">
40
40
  <tr>
41
41
    <td class="mdRow">
42
42
      <table cellpadding="0" cellspacing="0" border="0">
43
43
        <tr>
44
 
          <td class="md" nowrap valign="top"> const <a class="el" href="class_ipe_pdf_dict.html">IpePdfDict</a> * IpePdfDict::Dict </td>
 
44
          <td class="md" nowrap valign="top">const <a class="el" href="class_ipe_pdf_dict.html">IpePdfDict</a> * IpePdfDict::Dict           </td>
45
45
          <td class="md" valign="top">(&nbsp;</td>
46
46
          <td class="mdname1" valign="top" nowrap>          </td>
47
47
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
48
48
          <td class="md" nowrap> const<code> [virtual]</code></td>
49
49
        </tr>
50
 
 
51
50
      </table>
52
51
    </td>
53
52
  </tr>
54
53
</table>
55
 
<table cellspacing=5 cellpadding=0 border=0>
 
54
<table cellspacing="5" cellpadding="0" border="0">
56
55
  <tr>
57
56
    <td>
58
57
      &nbsp;
67
66
Reimplemented from <a class="el" href="class_ipe_pdf_obj.html#a8">IpePdfObj</a>.    </td>
68
67
  </tr>
69
68
</table>
70
 
<a class="anchor" name="a4" doxytag="IpePdfDict::SetStream" ></a><p>
71
 
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
69
<a class="anchor" name="a4"></a><!-- doxytag: member="IpePdfDict::SetStream" ref="a4" args="(const IpeBuffer &amp;stream)" --><p>
 
70
<table class="mdTable" cellpadding="2" cellspacing="0">
72
71
  <tr>
73
72
    <td class="mdRow">
74
73
      <table cellpadding="0" cellspacing="0" border="0">
75
74
        <tr>
76
 
          <td class="md" nowrap valign="top"> void IpePdfDict::SetStream </td>
 
75
          <td class="md" nowrap valign="top">void IpePdfDict::SetStream           </td>
77
76
          <td class="md" valign="top">(&nbsp;</td>
78
77
          <td class="md" nowrap valign="top">const <a class="el" href="class_ipe_buffer.html">IpeBuffer</a> &amp;&nbsp;</td>
79
78
          <td class="mdname1" valign="top" nowrap> <em>stream</em>          </td>
80
79
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
81
80
          <td class="md" nowrap></td>
82
81
        </tr>
83
 
 
84
82
      </table>
85
83
    </td>
86
84
  </tr>
87
85
</table>
88
 
<table cellspacing=5 cellpadding=0 border=0>
 
86
<table cellspacing="5" cellpadding="0" border="0">
89
87
  <tr>
90
88
    <td>
91
89
      &nbsp;
98
96
    </td>
99
97
  </tr>
100
98
</table>
101
 
<a class="anchor" name="a5" doxytag="IpePdfDict::Add" ></a><p>
102
 
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
99
<a class="anchor" name="a5"></a><!-- doxytag: member="IpePdfDict::Add" ref="a5" args="(IpeString key, const IpePdfObj *obj)" --><p>
 
100
<table class="mdTable" cellpadding="2" cellspacing="0">
103
101
  <tr>
104
102
    <td class="mdRow">
105
103
      <table cellpadding="0" cellspacing="0" border="0">
106
104
        <tr>
107
 
          <td class="md" nowrap valign="top"> void IpePdfDict::Add </td>
 
105
          <td class="md" nowrap valign="top">void IpePdfDict::Add           </td>
108
106
          <td class="md" valign="top">(&nbsp;</td>
109
107
          <td class="md" nowrap valign="top"><a class="el" href="class_ipe_string.html">IpeString</a>&nbsp;</td>
110
108
          <td class="mdname" nowrap> <em>key</em>, </td>
111
109
        </tr>
112
110
        <tr>
113
111
          <td class="md" nowrap align="right"></td>
114
 
          <td></td>
 
112
          <td class="md"></td>
115
113
          <td class="md" nowrap>const <a class="el" href="class_ipe_pdf_obj.html">IpePdfObj</a> *&nbsp;</td>
116
114
          <td class="mdname" nowrap> <em>obj</em></td>
117
115
        </tr>
118
116
        <tr>
119
 
          <td></td>
 
117
          <td class="md"></td>
120
118
          <td class="md">)&nbsp;</td>
121
119
          <td class="md" colspan="2"></td>
122
120
        </tr>
123
 
 
124
121
      </table>
125
122
    </td>
126
123
  </tr>
127
124
</table>
128
 
<table cellspacing=5 cellpadding=0 border=0>
 
125
<table cellspacing="5" cellpadding="0" border="0">
129
126
  <tr>
130
127
    <td>
131
128
      &nbsp;
138
135
Dictionary takes ownership of <em>obj</em>.     </td>
139
136
  </tr>
140
137
</table>
141
 
<a class="anchor" name="a6" doxytag="IpePdfDict::Get" ></a><p>
142
 
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
138
<a class="anchor" name="a6"></a><!-- doxytag: member="IpePdfDict::Get" ref="a6" args="(IpeString key, const IpePdfFile *file) const " --><p>
 
139
<table class="mdTable" cellpadding="2" cellspacing="0">
143
140
  <tr>
144
141
    <td class="mdRow">
145
142
      <table cellpadding="0" cellspacing="0" border="0">
146
143
        <tr>
147
 
          <td class="md" nowrap valign="top"> const <a class="el" href="class_ipe_pdf_obj.html">IpePdfObj</a> * IpePdfDict::Get </td>
 
144
          <td class="md" nowrap valign="top">const <a class="el" href="class_ipe_pdf_obj.html">IpePdfObj</a> * IpePdfDict::Get           </td>
148
145
          <td class="md" valign="top">(&nbsp;</td>
149
146
          <td class="md" nowrap valign="top"><a class="el" href="class_ipe_string.html">IpeString</a>&nbsp;</td>
150
147
          <td class="mdname" nowrap> <em>key</em>, </td>
151
148
        </tr>
152
149
        <tr>
153
150
          <td class="md" nowrap align="right"></td>
154
 
          <td></td>
 
151
          <td class="md"></td>
155
152
          <td class="md" nowrap>const <a class="el" href="class_ipe_pdf_file.html">IpePdfFile</a> *&nbsp;</td>
156
153
          <td class="mdname" nowrap> <em>file</em></td>
157
154
        </tr>
158
155
        <tr>
159
 
          <td></td>
 
156
          <td class="md"></td>
160
157
          <td class="md">)&nbsp;</td>
161
158
          <td class="md" colspan="2"> const</td>
162
159
        </tr>
163
 
 
164
160
      </table>
165
161
    </td>
166
162
  </tr>
167
163
</table>
168
 
<table cellspacing=5 cellpadding=0 border=0>
 
164
<table cellspacing="5" cellpadding="0" border="0">
169
165
  <tr>
170
166
    <td>
171
167
      &nbsp;
175
171
<p>
176
172
Look up key in dictionary. 
177
173
<p>
178
 
Indirect objects (references) are looked up if <em>file</em> is not zero, and the object referred to is returned. Returns 0 if key is not in dictionary.     </td>
 
174
Indirect objects (references) are looked up if <em>file</em> is not zero, and the object referred to is returned. Returns 0 if key is not in dictionary.    </td>
179
175
  </tr>
180
176
</table>
181
 
<a class="anchor" name="a10" doxytag="IpePdfDict::Deflated" ></a><p>
182
 
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
177
<a class="anchor" name="a10"></a><!-- doxytag: member="IpePdfDict::Deflated" ref="a10" args="() const " --><p>
 
178
<table class="mdTable" cellpadding="2" cellspacing="0">
183
179
  <tr>
184
180
    <td class="mdRow">
185
181
      <table cellpadding="0" cellspacing="0" border="0">
186
182
        <tr>
187
 
          <td class="md" nowrap valign="top"> bool IpePdfDict::Deflated </td>
 
183
          <td class="md" nowrap valign="top">bool IpePdfDict::Deflated           </td>
188
184
          <td class="md" valign="top">(&nbsp;</td>
189
185
          <td class="mdname1" valign="top" nowrap>          </td>
190
186
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
191
187
          <td class="md" nowrap> const</td>
192
188
        </tr>
193
 
 
194
189
      </table>
195
190
    </td>
196
191
  </tr>
197
192
</table>
198
 
<table cellspacing=5 cellpadding=0 border=0>
 
193
<table cellspacing="5" cellpadding="0" border="0">
199
194
  <tr>
200
195
    <td>
201
196
      &nbsp;