20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body><a NAME="top" ID="top"></a> |
22 <body><a NAME="top" ID="top"></a> |
23 <h1>eric5.Plugins.PluginVmListspace</h1> |
23 <h1>eric5.Plugins.PluginVmListspace</h1> |
24 <p> |
24 <p> |
25 Module implementing the Tabview view manager plugin. |
25 Module implementing the Tabview view manager plugin. |
26 </p> |
26 </p> |
27 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
28 <table> |
28 <table> |
29 <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> |
29 <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> |
30 </table> |
30 </table> |
31 <h3>Classes</h3> |
31 <h3>Classes</h3> |
32 <table> |
32 <table> |
33 <tr> |
33 <tr> |
34 <td><a href="#VmListspacePlugin">VmListspacePlugin</a></td> |
34 <td><a href="#VmListspacePlugin">VmListspacePlugin</a></td> |
35 <td>Class implementing the Listspace view manager plugin.</td> |
35 <td>Class implementing the Listspace view manager plugin.</td> |
36 </tr> |
36 </tr> |
37 </table> |
37 </table> |
38 <h3>Functions</h3> |
38 <h3>Functions</h3> |
39 <table> |
39 <table> |
40 <tr> |
40 <tr> |
41 <td><a href="#previewPix">previewPix</a></td> |
41 <td><a href="#previewPix">previewPix</a></td> |
42 <td>Module function to return a preview pixmap.</td> |
42 <td>Module function to return a preview pixmap.</td> |
43 </tr> |
43 </tr> |
44 </table> |
44 </table> |
45 <hr /><hr /> |
45 <hr /><hr /> |
46 <a NAME="VmListspacePlugin" ID="VmListspacePlugin"></a> |
46 <a NAME="VmListspacePlugin" ID="VmListspacePlugin"></a> |
47 <h2>VmListspacePlugin</h2> |
47 <h2>VmListspacePlugin</h2> |
48 <p> |
48 <p> |
49 Class implementing the Listspace view manager plugin. |
49 Class implementing the Listspace view manager plugin. |
50 </p> |
50 </p> |
51 <h3>Derived from</h3> |
51 <h3>Derived from</h3> |
52 object |
52 object |
53 <h3>Class Attributes</h3> |
53 <h3>Class Attributes</h3> |
54 <table> |
54 <table> |
56 </table> |
56 </table> |
57 <h3>Methods</h3> |
57 <h3>Methods</h3> |
58 <table> |
58 <table> |
59 <tr> |
59 <tr> |
60 <td><a href="#VmListspacePlugin.__init__">VmListspacePlugin</a></td> |
60 <td><a href="#VmListspacePlugin.__init__">VmListspacePlugin</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#VmListspacePlugin.activate">activate</a></td> |
63 <td><a href="#VmListspacePlugin.activate">activate</a></td> |
64 <td>Public method to activate this plugin.</td> |
64 <td>Public method to activate this plugin.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#VmListspacePlugin.deactivate">deactivate</a></td> |
66 <td><a href="#VmListspacePlugin.deactivate">deactivate</a></td> |
67 <td>Public method to deactivate this plugin.</td> |
67 <td>Public method to deactivate this plugin.</td> |
68 </tr> |
68 </tr> |
69 </table> |
69 </table> |
70 <a NAME="VmListspacePlugin.__init__" ID="VmListspacePlugin.__init__"></a> |
70 <a NAME="VmListspacePlugin.__init__" ID="VmListspacePlugin.__init__"></a> |
71 <h4>VmListspacePlugin (Constructor)</h4> |
71 <h4>VmListspacePlugin (Constructor)</h4> |
72 <b>VmListspacePlugin</b>(<i>ui</i>) |
72 <b>VmListspacePlugin</b>(<i>ui</i>) |
73 <p> |
73 <p> |
74 Constructor |
74 Constructor |
75 </p><dl> |
75 </p><dl> |
76 <dt><i>ui</i></dt> |
76 <dt><i>ui</i></dt> |
77 <dd> |
77 <dd> |
78 reference to the user interface object (UI.UserInterface) |
78 reference to the user interface object (UI.UserInterface) |
79 </dd> |
79 </dd> |
80 </dl><a NAME="VmListspacePlugin.activate" ID="VmListspacePlugin.activate"></a> |
80 </dl><a NAME="VmListspacePlugin.activate" ID="VmListspacePlugin.activate"></a> |
81 <h4>VmListspacePlugin.activate</h4> |
81 <h4>VmListspacePlugin.activate</h4> |
82 <b>activate</b>(<i></i>) |
82 <b>activate</b>(<i></i>) |
83 <p> |
83 <p> |
84 Public method to activate this plugin. |
84 Public method to activate this plugin. |
85 </p><dl> |
85 </p><dl> |
86 <dt>Returns:</dt> |
86 <dt>Returns:</dt> |
87 <dd> |
87 <dd> |
88 tuple of reference to instantiated viewmanager and |
88 tuple of reference to instantiated viewmanager and |
89 activation status (boolean) |
89 activation status (boolean) |
90 </dd> |
90 </dd> |
91 </dl><a NAME="VmListspacePlugin.deactivate" ID="VmListspacePlugin.deactivate"></a> |
91 </dl><a NAME="VmListspacePlugin.deactivate" ID="VmListspacePlugin.deactivate"></a> |
92 <h4>VmListspacePlugin.deactivate</h4> |
92 <h4>VmListspacePlugin.deactivate</h4> |
93 <b>deactivate</b>(<i></i>) |
93 <b>deactivate</b>(<i></i>) |
94 <p> |
94 <p> |
95 Public method to deactivate this plugin. |
95 Public method to deactivate this plugin. |
96 </p> |
96 </p> |
97 <div align="right"><a href="#top">Up</a></div> |
97 <div align="right"><a href="#top">Up</a></div> |
98 <hr /><hr /> |
98 <hr /><hr /> |
99 <a NAME="previewPix" ID="previewPix"></a> |
99 <a NAME="previewPix" ID="previewPix"></a> |
100 <h2>previewPix</h2> |
100 <h2>previewPix</h2> |
101 <b>previewPix</b>(<i></i>) |
101 <b>previewPix</b>(<i></i>) |
102 <p> |
102 <p> |
103 Module function to return a preview pixmap. |
103 Module function to return a preview pixmap. |
104 </p><dl> |
104 </p><dl> |
105 <dt>Returns:</dt> |
105 <dt>Returns:</dt> |
106 <dd> |
106 <dd> |
107 preview pixmap (QPixmap) |
107 preview pixmap (QPixmap) |
108 </dd> |
108 </dd> |
109 </dl> |
109 </dl> |
110 <div align="right"><a href="#top">Up</a></div> |
110 <div align="right"><a href="#top">Up</a></div> |
111 <hr /> |
111 <hr /> |
112 </body></html> |
112 </body></html> |