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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>QScintilla: QsciDocument Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>QsciDocument Class Reference</h1><!-- doxytag: class="QsciDocument" -->
<p>The <a class="el" href="classQsciDocument.html" title="The QsciDocument class represents a document to be edited.">QsciDocument</a> class represents a document to be edited.
<a href="#_details">More...</a></p>
<p><code>#include <qscidocument.h></code></p>
<p><a href="classQsciDocument-members.html">List of all members.</a></p>
<h2>Public Member Functions</h2>
<ul>
<li><a class="anchor" id="a3da32a3198c407aa692764ccd98ad66f"></a><!-- doxytag: member="QsciDocument::QsciDocument" ref="a3da32a3198c407aa692764ccd98ad66f" args="()" -->
<a class="el" href="classQsciDocument.html#a3da32a3198c407aa692764ccd98ad66f">QsciDocument</a> ()
<li><a class="anchor" id="a08517919b3caaf3815183823d2ffbd7c"></a><!-- doxytag: member="QsciDocument::QsciDocument" ref="a08517919b3caaf3815183823d2ffbd7c" args="(const QsciDocument &)" -->
<b>QsciDocument</b> (const <a class="el" href="classQsciDocument.html">QsciDocument</a> &)
<li><a class="anchor" id="a831e7d3de0e0a36be46f6da3fc49d715"></a><!-- doxytag: member="QsciDocument::operator=" ref="a831e7d3de0e0a36be46f6da3fc49d715" args="(const QsciDocument &)" -->
<a class="el" href="classQsciDocument.html">QsciDocument</a> & <b>operator=</b> (const <a class="el" href="classQsciDocument.html">QsciDocument</a> &)
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>The <a class="el" href="classQsciDocument.html" title="The QsciDocument class represents a document to be edited.">QsciDocument</a> class represents a document to be edited. </p>
<p>It is an opaque class that can be attached to multiple instances of <a class="el" href="classQsciScintilla.html" title="The QsciScintilla class implements a higher level, more Qt-like, API to the Scintilla...">QsciScintilla</a> to create different simultaneous views of the same document. <a class="el" href="classQsciDocument.html" title="The QsciDocument class represents a document to be edited.">QsciDocument</a> uses implicit sharing so that copying class instances is a cheap operation. </p>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Jan 20 19:56:10 2010 for QScintilla by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|