|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Preferences.ConfigurationPages.EditorCalltipsPage</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Preferences.ConfigurationPages.EditorCalltipsPage</h1> |
|
12 <p> |
|
13 Module implementing the Editor Calltips configuration page. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#EditorCalltipsPage">EditorCalltipsPage</a></td> |
|
23 <td>Class implementing the Editor Calltips configuration page.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr> |
|
29 <td><a href="#create">create</a></td> |
|
30 <td>Module function to create the configuration page.</td> |
|
31 </tr> |
|
32 </table> |
|
33 <hr /><hr /> |
|
34 <a NAME="EditorCalltipsPage" ID="EditorCalltipsPage"></a> |
|
35 <h2>EditorCalltipsPage</h2> |
|
36 <p> |
|
37 Class implementing the Editor Calltips configuration page. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 ConfigurationPageBase, Ui_EditorCalltipsPage |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#EditorCalltipsPage.__init__">EditorCalltipsPage</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#EditorCalltipsPage.on_calltipsBackgroundButton_clicked">on_calltipsBackgroundButton_clicked</a></td> |
|
52 <td>Private slot to set the background colour for calltips.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#EditorCalltipsPage.save">save</a></td> |
|
55 <td>Public slot to save the EditorCalltips configuration.</td> |
|
56 </tr> |
|
57 </table> |
|
58 <a NAME="EditorCalltipsPage.__init__" ID="EditorCalltipsPage.__init__"></a> |
|
59 <h4>EditorCalltipsPage (Constructor)</h4> |
|
60 <b>EditorCalltipsPage</b>(<i></i>) |
|
61 <p> |
|
62 Constructor |
|
63 </p><a NAME="EditorCalltipsPage.on_calltipsBackgroundButton_clicked" ID="EditorCalltipsPage.on_calltipsBackgroundButton_clicked"></a> |
|
64 <h4>EditorCalltipsPage.on_calltipsBackgroundButton_clicked</h4> |
|
65 <b>on_calltipsBackgroundButton_clicked</b>(<i></i>) |
|
66 <p> |
|
67 Private slot to set the background colour for calltips. |
|
68 </p><a NAME="EditorCalltipsPage.save" ID="EditorCalltipsPage.save"></a> |
|
69 <h4>EditorCalltipsPage.save</h4> |
|
70 <b>save</b>(<i></i>) |
|
71 <p> |
|
72 Public slot to save the EditorCalltips configuration. |
|
73 </p> |
|
74 <div align="right"><a href="#top">Up</a></div> |
|
75 <hr /><hr /> |
|
76 <a NAME="create" ID="create"></a> |
|
77 <h2>create</h2> |
|
78 <b>create</b>(<i>dlg</i>) |
|
79 <p> |
|
80 Module function to create the configuration page. |
|
81 </p><dl> |
|
82 <dt><i>dlg</i></dt> |
|
83 <dd> |
|
84 reference to the configuration dialog |
|
85 </dd> |
|
86 </dl> |
|
87 <div align="right"><a href="#top">Up</a></div> |
|
88 <hr /> |
|
89 </body></html> |