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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346
|
<!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>Main Page - Header</title>
<link href="inti.css" rel="stylesheet" type="text/css">
<meta name="description" content="Reference Manual">
<meta name="author" content="The Inti Development Team">
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(231, 232, 231);"
link="#000099" vlink="#990099" alink="#000099">
<table cellpadding="0" cellspacing="0" border="0" style="width: 100%;">
<tbody>
<tr
style="color: rgb(255, 255, 204); font-family: helvetica,arial,sans-serif; font-weight: bold;">
<td
style="vertical-align: top; background-color: rgb(0, 55, 85); text-align: center;">
<font size="+1">Reference Manual</font> </td>
</tr>
<tr>
<td valign="top" height="116" background="../images/top-fade.png"
align="center"><img src="../images/inti-logo.png" alt="Inti Logo"> <br>
</td>
</tr>
</tbody>
</table>
</body>
</html>
<!-- Generated by Doxygen 1.3.2 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Compound List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Compound Members</a> | <a class="qindex" href="globals.html">File Members</a></div>
<h1>sourceprintjob.h</h1><a href="sourceprintjob_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/* Inti-SourceView: Integrated Foundation Classes</span>
00002 <span class="comment"> * Copyright (C) 2003 The Inti Development Team.</span>
00003 <span class="comment"> *</span>
00004 <span class="comment"> * This program is free software; you can redistribute it and/or modify</span>
00005 <span class="comment"> * it under the terms of the GNU General Public License as published by</span>
00006 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span>
00007 <span class="comment"> * (at your option) any later version.</span>
00008 <span class="comment"> *</span>
00009 <span class="comment"> * This program is distributed in the hope that it will be useful,</span>
00010 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
00011 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
00012 <span class="comment"> * GNU Library General Public License for more details.</span>
00013 <span class="comment"> *</span>
00014 <span class="comment"> * You should have received a copy of the GNU Library General Public License</span>
00015 <span class="comment"> * along with this program; if not, write to the Free Software</span>
00016 <span class="comment"> * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</span>
00017 <span class="comment"> */</span>
00018
00023
00024 <span class="preprocessor">#ifndef INTI_GTK_SOURCE_PRINT_JOB_H</span>
00025 <span class="preprocessor"></span><span class="preprocessor">#define INTI_GTK_SOURCE_PRINT_JOB_H</span>
00026 <span class="preprocessor"></span>
00027 <span class="preprocessor">#ifndef INTI_G_OBJECT_H</span>
00028 <span class="preprocessor"></span><span class="preprocessor">#include <inti/glib/object.h></span>
00029 <span class="preprocessor">#endif</span>
00030 <span class="preprocessor"></span>
00031 <span class="preprocessor">#ifndef INTI_GTK_ENUMS_H</span>
00032 <span class="preprocessor"></span><span class="preprocessor">#include <inti/gtk/enums.h></span>
00033 <span class="preprocessor">#endif</span>
00034 <span class="preprocessor"></span>
00035 <span class="preprocessor">#ifndef __GTK_SOURCE_PRINT_JOB_H__</span>
00036 <span class="preprocessor"></span><span class="preprocessor">#include <gtksourceview/gtksourceprintjob.h></span>
00037 <span class="preprocessor">#endif</span>
00038 <span class="preprocessor"></span>
00039 <span class="keyword">namespace </span>Inti {
00040
00041 <span class="keyword">namespace </span>Gtk {
00042
00043 <span class="keyword">class </span>SourceBuffer;
00044 <span class="keyword">class </span>SourceView;
00045 <span class="keyword">class </span>TextIter;
00046
00118
<a name="l00119"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html">00119</a> <span class="keyword">class </span><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html">SourcePrintJob</a> : <span class="keyword">public</span> G::Object
00120 {
00121 <span class="keyword">friend</span> <span class="keyword">class </span>G::Object;
00122 <span class="keyword">friend</span> <span class="keyword">class </span>SourcePrintJobClass;
00123
00124 <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z25_0">SourcePrintJob</a>(<span class="keyword">const</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html">SourcePrintJob</a>&);
00125 <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html">SourcePrintJob</a>& operator=(<span class="keyword">const</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html">SourcePrintJob</a>&);
00126
00127 <span class="keyword">protected</span>:
00130
00131 <span class="keyword">explicit</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z25_0">SourcePrintJob</a>(GtkSourcePrintJob *job, <span class="keywordtype">bool</span> reference = <span class="keyword">false</span>);
00138
00142
00143 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z26_0">on_begin_page</a>();
00148
00149 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z26_1">on_finished</a>();
00156 <span class="comment">// Properties</span>
00157
00158 <span class="keyword">typedef</span> G::Property<GnomePrintConfig*, void*> ConfigPropertyType;
00159 <span class="keyword">typedef</span> G::PropertyProxy<G::Object, ConfigPropertyType> ConfigPropertyProxy;
00160 <span class="keyword">static</span> <span class="keyword">const</span> ConfigPropertyType config_property;
00161
00162 <span class="keyword">typedef</span> G::Property<SourceBuffer*, G::Object*> BufferPropertyType;
00163 <span class="keyword">typedef</span> G::PropertyProxy<G::Object, BufferPropertyType> BufferPropertyProxy;
00164 <span class="keyword">static</span> <span class="keyword">const</span> BufferPropertyType buffer_property;
00165
00166 <span class="keyword">typedef</span> G::Property<unsigned int> TabsWidthPropertyType;
00167 <span class="keyword">typedef</span> G::PropertyProxy<G::Object, TabsWidthPropertyType> TabsWidthPropertyProxy;
00168 <span class="keyword">static</span> <span class="keyword">const</span> TabsWidthPropertyType tabs_width_property;
00169
00170 <span class="keyword">typedef</span> G::Property<WrapMode, int> WrapModePropertyType;
00171 <span class="keyword">typedef</span> G::PropertyProxy<G::Object, WrapModePropertyType> WrapModePropertyProxy;
00172 <span class="keyword">static</span> <span class="keyword">const</span> WrapModePropertyType wrap_mode_property;
00173
00174 <span class="keyword">typedef</span> G::Property<bool> HighlightPropertyType;
00175 <span class="keyword">typedef</span> G::PropertyProxy<G::Object, HighlightPropertyType> HighlightPropertyProxy;
00176 <span class="keyword">static</span> <span class="keyword">const</span> HighlightPropertyType highlight_property;
00177
00178 <span class="keyword">typedef</span> G::Property<String> FontPropertyType;
00179 <span class="keyword">typedef</span> G::PropertyProxy<G::Object, FontPropertyType> FontPropertyProxy;
00180 <span class="keyword">static</span> <span class="keyword">const</span> FontPropertyType font_property;
00181
00182 <span class="keyword">typedef</span> G::Property<String> NumbersFontPropertyType;
00183 <span class="keyword">typedef</span> G::PropertyProxy<G::Object, NumbersFontPropertyType> NumbersFontPropertyProxy;
00184 <span class="keyword">static</span> <span class="keyword">const</span> NumbersFontPropertyType numbers_font_property;
00185
00186 <span class="keyword">typedef</span> G::Property<unsigned int> PrintNumbersPropertyType;
00187 <span class="keyword">typedef</span> G::PropertyProxy<G::Object, PrintNumbersPropertyType> PrintNumbersPropertyProxy;
00188 <span class="keyword">static</span> <span class="keyword">const</span> PrintNumbersPropertyType print_numbers_property;
00189
00190 <span class="keyword">typedef</span> G::Property<bool> PrintHeaderPropertyType;
00191 <span class="keyword">typedef</span> G::PropertyProxy<G::Object, PrintHeaderPropertyType> PrintHeaderPropertyProxy;
00192 <span class="keyword">static</span> <span class="keyword">const</span> PrintHeaderPropertyType print_header_property;
00193
00194 <span class="keyword">typedef</span> G::Property<bool> PrintFooterPropertyType;
00195 <span class="keyword">typedef</span> G::PropertyProxy<G::Object, PrintFooterPropertyType> PrintFooterPropertyProxy;
00196 <span class="keyword">static</span> <span class="keyword">const</span> PrintFooterPropertyType print_footer_property;
00197
00198 <span class="keyword">typedef</span> G::Property<String> HeaderFooterFontPropertyType;
00199 <span class="keyword">typedef</span> G::PropertyProxy<G::Object, HeaderFooterFontPropertyType> HeaderFooterFontPropertyProxy;
00200 <span class="keyword">static</span> <span class="keyword">const</span> HeaderFooterFontPropertyType header_footer_font_property;
00201
00202 <span class="comment">// Signals</span>
00203
00204 <span class="keyword">typedef</span> G::Signal0<void> BeginPageSignalType;
00205 <span class="keyword">typedef</span> G::SignalProxy<TypeInstance, BeginPageSignalType> BeginPageSignalProxy;
00206 <span class="keyword">static</span> <span class="keyword">const</span> BeginPageSignalType begin_page_signal;
00207
00208 <span class="keyword">typedef</span> G::Signal0<void> FinishedSignalType;
00209 <span class="keyword">typedef</span> G::SignalProxy<TypeInstance, FinishedSignalType> FinishedSignalProxy;
00210 <span class="keyword">static</span> <span class="keyword">const</span> FinishedSignalType finished_signal;
00211
00212 <span class="keyword">public</span>:
00215
00216 <span class="keyword">explicit</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z25_0">SourcePrintJob</a>(<a class="code" href="classInti_1_1Gtk_1_1SourceBuffer.html">SourceBuffer</a> *buffer = 0);
00222
00223 <span class="keyword">explicit</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z25_0">SourcePrintJob</a>(GnomePrintConfig& config, <a class="code" href="classInti_1_1Gtk_1_1SourceBuffer.html">SourceBuffer</a> *buffer = 0);
00227
00228 <span class="keyword">explicit</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z25_0">SourcePrintJob</a>(<a class="code" href="classInti_1_1Gtk_1_1SourceView.html">SourceView</a>& view);
00236
00237 <span class="keyword">virtual</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z27_3">~SourcePrintJob</a>();
00239
00243
<a name="l00244"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_0">00244</a> GtkSourcePrintJob* <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_0">gtk_source_print_job</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> (GtkSourcePrintJob*)instance; }
00246
00247 GtkSourcePrintJobClass* <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_1">gtk_source_print_job_class</a>() <span class="keyword">const</span>;
00249
00250 <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_2">operator GtkSourcePrintJob* </a>() <span class="keyword">const</span>;
00252
00253 <span class="keywordtype">bool</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_3">is_gtk_source_print_job</a>() <span class="keyword">const</span>;
00255
00256 GnomePrintConfig* <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_4">get_config</a>() <span class="keyword">const</span>;
00261
00262 SourceBuffer* <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_5">get_buffer</a>() <span class="keyword">const</span>;
00265
00266 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_6">get_tabs_width</a>() <span class="keyword">const</span>;
00269
00270 WrapMode <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_7">get_wrap_mode</a>() <span class="keyword">const</span>;
00275
00276 <span class="keywordtype">bool</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_8">get_highlight</a>() <span class="keyword">const</span>;
00282
00283 String <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_9">get_font</a>() <span class="keyword">const</span>;
00289
00290 String <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_10">get_numbers_font</a>() <span class="keyword">const</span>;
00297
00298 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_11">get_print_numbers</a>() <span class="keyword">const</span>;
00304
00305 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_12">get_text_margins</a>(<span class="keywordtype">double</span> *top, <span class="keywordtype">double</span> *bottom, <span class="keywordtype">double</span> *left, <span class="keywordtype">double</span> *right) <span class="keyword">const</span>;
00315
00316 GnomePrintJob* <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_13">get_print_job</a>() <span class="keyword">const</span>;
00325
00326 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_14">get_page</a>() <span class="keyword">const</span>;
00331
00332 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_15">get_page_count</a>() <span class="keyword">const</span>;
00339
00340 GnomePrintContext* <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_16">get_print_context</a>() <span class="keyword">const</span>;
00347
00348 <span class="keywordtype">bool</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_17">get_print_header</a>() <span class="keyword">const</span>;
00354
00355 <span class="keywordtype">bool</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_18">get_print_footer</a>() <span class="keyword">const</span>;
00361
00362 String <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z28_19">get_header_footer_font</a>() <span class="keyword">const</span>;
00369
00373
00374 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_0">set_config</a>(GnomePrintConfig& config);
00380
00381 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_1">set_buffer</a>(SourceBuffer& buffer);
00387
00388 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_2">set_tabs_width</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> tabs_width);
00395
00396 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_3">set_wrap_mode</a>(WrapMode wrap);
00399
00400 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_4">set_highlight</a>(<span class="keywordtype">bool</span> highlight);
00405
00406 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_5">set_font</a>(<span class="keyword">const</span> String& font_name);
00412
00413 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_6">set_numbers_font</a>(<span class="keyword">const</span> String& font_name);
00419
00420 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_7">set_print_numbers</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> interval);
00428
00429 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_8">set_text_margins</a>(<span class="keywordtype">double</span> top, <span class="keywordtype">double</span> bottom, <span class="keywordtype">double</span> left, <span class="keywordtype">double</span> right);
00444
00445 GnomePrintJob* <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_9">print</a>();
00454
00455 GnomePrintJob* <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_9">print</a>(<span class="keyword">const</span> TextIter& start, <span class="keyword">const</span> TextIter& end);
00464
00465 <span class="keywordtype">bool</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_11">print_async</a>(<span class="keyword">const</span> TextIter& start, <span class="keyword">const</span> TextIter& end);
00479
00480 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_12">cancel</a>();
00489
00490 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_13">set_print_header</a>(<span class="keywordtype">bool</span> setting);
00498
00499 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_14">set_print_footer</a>(<span class="keywordtype">bool</span> setting);
00507
00508 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_15">set_header_footer_font</a>(<span class="keyword">const</span> String& font_name);
00515
00516 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_17">set_header_format</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *left, <span class="keyword">const</span> <span class="keywordtype">char</span> *center, <span class="keyword">const</span> <span class="keywordtype">char</span> *right, <span class="keywordtype">bool</span> separator);
00517 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_17">set_header_format</a>(<span class="keyword">const</span> String& left, <span class="keyword">const</span> String& center, <span class="keyword">const</span> String& right, <span class="keywordtype">bool</span> separator);
00534
00535 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_19">set_footer_format</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *left, <span class="keyword">const</span> <span class="keywordtype">char</span> *center, <span class="keyword">const</span> <span class="keywordtype">char</span> *right, <span class="keywordtype">bool</span> separator);
00536 <span class="keywordtype">void</span> <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z29_19">set_footer_format</a>(<span class="keyword">const</span> String& left, <span class="keyword">const</span> String& center, <span class="keyword">const</span> String& right, <span class="keywordtype">bool</span> separator);
00543
00547
<a name="l00548"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_0">00548</a> <span class="keyword">const</span> ConfigPropertyProxy <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_0">prop_config</a>()
00549 {
00550 <span class="keywordflow">return</span> ConfigPropertyProxy(<span class="keyword">this</span>, &config_property);
00551 }
00553
<a name="l00554"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_1">00554</a> <span class="keyword">const</span> BufferPropertyProxy <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_1">prop_buffer</a>()
00555 {
00556 <span class="keywordflow">return</span> BufferPropertyProxy(<span class="keyword">this</span>, &buffer_property);
00557 }
00559
<a name="l00560"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_2">00560</a> <span class="keyword">const</span> TabsWidthPropertyProxy <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_2">prop_tabs_width</a>()
00561 {
00562 <span class="keywordflow">return</span> TabsWidthPropertyProxy(<span class="keyword">this</span>, &tabs_width_property);
00563 }
00565
<a name="l00566"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_3">00566</a> <span class="keyword">const</span> WrapModePropertyProxy <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_3">prop_wrap_mode</a>()
00567 {
00568 <span class="keywordflow">return</span> WrapModePropertyProxy(<span class="keyword">this</span>, &wrap_mode_property);
00569 }
00571
<a name="l00572"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_4">00572</a> <span class="keyword">const</span> HighlightPropertyProxy <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_4">prop_highlight</a>()
00573 {
00574 <span class="keywordflow">return</span> HighlightPropertyProxy(<span class="keyword">this</span>, &highlight_property);
00575 }
00577
<a name="l00578"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_5">00578</a> <span class="keyword">const</span> FontPropertyProxy <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_5">prop_font</a>()
00579 {
00580 <span class="keywordflow">return</span> FontPropertyProxy(<span class="keyword">this</span>, &font_property);
00581 }
00583
<a name="l00584"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_6">00584</a> <span class="keyword">const</span> NumbersFontPropertyProxy <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_6">prop_numbers_font</a>()
00585 {
00586 <span class="keywordflow">return</span> NumbersFontPropertyProxy(<span class="keyword">this</span>, &numbers_font_property);
00587 }
00589
<a name="l00590"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_7">00590</a> <span class="keyword">const</span> PrintNumbersPropertyProxy <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_7">prop_print_numbers</a>()
00591 {
00592 <span class="keywordflow">return</span> PrintNumbersPropertyProxy(<span class="keyword">this</span>, &print_numbers_property);
00593 }
00595
<a name="l00596"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_8">00596</a> <span class="keyword">const</span> PrintHeaderPropertyProxy <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_8">prop_print_header</a>()
00597 {
00598 <span class="keywordflow">return</span> PrintHeaderPropertyProxy(<span class="keyword">this</span>, &print_header_property);
00599 }
00601
<a name="l00602"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_9">00602</a> <span class="keyword">const</span> PrintFooterPropertyProxy <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_9">prop_print_footer</a>()
00603 {
00604 <span class="keywordflow">return</span> PrintFooterPropertyProxy(<span class="keyword">this</span>, &print_footer_property);
00605 }
00607
<a name="l00608"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_10">00608</a> <span class="keyword">const</span> HeaderFooterFontPropertyProxy <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z30_10">prop_header_footer_font</a>()
00609 {
00610 <span class="keywordflow">return</span> HeaderFooterFontPropertyProxy(<span class="keyword">this</span>, &header_footer_font_property);
00611 }
00613
00617
<a name="l00618"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z31_0">00618</a> <span class="keyword">const</span> BeginPageSignalProxy <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z31_0">sig_begin_page</a>()
00619 {
00620 <span class="keywordflow">return</span> BeginPageSignalProxy(<span class="keyword">this</span>, &begin_page_signal);
00621 }
00623
<a name="l00624"></a><a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z31_1">00624</a> <span class="keyword">const</span> FinishedSignalProxy <a class="code" href="classInti_1_1Gtk_1_1SourcePrintJob.html#z31_1">sig_finished</a>()
00625 {
00626 <span class="keywordflow">return</span> FinishedSignalProxy(<span class="keyword">this</span>, &finished_signal);
00627 }
00629
00631 };
00632
00633 } <span class="comment">// namespace Gtk</span>
00634
00635 } <span class="comment">// namespace Inti</span>
00636
00637 <span class="preprocessor">#endif // INTI_GTK_SOURCE_PRINT_JOB_H</span>
00638 <span class="preprocessor"></span>
00639
</pre></div><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Main Page - Footer</title>
<meta name="description" content="Reference Manual">
<meta name="author" content="The Inti Development Team">
</head>
<body>
<br>
<br>
<table cellpadding="0" cellspacing="0" border="0" style="width: 100%;">
<tbody>
<tr>
<td valign="top">
<hr></td>
</tr>
<tr>
<td valign="top" height="116"
background="../images/bottom-fade.png">
<address><small>Generated on Wed Aug 27 21:17:27 2003 for Inti-SourceView by <a
href="http://www.doxygen.org/index.html"><img src="doxygen.png"
alt="doxygen" align="middle" border="0" width="110" height="53"> </a>
1.3.2 written by <a href="mailto:dimitri@stack.nl">Dimitri
van Heesch</a>, © 1997-2002</small></address>
</td>
</tr>
<tr>
<td style="vertical-align: top; background-color: rgb(0, 55, 85);"><br>
</td>
</tr>
</tbody>
</table>
<br>
</body>
</html>
|