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