79 <tr> |
79 <tr> |
80 <td><a href="#Previewer.__processEditor">__processEditor</a></td> |
80 <td><a href="#Previewer.__processEditor">__processEditor</a></td> |
81 <td>Private slot to schedule the processing of the current editor's text.</td> |
81 <td>Private slot to schedule the processing of the current editor's text.</td> |
82 </tr> |
82 </tr> |
83 <tr> |
83 <tr> |
|
84 <td><a href="#Previewer.__shutdown">__shutdown</a></td> |
|
85 <td>Private method to perform shutdown actions.</td> |
|
86 </tr> |
|
87 <tr> |
84 <td><a href="#Previewer.__splitterMoved">__splitterMoved</a></td> |
88 <td><a href="#Previewer.__splitterMoved">__splitterMoved</a></td> |
85 <td>Private slot to handle the movement of the embedding splitter's handle.</td> |
89 <td>Private slot to handle the movement of the embedding splitter's handle.</td> |
86 </tr> |
90 </tr> |
87 <tr> |
91 <tr> |
88 <td><a href="#Previewer.hide">hide</a></td> |
92 <td><a href="#Previewer.hide">hide</a></td> |
98 </tr> |
102 </tr> |
99 <tr> |
103 <tr> |
100 <td><a href="#Previewer.show">show</a></td> |
104 <td><a href="#Previewer.show">show</a></td> |
101 <td>Public method to show the preview widget.</td> |
105 <td>Public method to show the preview widget.</td> |
102 </tr> |
106 </tr> |
103 <tr> |
|
104 <td><a href="#Previewer.shutdown">shutdown</a></td> |
|
105 <td>Public method to perform shutdown actions.</td> |
|
106 </tr> |
|
107 </table> |
107 </table> |
108 |
108 |
109 <h3>Static Methods</h3> |
109 <h3>Static Methods</h3> |
110 <table> |
110 <table> |
111 <tr><td>None</td></tr> |
111 <tr><td>None</td></tr> |
112 </table> |
112 </table> |
113 |
113 |
114 |
114 |
115 <a NAME="Previewer.__init__" ID="Previewer.__init__"></a> |
115 <a NAME="Previewer.__init__" ID="Previewer.__init__"></a> |
116 <h4>Previewer (Constructor)</h4> |
116 <h4>Previewer (Constructor)</h4> |
117 <b>Previewer</b>(<i>viewmanager, parent=None</i>) |
117 <b>Previewer</b>(<i>viewmanager, ui</i>) |
118 <p> |
118 <p> |
119 Constructor |
119 Constructor |
120 </p> |
120 </p> |
121 |
121 |
122 <dl> |
122 <dl> |
123 |
123 |
124 <dt><i>viewmanager</i> (ViewManager)</dt> |
124 <dt><i>viewmanager</i> (ViewManager)</dt> |
125 <dd> |
125 <dd> |
126 reference to the viewmanager object |
126 reference to the viewmanager object |
127 </dd> |
127 </dd> |
128 <dt><i>parent</i> (QWidget)</dt> |
128 <dt><i>ui</i> (QWidget)</dt> |
129 <dd> |
129 <dd> |
130 reference to the parent widget |
130 reference to the main ui widget |
131 </dd> |
131 </dd> |
132 </dl> |
132 </dl> |
133 <a NAME="Previewer.__editorChanged" ID="Previewer.__editorChanged"></a> |
133 <a NAME="Previewer.__editorChanged" ID="Previewer.__editorChanged"></a> |
134 <h4>Previewer.__editorChanged</h4> |
134 <h4>Previewer.__editorChanged</h4> |
135 <b>__editorChanged</b>(<i>editor</i>) |
135 <b>__editorChanged</b>(<i>editor</i>) |
218 <b>__processEditor</b>(<i></i>) |
218 <b>__processEditor</b>(<i></i>) |
219 <p> |
219 <p> |
220 Private slot to schedule the processing of the current editor's text. |
220 Private slot to schedule the processing of the current editor's text. |
221 </p> |
221 </p> |
222 |
222 |
|
223 <a NAME="Previewer.__shutdown" ID="Previewer.__shutdown"></a> |
|
224 <h4>Previewer.__shutdown</h4> |
|
225 <b>__shutdown</b>(<i></i>) |
|
226 <p> |
|
227 Private method to perform shutdown actions. |
|
228 </p> |
|
229 |
223 <a NAME="Previewer.__splitterMoved" ID="Previewer.__splitterMoved"></a> |
230 <a NAME="Previewer.__splitterMoved" ID="Previewer.__splitterMoved"></a> |
224 <h4>Previewer.__splitterMoved</h4> |
231 <h4>Previewer.__splitterMoved</h4> |
225 <b>__splitterMoved</b>(<i></i>) |
232 <b>__splitterMoved</b>(<i></i>) |
226 <p> |
233 <p> |
227 Private slot to handle the movement of the embedding splitter's handle. |
234 Private slot to handle the movement of the embedding splitter's handle. |