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.PluginAbout</h1> |
23 <h1>eric5.Plugins.PluginAbout</h1> |
24 <p> |
24 <p> |
25 Module implementing the About plugin. |
25 Module implementing the About 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>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>packageName</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>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>packageName</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="#AboutPlugin">AboutPlugin</a></td> |
34 <td><a href="#AboutPlugin">AboutPlugin</a></td> |
35 <td>Class implementing the About plugin.</td> |
35 <td>Class implementing the About plugin.</td> |
36 </tr> |
36 </tr> |
37 </table> |
37 </table> |
38 <h3>Functions</h3> |
38 <h3>Functions</h3> |
39 <table> |
39 <table> |
40 <tr><td>None</td></tr> |
40 <tr><td>None</td></tr> |
41 </table> |
41 </table> |
42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="AboutPlugin" ID="AboutPlugin"></a> |
43 <a NAME="AboutPlugin" ID="AboutPlugin"></a> |
44 <h2>AboutPlugin</h2> |
44 <h2>AboutPlugin</h2> |
45 <p> |
45 <p> |
46 Class implementing the About plugin. |
46 Class implementing the About plugin. |
47 </p> |
47 </p> |
48 <h3>Derived from</h3> |
48 <h3>Derived from</h3> |
49 QObject |
49 QObject |
50 <h3>Class Attributes</h3> |
50 <h3>Class Attributes</h3> |
51 <table> |
51 <table> |
53 </table> |
53 </table> |
54 <h3>Methods</h3> |
54 <h3>Methods</h3> |
55 <table> |
55 <table> |
56 <tr> |
56 <tr> |
57 <td><a href="#AboutPlugin.__init__">AboutPlugin</a></td> |
57 <td><a href="#AboutPlugin.__init__">AboutPlugin</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#AboutPlugin.__about">__about</a></td> |
60 <td><a href="#AboutPlugin.__about">__about</a></td> |
61 <td>Private slot to handle the About dialog.</td> |
61 <td>Private slot to handle the About dialog.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#AboutPlugin.__aboutQt">__aboutQt</a></td> |
63 <td><a href="#AboutPlugin.__aboutQt">__aboutQt</a></td> |
64 <td>Private slot to handle the About Qt dialog.</td> |
64 <td>Private slot to handle the About Qt dialog.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#AboutPlugin.__initActions">__initActions</a></td> |
66 <td><a href="#AboutPlugin.__initActions">__initActions</a></td> |
67 <td>Private method to initialize the actions.</td> |
67 <td>Private method to initialize the actions.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#AboutPlugin.__initMenu">__initMenu</a></td> |
69 <td><a href="#AboutPlugin.__initMenu">__initMenu</a></td> |
70 <td>Private method to add the actions to the right menu.</td> |
70 <td>Private method to add the actions to the right menu.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#AboutPlugin.activate">activate</a></td> |
72 <td><a href="#AboutPlugin.activate">activate</a></td> |
73 <td>Public method to activate this plugin.</td> |
73 <td>Public method to activate this plugin.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#AboutPlugin.deactivate">deactivate</a></td> |
75 <td><a href="#AboutPlugin.deactivate">deactivate</a></td> |
76 <td>Public method to deactivate this plugin.</td> |
76 <td>Public method to deactivate this plugin.</td> |
77 </tr> |
77 </tr> |
78 </table> |
78 </table> |
79 <a NAME="AboutPlugin.__init__" ID="AboutPlugin.__init__"></a> |
79 <a NAME="AboutPlugin.__init__" ID="AboutPlugin.__init__"></a> |
80 <h4>AboutPlugin (Constructor)</h4> |
80 <h4>AboutPlugin (Constructor)</h4> |
81 <b>AboutPlugin</b>(<i>ui</i>) |
81 <b>AboutPlugin</b>(<i>ui</i>) |
82 <p> |
82 <p> |
83 Constructor |
83 Constructor |
84 </p><dl> |
84 </p><dl> |
85 <dt><i>ui</i></dt> |
85 <dt><i>ui</i></dt> |
86 <dd> |
86 <dd> |
87 reference to the user interface object (UI.UserInterface) |
87 reference to the user interface object (UI.UserInterface) |
88 </dd> |
88 </dd> |
89 </dl><a NAME="AboutPlugin.__about" ID="AboutPlugin.__about"></a> |
89 </dl><a NAME="AboutPlugin.__about" ID="AboutPlugin.__about"></a> |
90 <h4>AboutPlugin.__about</h4> |
90 <h4>AboutPlugin.__about</h4> |
91 <b>__about</b>(<i></i>) |
91 <b>__about</b>(<i></i>) |
92 <p> |
92 <p> |
93 Private slot to handle the About dialog. |
93 Private slot to handle the About dialog. |
94 </p><a NAME="AboutPlugin.__aboutQt" ID="AboutPlugin.__aboutQt"></a> |
94 </p><a NAME="AboutPlugin.__aboutQt" ID="AboutPlugin.__aboutQt"></a> |
95 <h4>AboutPlugin.__aboutQt</h4> |
95 <h4>AboutPlugin.__aboutQt</h4> |
96 <b>__aboutQt</b>(<i></i>) |
96 <b>__aboutQt</b>(<i></i>) |
97 <p> |
97 <p> |
98 Private slot to handle the About Qt dialog. |
98 Private slot to handle the About Qt dialog. |
99 </p><a NAME="AboutPlugin.__initActions" ID="AboutPlugin.__initActions"></a> |
99 </p><a NAME="AboutPlugin.__initActions" ID="AboutPlugin.__initActions"></a> |
100 <h4>AboutPlugin.__initActions</h4> |
100 <h4>AboutPlugin.__initActions</h4> |
101 <b>__initActions</b>(<i></i>) |
101 <b>__initActions</b>(<i></i>) |
102 <p> |
102 <p> |
103 Private method to initialize the actions. |
103 Private method to initialize the actions. |
104 </p><a NAME="AboutPlugin.__initMenu" ID="AboutPlugin.__initMenu"></a> |
104 </p><a NAME="AboutPlugin.__initMenu" ID="AboutPlugin.__initMenu"></a> |
105 <h4>AboutPlugin.__initMenu</h4> |
105 <h4>AboutPlugin.__initMenu</h4> |
106 <b>__initMenu</b>(<i></i>) |
106 <b>__initMenu</b>(<i></i>) |
107 <p> |
107 <p> |
108 Private method to add the actions to the right menu. |
108 Private method to add the actions to the right menu. |
109 </p><a NAME="AboutPlugin.activate" ID="AboutPlugin.activate"></a> |
109 </p><a NAME="AboutPlugin.activate" ID="AboutPlugin.activate"></a> |
110 <h4>AboutPlugin.activate</h4> |
110 <h4>AboutPlugin.activate</h4> |
111 <b>activate</b>(<i></i>) |
111 <b>activate</b>(<i></i>) |
112 <p> |
112 <p> |
113 Public method to activate this plugin. |
113 Public method to activate this plugin. |
114 </p><dl> |
114 </p><dl> |
115 <dt>Returns:</dt> |
115 <dt>Returns:</dt> |
116 <dd> |
116 <dd> |
117 tuple of None and activation status (boolean) |
117 tuple of None and activation status (boolean) |
118 </dd> |
118 </dd> |
119 </dl><a NAME="AboutPlugin.deactivate" ID="AboutPlugin.deactivate"></a> |
119 </dl><a NAME="AboutPlugin.deactivate" ID="AboutPlugin.deactivate"></a> |
120 <h4>AboutPlugin.deactivate</h4> |
120 <h4>AboutPlugin.deactivate</h4> |
121 <b>deactivate</b>(<i></i>) |
121 <b>deactivate</b>(<i></i>) |
122 <p> |
122 <p> |
123 Public method to deactivate this plugin. |
123 Public method to deactivate this plugin. |
124 </p> |
124 </p> |
125 <div align="right"><a href="#top">Up</a></div> |
125 <div align="right"><a href="#top">Up</a></div> |
126 <hr /> |
126 <hr /> |
127 </body></html> |
127 </body></html> |