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.PluginWizardPyRegExp</h1> |
23 <h1>eric5.Plugins.PluginWizardPyRegExp</h1> |
24 <p> |
24 <p> |
25 Module implementing the Python re wizard plugin. |
25 Module implementing the Python re wizard 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="#PyRegExpWizard">PyRegExpWizard</a></td> |
34 <td><a href="#PyRegExpWizard">PyRegExpWizard</a></td> |
35 <td>Class implementing the Python re wizard plugin.</td> |
35 <td>Class implementing the Python re wizard 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="PyRegExpWizard" ID="PyRegExpWizard"></a> |
43 <a NAME="PyRegExpWizard" ID="PyRegExpWizard"></a> |
44 <h2>PyRegExpWizard</h2> |
44 <h2>PyRegExpWizard</h2> |
45 <p> |
45 <p> |
46 Class implementing the Python re wizard plugin. |
46 Class implementing the Python re wizard 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="#PyRegExpWizard.__init__">PyRegExpWizard</a></td> |
57 <td><a href="#PyRegExpWizard.__init__">PyRegExpWizard</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#PyRegExpWizard.__callForm">__callForm</a></td> |
60 <td><a href="#PyRegExpWizard.__callForm">__callForm</a></td> |
61 <td>Private method to display a dialog and get the code.</td> |
61 <td>Private method to display a dialog and get the code.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#PyRegExpWizard.__handle">__handle</a></td> |
63 <td><a href="#PyRegExpWizard.__handle">__handle</a></td> |
64 <td>Private method to handle the wizards action</td> |
64 <td>Private method to handle the wizards action</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#PyRegExpWizard.__initAction">__initAction</a></td> |
66 <td><a href="#PyRegExpWizard.__initAction">__initAction</a></td> |
67 <td>Private method to initialize the action.</td> |
67 <td>Private method to initialize the action.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#PyRegExpWizard.__initMenu">__initMenu</a></td> |
69 <td><a href="#PyRegExpWizard.__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="#PyRegExpWizard.activate">activate</a></td> |
72 <td><a href="#PyRegExpWizard.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="#PyRegExpWizard.deactivate">deactivate</a></td> |
75 <td><a href="#PyRegExpWizard.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="PyRegExpWizard.__init__" ID="PyRegExpWizard.__init__"></a> |
79 <a NAME="PyRegExpWizard.__init__" ID="PyRegExpWizard.__init__"></a> |
80 <h4>PyRegExpWizard (Constructor)</h4> |
80 <h4>PyRegExpWizard (Constructor)</h4> |
81 <b>PyRegExpWizard</b>(<i>ui</i>) |
81 <b>PyRegExpWizard</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="PyRegExpWizard.__callForm" ID="PyRegExpWizard.__callForm"></a> |
89 </dl><a NAME="PyRegExpWizard.__callForm" ID="PyRegExpWizard.__callForm"></a> |
90 <h4>PyRegExpWizard.__callForm</h4> |
90 <h4>PyRegExpWizard.__callForm</h4> |
91 <b>__callForm</b>(<i>editor</i>) |
91 <b>__callForm</b>(<i>editor</i>) |
92 <p> |
92 <p> |
93 Private method to display a dialog and get the code. |
93 Private method to display a dialog and get the code. |
94 </p><dl> |
94 </p><dl> |
95 <dt><i>editor</i></dt> |
95 <dt><i>editor</i></dt> |
96 <dd> |
96 <dd> |
97 reference to the current editor |
97 reference to the current editor |
98 </dd> |
98 </dd> |
99 </dl><dl> |
99 </dl><dl> |
100 <dt>Returns:</dt> |
100 <dt>Returns:</dt> |
101 <dd> |
101 <dd> |
102 the generated code (string) |
102 the generated code (string) |
103 </dd> |
103 </dd> |
104 </dl><a NAME="PyRegExpWizard.__handle" ID="PyRegExpWizard.__handle"></a> |
104 </dl><a NAME="PyRegExpWizard.__handle" ID="PyRegExpWizard.__handle"></a> |
105 <h4>PyRegExpWizard.__handle</h4> |
105 <h4>PyRegExpWizard.__handle</h4> |
106 <b>__handle</b>(<i></i>) |
106 <b>__handle</b>(<i></i>) |
107 <p> |
107 <p> |
108 Private method to handle the wizards action |
108 Private method to handle the wizards action |
109 </p><a NAME="PyRegExpWizard.__initAction" ID="PyRegExpWizard.__initAction"></a> |
109 </p><a NAME="PyRegExpWizard.__initAction" ID="PyRegExpWizard.__initAction"></a> |
110 <h4>PyRegExpWizard.__initAction</h4> |
110 <h4>PyRegExpWizard.__initAction</h4> |
111 <b>__initAction</b>(<i></i>) |
111 <b>__initAction</b>(<i></i>) |
112 <p> |
112 <p> |
113 Private method to initialize the action. |
113 Private method to initialize the action. |
114 </p><a NAME="PyRegExpWizard.__initMenu" ID="PyRegExpWizard.__initMenu"></a> |
114 </p><a NAME="PyRegExpWizard.__initMenu" ID="PyRegExpWizard.__initMenu"></a> |
115 <h4>PyRegExpWizard.__initMenu</h4> |
115 <h4>PyRegExpWizard.__initMenu</h4> |
116 <b>__initMenu</b>(<i></i>) |
116 <b>__initMenu</b>(<i></i>) |
117 <p> |
117 <p> |
118 Private method to add the actions to the right menu. |
118 Private method to add the actions to the right menu. |
119 </p><a NAME="PyRegExpWizard.activate" ID="PyRegExpWizard.activate"></a> |
119 </p><a NAME="PyRegExpWizard.activate" ID="PyRegExpWizard.activate"></a> |
120 <h4>PyRegExpWizard.activate</h4> |
120 <h4>PyRegExpWizard.activate</h4> |
121 <b>activate</b>(<i></i>) |
121 <b>activate</b>(<i></i>) |
122 <p> |
122 <p> |
123 Public method to activate this plugin. |
123 Public method to activate this plugin. |
124 </p><dl> |
124 </p><dl> |
125 <dt>Returns:</dt> |
125 <dt>Returns:</dt> |
126 <dd> |
126 <dd> |
127 tuple of None and activation status (boolean) |
127 tuple of None and activation status (boolean) |
128 </dd> |
128 </dd> |
129 </dl><a NAME="PyRegExpWizard.deactivate" ID="PyRegExpWizard.deactivate"></a> |
129 </dl><a NAME="PyRegExpWizard.deactivate" ID="PyRegExpWizard.deactivate"></a> |
130 <h4>PyRegExpWizard.deactivate</h4> |
130 <h4>PyRegExpWizard.deactivate</h4> |
131 <b>deactivate</b>(<i></i>) |
131 <b>deactivate</b>(<i></i>) |
132 <p> |
132 <p> |
133 Public method to deactivate this plugin. |
133 Public method to deactivate this plugin. |
134 </p> |
134 </p> |
135 <div align="right"><a href="#top">Up</a></div> |
135 <div align="right"><a href="#top">Up</a></div> |
136 <hr /> |
136 <hr /> |
137 </body></html> |
137 </body></html> |