5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Preferences.ConfigurationPages.EditorCalltipsPage</h1> |
9 <h1>eric7.Preferences.ConfigurationPages.EditorCalltipsPage</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the Editor Calltips configuration page. |
11 Module implementing the Editor Calltips configuration page. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#EditorCalltipsPage">EditorCalltipsPage</a></td> |
22 <td><a href="#EditorCalltipsPage">EditorCalltipsPage</a></td> |
25 <td>Class implementing the Editor Calltips configuration page.</td> |
23 <td>Class implementing the Editor Calltips configuration page.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 |
|
32 <tr> |
29 <tr> |
33 <td><a href="#create">create</a></td> |
30 <td><a href="#create">create</a></td> |
34 <td>Module function to create the configuration page.</td> |
31 <td>Module function to create the configuration page.</td> |
35 </tr> |
32 </tr> |
36 </table> |
33 </table> |
|
34 |
37 <hr /> |
35 <hr /> |
38 <hr /> |
36 <hr /> |
39 <a NAME="EditorCalltipsPage" ID="EditorCalltipsPage"></a> |
37 <a NAME="EditorCalltipsPage" ID="EditorCalltipsPage"></a> |
40 <h2>EditorCalltipsPage</h2> |
38 <h2>EditorCalltipsPage</h2> |
41 |
|
42 <p> |
39 <p> |
43 Class implementing the Editor Calltips configuration page. |
40 Class implementing the Editor Calltips configuration page. |
44 </p> |
41 </p> |
|
42 |
45 <h3>Derived from</h3> |
43 <h3>Derived from</h3> |
46 ConfigurationPageBase, Ui_EditorCalltipsPage |
44 ConfigurationPageBase, Ui_EditorCalltipsPage |
47 <h3>Class Attributes</h3> |
45 <h3>Class Attributes</h3> |
48 |
|
49 <table> |
46 <table> |
50 <tr><td>None</td></tr> |
47 <tr><td>None</td></tr> |
51 </table> |
48 </table> |
|
49 |
52 <h3>Class Methods</h3> |
50 <h3>Class Methods</h3> |
53 |
|
54 <table> |
51 <table> |
55 <tr><td>None</td></tr> |
52 <tr><td>None</td></tr> |
56 </table> |
53 </table> |
|
54 |
57 <h3>Methods</h3> |
55 <h3>Methods</h3> |
58 |
|
59 <table> |
56 <table> |
60 |
|
61 <tr> |
57 <tr> |
62 <td><a href="#EditorCalltipsPage.__init__">EditorCalltipsPage</a></td> |
58 <td><a href="#EditorCalltipsPage.__init__">EditorCalltipsPage</a></td> |
63 <td>Constructor</td> |
59 <td>Constructor</td> |
64 </tr> |
60 </tr> |
65 <tr> |
61 <tr> |
69 <tr> |
65 <tr> |
70 <td><a href="#EditorCalltipsPage.setMode">setMode</a></td> |
66 <td><a href="#EditorCalltipsPage.setMode">setMode</a></td> |
71 <td>Public method to perform mode dependent setups.</td> |
67 <td>Public method to perform mode dependent setups.</td> |
72 </tr> |
68 </tr> |
73 </table> |
69 </table> |
|
70 |
74 <h3>Static Methods</h3> |
71 <h3>Static Methods</h3> |
75 |
|
76 <table> |
72 <table> |
77 <tr><td>None</td></tr> |
73 <tr><td>None</td></tr> |
78 </table> |
74 </table> |
79 |
75 |
|
76 |
80 <a NAME="EditorCalltipsPage.__init__" ID="EditorCalltipsPage.__init__"></a> |
77 <a NAME="EditorCalltipsPage.__init__" ID="EditorCalltipsPage.__init__"></a> |
81 <h4>EditorCalltipsPage (Constructor)</h4> |
78 <h4>EditorCalltipsPage (Constructor)</h4> |
82 <b>EditorCalltipsPage</b>(<i></i>) |
79 <b>EditorCalltipsPage</b>(<i></i>) |
83 |
|
84 <p> |
80 <p> |
85 Constructor |
81 Constructor |
86 </p> |
82 </p> |
|
83 |
87 <a NAME="EditorCalltipsPage.save" ID="EditorCalltipsPage.save"></a> |
84 <a NAME="EditorCalltipsPage.save" ID="EditorCalltipsPage.save"></a> |
88 <h4>EditorCalltipsPage.save</h4> |
85 <h4>EditorCalltipsPage.save</h4> |
89 <b>save</b>(<i></i>) |
86 <b>save</b>(<i></i>) |
90 |
|
91 <p> |
87 <p> |
92 Public slot to save the EditorCalltips configuration. |
88 Public slot to save the EditorCalltips configuration. |
93 </p> |
89 </p> |
|
90 |
94 <a NAME="EditorCalltipsPage.setMode" ID="EditorCalltipsPage.setMode"></a> |
91 <a NAME="EditorCalltipsPage.setMode" ID="EditorCalltipsPage.setMode"></a> |
95 <h4>EditorCalltipsPage.setMode</h4> |
92 <h4>EditorCalltipsPage.setMode</h4> |
96 <b>setMode</b>(<i>displayMode</i>) |
93 <b>setMode</b>(<i>displayMode</i>) |
97 |
|
98 <p> |
94 <p> |
99 Public method to perform mode dependent setups. |
95 Public method to perform mode dependent setups. |
100 </p> |
96 </p> |
|
97 |
101 <dl> |
98 <dl> |
102 |
99 |
103 <dt><i>displayMode</i> (ConfigurationMode)</dt> |
100 <dt><i>displayMode</i> (ConfigurationMode)</dt> |
104 <dd> |
101 <dd> |
105 mode of the configuration dialog |
102 mode of the configuration dialog |
109 <hr /> |
106 <hr /> |
110 <hr /> |
107 <hr /> |
111 <a NAME="create" ID="create"></a> |
108 <a NAME="create" ID="create"></a> |
112 <h2>create</h2> |
109 <h2>create</h2> |
113 <b>create</b>(<i>dlg</i>) |
110 <b>create</b>(<i>dlg</i>) |
114 |
|
115 <p> |
111 <p> |
116 Module function to create the configuration page. |
112 Module function to create the configuration page. |
117 </p> |
113 </p> |
|
114 |
118 <dl> |
115 <dl> |
119 |
116 |
120 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
117 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
121 <dd> |
118 <dd> |
122 reference to the configuration dialog |
119 reference to the configuration dialog |