~ubuntu-branches/ubuntu/oneiric/qwt/oneiric-proposed

« back to all changes in this revision

Viewing changes to doc/html/qwt__mml__document_8h_source.html

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2011-06-10 11:22:47 UTC
  • mfrom: (1.1.6 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110610112247-0i1019vvmzaq6p86
Tags: 6.0.0-1
* New upstream release (Closes: #624107):
  - drop Qt3 support. (Closes: #604379, #626868)
* Register documentation with doc-base. (Closes: #626567)
* Drop patches:
  - 01_makefiles.diff
  - 02_add_missing_warnings.diff
  - 03_qwt_branch_pull_r544.diff
* Add qwt_install_paths.patch to fix the hardcoded installation paths.
* Update debian/control:
  - drop libqt3-mt-dev build dependency.
  - bump Standards-Version to 3.9.2 (no changes).
  - drop Qt3 related packages.
  - due to bump soname (and as we dropper Qt3 support):
    - libqwt5-qt4-dev -> libqwt-dev
    - libqwt5-qt4 -> libqwt6
    - libqwt5-doc -> libqwt-doc
* Update debian/copyright file.
* Update debian/rules: drop Qt3 packages support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 
5
<title>Qwt User&#39;s Guide: qwt_mml_document.h Source File</title>
 
6
<link href="tabs.css" rel="stylesheet" type="text/css"/>
 
7
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
 
8
</head>
 
9
<body>
 
10
<!-- Generated by Doxygen 1.7.3 -->
 
11
<div id="top">
 
12
<div id="titlearea">
 
13
<table cellspacing="0" cellpadding="0">
 
14
 <tbody>
 
15
 <tr style="height: 56px;">
 
16
  <td style="padding-left: 0.5em;">
 
17
   <div id="projectname">Qwt User's Guide&#160;<span id="projectnumber">6.0.0</span></div>
 
18
  </td>
 
19
 </tr>
 
20
 </tbody>
 
21
</table>
 
22
</div>
 
23
  <div id="navrow1" class="tabs">
 
24
    <ul class="tablist">
 
25
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
 
26
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
 
27
      <li><a href="annotated.html"><span>Classes</span></a></li>
 
28
      <li class="current"><a href="files.html"><span>Files</span></a></li>
 
29
    </ul>
 
30
  </div>
 
31
  <div id="navrow2" class="tabs2">
 
32
    <ul class="tablist">
 
33
      <li><a href="files.html"><span>File&#160;List</span></a></li>
 
34
    </ul>
 
35
  </div>
 
36
<div class="header">
 
37
  <div class="headertitle">
 
38
<h1>qwt_mml_document.h</h1>  </div>
 
39
</div>
 
40
<div class="contents">
 
41
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef _QWT_MML_DOCUMENT_H_</span>
 
42
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define _QWT_MML_DOCUMENT_H_ 1</span>
 
43
<a name="l00003"></a>00003 <span class="preprocessor"></span>
 
44
<a name="l00004"></a>00004 <span class="preprocessor">#include &lt;qwt_global.h&gt;</span>
 
45
<a name="l00005"></a>00005 <span class="preprocessor">#include &lt;QString&gt;</span>
 
46
<a name="l00006"></a>00006 
 
47
<a name="l00007"></a>00007 <span class="keyword">class </span>QPainter;
 
48
<a name="l00008"></a>00008 <span class="keyword">class </span>QPoint;
 
49
<a name="l00009"></a>00009 
 
50
<a name="l00010"></a>00010 <span class="keyword">class </span>QwtMmlDocument;
 
51
<a name="l00011"></a>00011 
 
52
<a name="l00012"></a><a class="code" href="class_qwt_math_m_l_document.html">00012</a> <span class="keyword">class </span>QWT_EXPORT <a class="code" href="class_qwt_math_m_l_document.html" title="The QwtMathMLDocument class renders mathematical formulas written in MathML 2.0.">QwtMathMLDocument</a>
 
53
<a name="l00013"></a>00013 {
 
54
<a name="l00014"></a>00014 <span class="keyword">public</span>:
 
55
<a name="l00015"></a>00015     <span class="keyword">enum</span> MmlFont
 
56
<a name="l00016"></a>00016     {
 
57
<a name="l00017"></a>00017         NormalFont,
 
58
<a name="l00018"></a>00018         FrakturFont,
 
59
<a name="l00019"></a>00019         SansSerifFont,
 
60
<a name="l00020"></a>00020         ScriptFont,
 
61
<a name="l00021"></a>00021         MonospaceFont,
 
62
<a name="l00022"></a>00022         DoublestruckFont
 
63
<a name="l00023"></a>00023     };
 
64
<a name="l00024"></a>00024 
 
65
<a name="l00025"></a>00025     <a class="code" href="class_qwt_math_m_l_document.html" title="The QwtMathMLDocument class renders mathematical formulas written in MathML 2.0.">QwtMathMLDocument</a>();
 
66
<a name="l00026"></a>00026     ~<a class="code" href="class_qwt_math_m_l_document.html" title="The QwtMathMLDocument class renders mathematical formulas written in MathML 2.0.">QwtMathMLDocument</a>();
 
67
<a name="l00027"></a>00027 
 
68
<a name="l00028"></a>00028     <span class="keywordtype">void</span> clear();
 
69
<a name="l00029"></a>00029 
 
70
<a name="l00030"></a>00030     <span class="keywordtype">bool</span> setContent( QString text, QString *errorMsg = 0,
 
71
<a name="l00031"></a>00031                      <span class="keywordtype">int</span> *errorLine = 0, <span class="keywordtype">int</span> *errorColumn = 0 );
 
72
<a name="l00032"></a>00032     <span class="keywordtype">void</span> paint( QPainter *p, <span class="keyword">const</span> QPoint &amp;pos ) <span class="keyword">const</span>;
 
73
<a name="l00033"></a>00033     QSize size() <span class="keyword">const</span>;
 
74
<a name="l00034"></a>00034 
 
75
<a name="l00035"></a>00035     QString fontName( MmlFont type ) <span class="keyword">const</span>;
 
76
<a name="l00036"></a>00036     <span class="keywordtype">void</span> setFontName( MmlFont type, <span class="keyword">const</span> QString &amp;name );
 
77
<a name="l00037"></a>00037 
 
78
<a name="l00038"></a>00038     <span class="keywordtype">int</span> baseFontPointSize() <span class="keyword">const</span>;
 
79
<a name="l00039"></a>00039     <span class="keywordtype">void</span> setBaseFontPointSize( <span class="keywordtype">int</span> size );
 
80
<a name="l00040"></a>00040 
 
81
<a name="l00041"></a>00041 <span class="keyword">private</span>:
 
82
<a name="l00042"></a>00042     QwtMmlDocument *m_doc;
 
83
<a name="l00043"></a>00043 };
 
84
<a name="l00044"></a>00044 
 
85
<a name="l00045"></a>00045 <span class="preprocessor">#endif</span>
 
86
</pre></div></div>
 
87
</div>
 
88
<hr class="footer"/><address class="footer"><small>Generated by&#160;
 
89
<a href="http://www.doxygen.org/index.html">
 
90
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
 
91
</body>
 
92
</html>