File: classQsciMacro.html

package info (click to toggle)
qscintilla2 2.8.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 20,080 kB
  • ctags: 15,075
  • sloc: cpp: 103,355; ansic: 2,762; python: 1,222; makefile: 212
file content (174 lines) | stat: -rw-r--r-- 7,766 bytes parent folder | download
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
<!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: QsciMacro Class Reference</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />



</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">QScintilla
   &#160;<span id="projectnumber">2.8.4</span>
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.5.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;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 id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#pub-slots">Public Slots</a> &#124;
<a href="#pub-methods">Public Member Functions</a>  </div>
  <div class="headertitle">
<div class="title">QsciMacro Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="QsciMacro" -->
<p><code>#include &lt;qscimacro.h&gt;</code></p>

<p><a href="classQsciMacro-members.html">List of all members.</a></p>
<h2><a name="nested-classes"></a>
Classes</h2>
<ul>
<li>struct <b>Macro</b>
</ul>
<h2><a name="pub-slots"></a>
Public Slots</h2>
<ul>
<li><a class="anchor" id="a3de5fbc4e99be9cb9d10d90dd8b1059d"></a><!-- doxytag: member="QsciMacro::play" ref="a3de5fbc4e99be9cb9d10d90dd8b1059d" args="()" -->
virtual void <a class="el" href="classQsciMacro.html#a3de5fbc4e99be9cb9d10d90dd8b1059d">play</a> ()
<li><a class="anchor" id="a4a5648ea6c1e35aaaa55f9aaf83e7eda"></a><!-- doxytag: member="QsciMacro::startRecording" ref="a4a5648ea6c1e35aaaa55f9aaf83e7eda" args="()" -->
virtual void <a class="el" href="classQsciMacro.html#a4a5648ea6c1e35aaaa55f9aaf83e7eda">startRecording</a> ()
<li><a class="anchor" id="a783f17e12ca844655568b5718aa26a35"></a><!-- doxytag: member="QsciMacro::endRecording" ref="a783f17e12ca844655568b5718aa26a35" args="()" -->
virtual void <a class="el" href="classQsciMacro.html#a783f17e12ca844655568b5718aa26a35">endRecording</a> ()
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="anchor" id="a168da9e3a890906f229505cd253eec4b"></a><!-- doxytag: member="QsciMacro::QsciMacro" ref="a168da9e3a890906f229505cd253eec4b" args="(QsciScintilla *parent)" -->
<a class="el" href="classQsciMacro.html#a168da9e3a890906f229505cd253eec4b">QsciMacro</a> (<a class="el" href="classQsciScintilla.html">QsciScintilla</a> *parent)
<li><a class="el" href="classQsciMacro.html#a933a97fb937d67dbe86a4abe229c755f">QsciMacro</a> (const QString &amp;asc, <a class="el" href="classQsciScintilla.html">QsciScintilla</a> *parent)
<li><a class="anchor" id="a17533fc70491bd7752d4a8ead5facf01"></a><!-- doxytag: member="QsciMacro::~QsciMacro" ref="a17533fc70491bd7752d4a8ead5facf01" args="()" -->
virtual <a class="el" href="classQsciMacro.html#a17533fc70491bd7752d4a8ead5facf01">~QsciMacro</a> ()
<li><a class="anchor" id="a4387e4fa992c8671dd508c0c2651e34f"></a><!-- doxytag: member="QsciMacro::clear" ref="a4387e4fa992c8671dd508c0c2651e34f" args="()" -->
void <a class="el" href="classQsciMacro.html#a4387e4fa992c8671dd508c0c2651e34f">clear</a> ()
<li>bool <a class="el" href="classQsciMacro.html#a1c342b5db46e12a8d73567fac9959543">load</a> (const QString &amp;asc)
<li>QString <a class="el" href="classQsciMacro.html#a70b5b257c7c60777d134069a9cff3a28">save</a> () const 
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>The <a class="el" href="classQsciMacro.html" title="The QsciMacro class represents a sequence of recordable editor commands.">QsciMacro</a> class represents a sequence of recordable editor commands. </p>
<p>Methods are provided to convert convert a macro to and from a textual representation so that they can be easily written to and read from permanent storage. </p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a933a97fb937d67dbe86a4abe229c755f"></a><!-- doxytag: member="QsciMacro::QsciMacro" ref="a933a97fb937d67dbe86a4abe229c755f" args="(const QString &amp;asc, QsciScintilla *parent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QsciMacro::QsciMacro </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&#160;</td>
          <td class="paramname"><em>asc</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classQsciScintilla.html">QsciScintilla</a> *&#160;</td>
          <td class="paramname"><em>parent</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Construct a <a class="el" href="classQsciMacro.html" title="The QsciMacro class represents a sequence of recordable editor commands.">QsciMacro</a> from the printable ASCII representation <em>asc</em>, with parent <em>parent</em>. </p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a1c342b5db46e12a8d73567fac9959543"></a><!-- doxytag: member="QsciMacro::load" ref="a1c342b5db46e12a8d73567fac9959543" args="(const QString &amp;asc)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool QsciMacro::load </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&#160;</td>
          <td class="paramname"><em>asc</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Load the macro from the printable ASCII representation <em>asc</em>. Returns true if there was no error.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classQsciMacro.html#a70b5b257c7c60777d134069a9cff3a28">save()</a> </dd></dl>

</div>
</div>
<a class="anchor" id="a70b5b257c7c60777d134069a9cff3a28"></a><!-- doxytag: member="QsciMacro::save" ref="a70b5b257c7c60777d134069a9cff3a28" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString QsciMacro::save </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Return a printable ASCII representation of the macro. It is guaranteed that only printable ASCII characters are used and that double quote characters will not be used.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classQsciMacro.html#a1c342b5db46e12a8d73567fac9959543">load()</a> </dd></dl>

</div>
</div>
</div>


<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 11 2014 18:15:20 for QScintilla by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.5.1
</small></address>

</body>
</html>