Documentation/Source/eric6.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.html

changeset 4288
1c9c1c12111a
equal deleted inserted replaced
4287:12274edd3050 4288:1c9c1c12111a
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Preferences.ConfigurationPages.EditorMouseClickHandlerPage</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Preferences.ConfigurationPages.EditorMouseClickHandlerPage</h1>
23 <p>
24 Module implementing the Editor Mouse Click Handlers configuration page.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#EditorMouseClickHandlerPage">EditorMouseClickHandlerPage</a></td>
34 <td>Class implementing the Editor Mouse Click Handlers configuration page.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr>
40 <td><a href="#create">create</a></td>
41 <td>Module function to create the configuration page.</td>
42 </tr>
43 </table>
44 <hr /><hr />
45 <a NAME="EditorMouseClickHandlerPage" ID="EditorMouseClickHandlerPage"></a>
46 <h2>EditorMouseClickHandlerPage</h2>
47 <p>
48 Class implementing the Editor Mouse Click Handlers configuration page.
49 </p>
50 <h3>Derived from</h3>
51 ConfigurationPageBase, Ui_EditorMouseClickHandlerPage
52 <h3>Class Attributes</h3>
53 <table>
54 <tr><td>None</td></tr>
55 </table>
56 <h3>Class Methods</h3>
57 <table>
58 <tr><td>None</td></tr>
59 </table>
60 <h3>Methods</h3>
61 <table>
62 <tr>
63 <td><a href="#EditorMouseClickHandlerPage.__init__">EditorMouseClickHandlerPage</a></td>
64 <td>Constructor</td>
65 </tr><tr>
66 <td><a href="#EditorMouseClickHandlerPage.save">save</a></td>
67 <td>Public slot to save the Editor Mouse Click Handlers configuration.</td>
68 </tr>
69 </table>
70 <h3>Static Methods</h3>
71 <table>
72 <tr><td>None</td></tr>
73 </table>
74 <a NAME="EditorMouseClickHandlerPage.__init__" ID="EditorMouseClickHandlerPage.__init__"></a>
75 <h4>EditorMouseClickHandlerPage (Constructor)</h4>
76 <b>EditorMouseClickHandlerPage</b>(<i></i>)
77 <p>
78 Constructor
79 </p><a NAME="EditorMouseClickHandlerPage.save" ID="EditorMouseClickHandlerPage.save"></a>
80 <h4>EditorMouseClickHandlerPage.save</h4>
81 <b>save</b>(<i></i>)
82 <p>
83 Public slot to save the Editor Mouse Click Handlers configuration.
84 </p>
85 <div align="right"><a href="#top">Up</a></div>
86 <hr /><hr />
87 <a NAME="create" ID="create"></a>
88 <h2>create</h2>
89 <b>create</b>(<i>dlg</i>)
90 <p>
91 Module function to create the configuration page.
92 </p><dl>
93 <dt><i>dlg</i></dt>
94 <dd>
95 reference to the configuration dialog
96 </dd>
97 </dl><dl>
98 <dt>Returns:</dt>
99 <dd>
100 reference to the instantiated page (ConfigurationPageBase)
101 </dd>
102 </dl>
103 <div align="right"><a href="#top">Up</a></div>
104 <hr />
105 </body></html>

eric ide

mercurial