|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerJediPage</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerJediPage</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing the Jedi Mouse Click Handler configuration page. |
|
13 </p> |
|
14 <h3>Global Attributes</h3> |
|
15 |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 |
|
21 <table> |
|
22 |
|
23 <tr> |
|
24 <td><a href="#EditorMouseClickHandlerJediPage">EditorMouseClickHandlerJediPage</a></td> |
|
25 <td>Class implementing the Jedi Mouse Click Handler configuration page.</td> |
|
26 </tr> |
|
27 </table> |
|
28 <h3>Functions</h3> |
|
29 |
|
30 <table> |
|
31 |
|
32 <tr> |
|
33 <td><a href="#create">create</a></td> |
|
34 <td>Module function to create the configuration page.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <hr /> |
|
38 <hr /> |
|
39 <a NAME="EditorMouseClickHandlerJediPage" ID="EditorMouseClickHandlerJediPage"></a> |
|
40 <h2>EditorMouseClickHandlerJediPage</h2> |
|
41 |
|
42 <p> |
|
43 Class implementing the Jedi Mouse Click Handler configuration page. |
|
44 </p> |
|
45 <h3>Derived from</h3> |
|
46 ConfigurationPageBase, Ui_EditorMouseClickHandlerJediPage |
|
47 <h3>Class Attributes</h3> |
|
48 |
|
49 <table> |
|
50 <tr><td>None</td></tr> |
|
51 </table> |
|
52 <h3>Class Methods</h3> |
|
53 |
|
54 <table> |
|
55 <tr><td>None</td></tr> |
|
56 </table> |
|
57 <h3>Methods</h3> |
|
58 |
|
59 <table> |
|
60 |
|
61 <tr> |
|
62 <td><a href="#EditorMouseClickHandlerJediPage.__init__">EditorMouseClickHandlerJediPage</a></td> |
|
63 <td>Constructor</td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td><a href="#EditorMouseClickHandlerJediPage.on_changeGotoButton_clicked">on_changeGotoButton_clicked</a></td> |
|
67 <td>Private slot to change the 'goto' mouse click sequence.</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td><a href="#EditorMouseClickHandlerJediPage.save">save</a></td> |
|
71 <td>Public slot to save the Jedi Mouse Click Handler configuration.</td> |
|
72 </tr> |
|
73 </table> |
|
74 <h3>Static Methods</h3> |
|
75 |
|
76 <table> |
|
77 <tr><td>None</td></tr> |
|
78 </table> |
|
79 |
|
80 <a NAME="EditorMouseClickHandlerJediPage.__init__" ID="EditorMouseClickHandlerJediPage.__init__"></a> |
|
81 <h4>EditorMouseClickHandlerJediPage (Constructor)</h4> |
|
82 <b>EditorMouseClickHandlerJediPage</b>(<i></i>) |
|
83 |
|
84 <p> |
|
85 Constructor |
|
86 </p> |
|
87 <a NAME="EditorMouseClickHandlerJediPage.on_changeGotoButton_clicked" ID="EditorMouseClickHandlerJediPage.on_changeGotoButton_clicked"></a> |
|
88 <h4>EditorMouseClickHandlerJediPage.on_changeGotoButton_clicked</h4> |
|
89 <b>on_changeGotoButton_clicked</b>(<i></i>) |
|
90 |
|
91 <p> |
|
92 Private slot to change the 'goto' mouse click sequence. |
|
93 </p> |
|
94 <a NAME="EditorMouseClickHandlerJediPage.save" ID="EditorMouseClickHandlerJediPage.save"></a> |
|
95 <h4>EditorMouseClickHandlerJediPage.save</h4> |
|
96 <b>save</b>(<i></i>) |
|
97 |
|
98 <p> |
|
99 Public slot to save the Jedi Mouse Click Handler configuration. |
|
100 </p> |
|
101 <div align="right"><a href="#top">Up</a></div> |
|
102 <hr /> |
|
103 <hr /> |
|
104 <a NAME="create" ID="create"></a> |
|
105 <h2>create</h2> |
|
106 <b>create</b>(<i>dlg</i>) |
|
107 |
|
108 <p> |
|
109 Module function to create the configuration page. |
|
110 </p> |
|
111 <dl> |
|
112 |
|
113 <dt><i>dlg</i></dt> |
|
114 <dd> |
|
115 reference to the configuration dialog |
|
116 </dd> |
|
117 </dl> |
|
118 <dl> |
|
119 <dt>Return:</dt> |
|
120 <dd> |
|
121 reference to the instantiated page (ConfigurationPageBase) |
|
122 </dd> |
|
123 </dl> |
|
124 <div align="right"><a href="#top">Up</a></div> |
|
125 <hr /> |
|
126 </body></html> |