|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.PluginVmListspace</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.Plugins.PluginVmListspace</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing the Tabview view manager plugin. |
|
13 </p> |
|
14 <h3>Global Attributes</h3> |
|
15 |
|
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 |
|
21 <table> |
|
22 |
|
23 <tr> |
|
24 <td><a href="#VmListspacePlugin">VmListspacePlugin</a></td> |
|
25 <td>Class implementing the Listspace view manager plugin.</td> |
|
26 </tr> |
|
27 </table> |
|
28 <h3>Functions</h3> |
|
29 |
|
30 <table> |
|
31 |
|
32 <tr> |
|
33 <td><a href="#previewPix">previewPix</a></td> |
|
34 <td>Module function to return a preview pixmap.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <hr /> |
|
38 <hr /> |
|
39 <a NAME="VmListspacePlugin" ID="VmListspacePlugin"></a> |
|
40 <h2>VmListspacePlugin</h2> |
|
41 |
|
42 <p> |
|
43 Class implementing the Listspace view manager plugin. |
|
44 </p> |
|
45 <h3>Derived from</h3> |
|
46 QObject |
|
47 <h3>Class Attributes</h3> |
|
48 |
|
49 <table> |
|
50 <tr><td>None</td></tr> |
|
51 </table> |
|
52 <h3>Class Methods</h3> |
|
53 |
|
54 <table> |
|
55 <tr><td>None</td></tr> |
|
56 </table> |
|
57 <h3>Methods</h3> |
|
58 |
|
59 <table> |
|
60 |
|
61 <tr> |
|
62 <td><a href="#VmListspacePlugin.__init__">VmListspacePlugin</a></td> |
|
63 <td>Constructor</td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td><a href="#VmListspacePlugin.activate">activate</a></td> |
|
67 <td>Public method to activate this plugin.</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td><a href="#VmListspacePlugin.deactivate">deactivate</a></td> |
|
71 <td>Public method to deactivate this plugin.</td> |
|
72 </tr> |
|
73 </table> |
|
74 <h3>Static Methods</h3> |
|
75 |
|
76 <table> |
|
77 <tr><td>None</td></tr> |
|
78 </table> |
|
79 |
|
80 <a NAME="VmListspacePlugin.__init__" ID="VmListspacePlugin.__init__"></a> |
|
81 <h4>VmListspacePlugin (Constructor)</h4> |
|
82 <b>VmListspacePlugin</b>(<i>ui</i>) |
|
83 |
|
84 <p> |
|
85 Constructor |
|
86 </p> |
|
87 <dl> |
|
88 |
|
89 <dt><i>ui</i></dt> |
|
90 <dd> |
|
91 reference to the user interface object (UI.UserInterface) |
|
92 </dd> |
|
93 </dl> |
|
94 <a NAME="VmListspacePlugin.activate" ID="VmListspacePlugin.activate"></a> |
|
95 <h4>VmListspacePlugin.activate</h4> |
|
96 <b>activate</b>(<i></i>) |
|
97 |
|
98 <p> |
|
99 Public method to activate this plugin. |
|
100 </p> |
|
101 <dl> |
|
102 <dt>Return:</dt> |
|
103 <dd> |
|
104 tuple of reference to instantiated viewmanager and |
|
105 activation status (boolean) |
|
106 </dd> |
|
107 </dl> |
|
108 <a NAME="VmListspacePlugin.deactivate" ID="VmListspacePlugin.deactivate"></a> |
|
109 <h4>VmListspacePlugin.deactivate</h4> |
|
110 <b>deactivate</b>(<i></i>) |
|
111 |
|
112 <p> |
|
113 Public method to deactivate this plugin. |
|
114 </p> |
|
115 <div align="right"><a href="#top">Up</a></div> |
|
116 <hr /> |
|
117 <hr /> |
|
118 <a NAME="previewPix" ID="previewPix"></a> |
|
119 <h2>previewPix</h2> |
|
120 <b>previewPix</b>(<i></i>) |
|
121 |
|
122 <p> |
|
123 Module function to return a preview pixmap. |
|
124 </p> |
|
125 <dl> |
|
126 <dt>Return:</dt> |
|
127 <dd> |
|
128 preview pixmap (QPixmap) |
|
129 </dd> |
|
130 </dl> |
|
131 <div align="right"><a href="#top">Up</a></div> |
|
132 <hr /> |
|
133 </body></html> |