|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Plugins.PluginVmListspace</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Plugins.PluginVmListspace</h1> |
|
12 <p> |
|
13 Module implementing the Tabview view manager plugin. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>displayString</td></tr><tr><td>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>packageName</td></tr><tr><td>pluginType</td></tr><tr><td>pluginTypename</td></tr><tr><td>pyqtApi</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#VmListspacePlugin">VmListspacePlugin</a></td> |
|
23 <td>Class implementing the Listspace view manager plugin.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr> |
|
29 <td><a href="#previewPix">previewPix</a></td> |
|
30 <td>Module function to return a preview pixmap.</td> |
|
31 </tr> |
|
32 </table> |
|
33 <hr /><hr /> |
|
34 <a NAME="VmListspacePlugin" ID="VmListspacePlugin"></a> |
|
35 <h2>VmListspacePlugin</h2> |
|
36 <p> |
|
37 Class implementing the Listspace view manager plugin. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 object |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#VmListspacePlugin.__init__">VmListspacePlugin</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#VmListspacePlugin.activate">activate</a></td> |
|
52 <td>Public method to activate this plugin.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#VmListspacePlugin.deactivate">deactivate</a></td> |
|
55 <td>Public method to deactivate this plugin.</td> |
|
56 </tr> |
|
57 </table> |
|
58 <a NAME="VmListspacePlugin.__init__" ID="VmListspacePlugin.__init__"></a> |
|
59 <h4>VmListspacePlugin (Constructor)</h4> |
|
60 <b>VmListspacePlugin</b>(<i>ui</i>) |
|
61 <p> |
|
62 Constructor |
|
63 </p><dl> |
|
64 <dt><i>ui</i></dt> |
|
65 <dd> |
|
66 reference to the user interface object (UI.UserInterface) |
|
67 </dd> |
|
68 </dl><a NAME="VmListspacePlugin.activate" ID="VmListspacePlugin.activate"></a> |
|
69 <h4>VmListspacePlugin.activate</h4> |
|
70 <b>activate</b>(<i></i>) |
|
71 <p> |
|
72 Public method to activate this plugin. |
|
73 </p><dl> |
|
74 <dt>Returns:</dt> |
|
75 <dd> |
|
76 tuple of reference to instantiated viewmanager and |
|
77 activation status (boolean) |
|
78 </dd> |
|
79 </dl><a NAME="VmListspacePlugin.deactivate" ID="VmListspacePlugin.deactivate"></a> |
|
80 <h4>VmListspacePlugin.deactivate</h4> |
|
81 <b>deactivate</b>(<i></i>) |
|
82 <p> |
|
83 Public method to deactivate this plugin. |
|
84 </p> |
|
85 <div align="right"><a href="#top">Up</a></div> |
|
86 <hr /><hr /> |
|
87 <a NAME="previewPix" ID="previewPix"></a> |
|
88 <h2>previewPix</h2> |
|
89 <b>previewPix</b>(<i></i>) |
|
90 <p> |
|
91 Module function to return a preview pixmap. |
|
92 </p><dl> |
|
93 <dt>Returns:</dt> |
|
94 <dd> |
|
95 preview pixmap (QPixmap) |
|
96 </dd> |
|
97 </dl> |
|
98 <div align="right"><a href="#top">Up</a></div> |
|
99 <hr /> |
|
100 </body></html> |