21 <body> |
21 <body> |
22 <a NAME="top" ID="top"></a> |
22 <a NAME="top" ID="top"></a> |
23 <h1>eric6.ViewManager.ViewManager</h1> |
23 <h1>eric6.ViewManager.ViewManager</h1> |
24 |
24 |
25 <p> |
25 <p> |
26 Module implementing the viewmanager base class. |
26 Module implementing the view manager base class. |
27 </p> |
27 </p> |
28 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
29 |
29 |
30 <table> |
30 <table> |
31 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
38 <td><a href="#QuickSearchLineEdit">QuickSearchLineEdit</a></td> |
38 <td><a href="#QuickSearchLineEdit">QuickSearchLineEdit</a></td> |
39 <td>Class implementing a line edit that reacts to newline and cancel commands.</td> |
39 <td>Class implementing a line edit that reacts to newline and cancel commands.</td> |
40 </tr> |
40 </tr> |
41 <tr> |
41 <tr> |
42 <td><a href="#ViewManager">ViewManager</a></td> |
42 <td><a href="#ViewManager">ViewManager</a></td> |
43 <td>Base class inherited by all specific viewmanager classes.</td> |
43 <td>Base class inherited by all specific view manager classes.</td> |
44 </tr> |
44 </tr> |
45 </table> |
45 </table> |
46 <h3>Functions</h3> |
46 <h3>Functions</h3> |
47 |
47 |
48 <table> |
48 <table> |
150 <hr /> |
150 <hr /> |
151 <a NAME="ViewManager" ID="ViewManager"></a> |
151 <a NAME="ViewManager" ID="ViewManager"></a> |
152 <h2>ViewManager</h2> |
152 <h2>ViewManager</h2> |
153 |
153 |
154 <p> |
154 <p> |
155 Base class inherited by all specific viewmanager classes. |
155 Base class inherited by all specific view manager classes. |
156 </p> |
156 </p> |
157 <p> |
157 <p> |
158 It defines the interface to be implemented by specific |
158 It defines the interface to be implemented by specific |
159 viewmanager classes and all common methods. |
159 view manager classes and all common methods. |
160 </p> |
160 </p> |
161 <h3>Signals</h3> |
161 <h3>Signals</h3> |
162 <dl> |
162 <dl> |
163 |
163 |
164 <dt>astViewerStateChanged(bool)</dt> |
164 <dt>astViewerStateChanged(bool)</dt> |