96 <p> |
96 <p> |
97 Constructor |
97 Constructor |
98 </p> |
98 </p> |
99 <dl> |
99 <dl> |
100 |
100 |
101 <dt><i>ui</i></dt> |
101 <dt><i>ui</i> (UserInterface)</dt> |
102 <dd> |
102 <dd> |
103 reference to the user interface object (UI.UserInterface) |
103 reference to the user interface object |
104 </dd> |
104 </dd> |
105 </dl> |
105 </dl> |
106 <a NAME="QRegularExpressionWizard.__callForm" ID="QRegularExpressionWizard.__callForm"></a> |
106 <a NAME="QRegularExpressionWizard.__callForm" ID="QRegularExpressionWizard.__callForm"></a> |
107 <h4>QRegularExpressionWizard.__callForm</h4> |
107 <h4>QRegularExpressionWizard.__callForm</h4> |
108 <b>__callForm</b>(<i>editor</i>) |
108 <b>__callForm</b>(<i>editor</i>) |
110 <p> |
110 <p> |
111 Private method to display a dialog and get the code. |
111 Private method to display a dialog and get the code. |
112 </p> |
112 </p> |
113 <dl> |
113 <dl> |
114 |
114 |
115 <dt><i>editor</i></dt> |
115 <dt><i>editor</i> (Editor)</dt> |
116 <dd> |
116 <dd> |
117 reference to the current editor |
117 reference to the current editor |
118 </dd> |
118 </dd> |
119 </dl> |
119 </dl> |
120 <dl> |
120 <dl> |
121 <dt>Return:</dt> |
121 <dt>Return:</dt> |
122 <dd> |
122 <dd> |
123 the generated code (string) |
123 the generated code |
|
124 </dd> |
|
125 </dl> |
|
126 <dl> |
|
127 <dt>Return Type:</dt> |
|
128 <dd> |
|
129 str |
124 </dd> |
130 </dd> |
125 </dl> |
131 </dl> |
126 <a NAME="QRegularExpressionWizard.__handle" ID="QRegularExpressionWizard.__handle"></a> |
132 <a NAME="QRegularExpressionWizard.__handle" ID="QRegularExpressionWizard.__handle"></a> |
127 <h4>QRegularExpressionWizard.__handle</h4> |
133 <h4>QRegularExpressionWizard.__handle</h4> |
128 <b>__handle</b>(<i></i>) |
134 <b>__handle</b>(<i></i>) |
152 Public method to activate this plugin. |
158 Public method to activate this plugin. |
153 </p> |
159 </p> |
154 <dl> |
160 <dl> |
155 <dt>Return:</dt> |
161 <dt>Return:</dt> |
156 <dd> |
162 <dd> |
157 tuple of None and activation status (boolean) |
163 tuple of None and activation status |
|
164 </dd> |
|
165 </dl> |
|
166 <dl> |
|
167 <dt>Return Type:</dt> |
|
168 <dd> |
|
169 bool |
158 </dd> |
170 </dd> |
159 </dl> |
171 </dl> |
160 <a NAME="QRegularExpressionWizard.deactivate" ID="QRegularExpressionWizard.deactivate"></a> |
172 <a NAME="QRegularExpressionWizard.deactivate" ID="QRegularExpressionWizard.deactivate"></a> |
161 <h4>QRegularExpressionWizard.deactivate</h4> |
173 <h4>QRegularExpressionWizard.deactivate</h4> |
162 <b>deactivate</b>(<i></i>) |
174 <b>deactivate</b>(<i></i>) |