3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
4 <html><head> |
4 <html><head> |
5 <title>Plugin_Assistant_Eric.AssistantEric.Assistant</title> |
5 <title>Plugin_Assistant_Eric.AssistantEric.Assistant</title> |
6 <style> |
6 <style> |
7 body { |
7 body { |
8 background:white; |
8 background: #EDECE6; |
9 margin: 0em 1em 10em 1em; |
9 margin: 0em 1em 10em 1em; |
10 color: black; |
10 color: black; |
11 } |
11 } |
12 |
12 |
13 h1 { color: white; background: #4FA4FF; } |
13 h1 { color: white; background: #85774A; } |
14 h2 { color: white; background: #4FA4FF; } |
14 h2 { color: white; background: #85774A; } |
15 h3 { color: white; background: #00557F; } |
15 h3 { color: white; background: #9D936E; } |
16 h4 { color: white; background: #00557F; } |
16 h4 { color: white; background: #9D936E; } |
17 |
17 |
18 a { color: #AA5500; } |
18 a { color: #BA6D36; } |
19 |
19 |
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>Plugin_Assistant_Eric.AssistantEric.Assistant</h1> |
23 <h1>Plugin_Assistant_Eric.AssistantEric.Assistant</h1> |
110 <td>Public method to enable or disable a feature.</td> |
110 <td>Public method to enable or disable a feature.</td> |
111 </tr> |
111 </tr> |
112 </table> |
112 </table> |
113 <a NAME="Assistant.__init__" ID="Assistant.__init__"></a> |
113 <a NAME="Assistant.__init__" ID="Assistant.__init__"></a> |
114 <h4>Assistant (Constructor)</h4> |
114 <h4>Assistant (Constructor)</h4> |
115 <b>Assistant</b>(<i>plugin, parent = None</i>) |
115 <b>Assistant</b>(<i>plugin, newStyle, parent = None</i>) |
116 <p> |
116 <p> |
117 Constructor |
117 Constructor |
118 </p><dl> |
118 </p><dl> |
119 <dt><i>plugin</i></dt> |
119 <dt><i>plugin</i></dt> |
120 <dd> |
120 <dd> |
121 reference to the plugin object |
121 reference to the plugin object |
|
122 </dd><dt><i>newStyle</i></dt> |
|
123 <dd> |
|
124 flag indicating usage of new style signals (bool) |
122 </dd><dt><i>parent</i></dt> |
125 </dd><dt><i>parent</i></dt> |
123 <dd> |
126 <dd> |
124 parent (QObject) |
127 parent (QObject) |
125 </dd> |
128 </dd> |
126 </dl><a NAME="Assistant.__completionListSelected" ID="Assistant.__completionListSelected"></a> |
129 </dl><a NAME="Assistant.__completionListSelected" ID="Assistant.__completionListSelected"></a> |