|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Preferences.ConfigurationPages.EditorTypingPage</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.EditorTypingPage</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing the Editor Typing 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="#EditorTypingPage">EditorTypingPage</a></td> |
|
25 <td>Class implementing the Editor Typing 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="EditorTypingPage" ID="EditorTypingPage"></a> |
|
40 <h2>EditorTypingPage</h2> |
|
41 |
|
42 <p> |
|
43 Class implementing the Editor Typing configuration page. |
|
44 </p> |
|
45 <h3>Derived from</h3> |
|
46 ConfigurationPageBase, Ui_EditorTypingPage |
|
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="#EditorTypingPage.__init__">EditorTypingPage</a></td> |
|
63 <td>Constructor</td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td><a href="#EditorTypingPage.on_languageCombo_activated">on_languageCombo_activated</a></td> |
|
67 <td>Private slot to select the page related to the selected language.</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td><a href="#EditorTypingPage.save">save</a></td> |
|
71 <td>Public slot to save the Editor Typing 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="EditorTypingPage.__init__" ID="EditorTypingPage.__init__"></a> |
|
81 <h4>EditorTypingPage (Constructor)</h4> |
|
82 <b>EditorTypingPage</b>(<i></i>) |
|
83 |
|
84 <p> |
|
85 Constructor |
|
86 </p> |
|
87 <a NAME="EditorTypingPage.on_languageCombo_activated" ID="EditorTypingPage.on_languageCombo_activated"></a> |
|
88 <h4>EditorTypingPage.on_languageCombo_activated</h4> |
|
89 <b>on_languageCombo_activated</b>(<i>index</i>) |
|
90 |
|
91 <p> |
|
92 Private slot to select the page related to the selected language. |
|
93 </p> |
|
94 <dl> |
|
95 |
|
96 <dt><i>index</i> (int)</dt> |
|
97 <dd> |
|
98 index of the selected entry |
|
99 </dd> |
|
100 </dl> |
|
101 <a NAME="EditorTypingPage.save" ID="EditorTypingPage.save"></a> |
|
102 <h4>EditorTypingPage.save</h4> |
|
103 <b>save</b>(<i></i>) |
|
104 |
|
105 <p> |
|
106 Public slot to save the Editor Typing configuration. |
|
107 </p> |
|
108 <div align="right"><a href="#top">Up</a></div> |
|
109 <hr /> |
|
110 <hr /> |
|
111 <a NAME="create" ID="create"></a> |
|
112 <h2>create</h2> |
|
113 <b>create</b>(<i>dlg</i>) |
|
114 |
|
115 <p> |
|
116 Module function to create the configuration page. |
|
117 </p> |
|
118 <dl> |
|
119 |
|
120 <dt><i>dlg</i></dt> |
|
121 <dd> |
|
122 reference to the configuration dialog |
|
123 </dd> |
|
124 </dl> |
|
125 <dl> |
|
126 <dt>Return:</dt> |
|
127 <dd> |
|
128 reference to the instantiated page (ConfigurationPageBase) |
|
129 </dd> |
|
130 </dl> |
|
131 <div align="right"><a href="#top">Up</a></div> |
|
132 <hr /> |
|
133 </body></html> |