119 <dd> |
119 <dd> |
120 emitted when a syntax error is toggled. |
120 emitted when a syntax error is toggled. |
121 </dd> |
121 </dd> |
122 </dl> |
122 </dl> |
123 <h3>Derived from</h3> |
123 <h3>Derived from</h3> |
124 QSplitter, ViewManager |
124 ViewManager |
125 <h3>Class Attributes</h3> |
125 <h3>Class Attributes</h3> |
126 <table> |
126 <table> |
127 <tr><td>None</td></tr> |
127 <tr><td>None</td></tr> |
128 </table> |
128 </table> |
129 <h3>Class Methods</h3> |
129 <h3>Class Methods</h3> |
223 <td><a href="#Listspace.eventFilter">eventFilter</a></td> |
223 <td><a href="#Listspace.eventFilter">eventFilter</a></td> |
224 <td>Public method called to filter the event queue.</td> |
224 <td>Public method called to filter the event queue.</td> |
225 </tr><tr> |
225 </tr><tr> |
226 <td><a href="#Listspace.getSplitOrientation">getSplitOrientation</a></td> |
226 <td><a href="#Listspace.getSplitOrientation">getSplitOrientation</a></td> |
227 <td>Public method to get the orientation of the split view.</td> |
227 <td>Public method to get the orientation of the split view.</td> |
|
228 </tr><tr> |
|
229 <td><a href="#Listspace.mainWidget">mainWidget</a></td> |
|
230 <td>Public method to return a reference to the main Widget of a specific view manager subclass.</td> |
228 </tr><tr> |
231 </tr><tr> |
229 <td><a href="#Listspace.nextSplit">nextSplit</a></td> |
232 <td><a href="#Listspace.nextSplit">nextSplit</a></td> |
230 <td>Public slot used to move to the next split.</td> |
233 <td>Public slot used to move to the next split.</td> |
231 </tr><tr> |
234 </tr><tr> |
232 <td><a href="#Listspace.prevSplit">prevSplit</a></td> |
235 <td><a href="#Listspace.prevSplit">prevSplit</a></td> |
522 Public method to get the orientation of the split view. |
525 Public method to get the orientation of the split view. |
523 </p><dl> |
526 </p><dl> |
524 <dt>Returns:</dt> |
527 <dt>Returns:</dt> |
525 <dd> |
528 <dd> |
526 orientation of the split (Qt.Horizontal or Qt.Vertical) |
529 orientation of the split (Qt.Horizontal or Qt.Vertical) |
|
530 </dd> |
|
531 </dl><a NAME="Listspace.mainWidget" ID="Listspace.mainWidget"></a> |
|
532 <h4>Listspace.mainWidget</h4> |
|
533 <b>mainWidget</b>(<i></i>) |
|
534 <p> |
|
535 Public method to return a reference to the main Widget of a |
|
536 specific view manager subclass. |
|
537 </p><dl> |
|
538 <dt>Returns:</dt> |
|
539 <dd> |
|
540 reference to the main widget |
|
541 </dd> |
|
542 </dl><dl> |
|
543 <dt>Return Type:</dt> |
|
544 <dd> |
|
545 QWidget |
527 </dd> |
546 </dd> |
528 </dl><a NAME="Listspace.nextSplit" ID="Listspace.nextSplit"></a> |
547 </dl><a NAME="Listspace.nextSplit" ID="Listspace.nextSplit"></a> |
529 <h4>Listspace.nextSplit</h4> |
548 <h4>Listspace.nextSplit</h4> |
530 <b>nextSplit</b>(<i></i>) |
549 <b>nextSplit</b>(<i></i>) |
531 <p> |
550 <p> |