|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Preferences.ConfigurationPages.ShellPage</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.ShellPage</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing the Shell 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="#ShellPage">ShellPage</a></td> |
|
25 <td>Class implementing the Shell 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="ShellPage" ID="ShellPage"></a> |
|
40 <h2>ShellPage</h2> |
|
41 |
|
42 <p> |
|
43 Class implementing the Shell configuration page. |
|
44 </p> |
|
45 <h3>Derived from</h3> |
|
46 ConfigurationPageBase, Ui_ShellPage |
|
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="#ShellPage.__init__">ShellPage</a></td> |
|
63 <td>Constructor</td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td><a href="#ShellPage.on_linenumbersFontButton_clicked">on_linenumbersFontButton_clicked</a></td> |
|
67 <td>Private method used to select the font for the editor margins.</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td><a href="#ShellPage.on_monospacedFontButton_clicked">on_monospacedFontButton_clicked</a></td> |
|
71 <td>Private method used to select the font to be used as the monospaced font.</td> |
|
72 </tr> |
|
73 <tr> |
|
74 <td><a href="#ShellPage.polishPage">polishPage</a></td> |
|
75 <td>Public slot to perform some polishing actions.</td> |
|
76 </tr> |
|
77 <tr> |
|
78 <td><a href="#ShellPage.save">save</a></td> |
|
79 <td>Public slot to save the Shell configuration.</td> |
|
80 </tr> |
|
81 </table> |
|
82 <h3>Static Methods</h3> |
|
83 |
|
84 <table> |
|
85 <tr><td>None</td></tr> |
|
86 </table> |
|
87 |
|
88 <a NAME="ShellPage.__init__" ID="ShellPage.__init__"></a> |
|
89 <h4>ShellPage (Constructor)</h4> |
|
90 <b>ShellPage</b>(<i></i>) |
|
91 |
|
92 <p> |
|
93 Constructor |
|
94 </p> |
|
95 <a NAME="ShellPage.on_linenumbersFontButton_clicked" ID="ShellPage.on_linenumbersFontButton_clicked"></a> |
|
96 <h4>ShellPage.on_linenumbersFontButton_clicked</h4> |
|
97 <b>on_linenumbersFontButton_clicked</b>(<i></i>) |
|
98 |
|
99 <p> |
|
100 Private method used to select the font for the editor margins. |
|
101 </p> |
|
102 <a NAME="ShellPage.on_monospacedFontButton_clicked" ID="ShellPage.on_monospacedFontButton_clicked"></a> |
|
103 <h4>ShellPage.on_monospacedFontButton_clicked</h4> |
|
104 <b>on_monospacedFontButton_clicked</b>(<i></i>) |
|
105 |
|
106 <p> |
|
107 Private method used to select the font to be used as the monospaced |
|
108 font. |
|
109 </p> |
|
110 <a NAME="ShellPage.polishPage" ID="ShellPage.polishPage"></a> |
|
111 <h4>ShellPage.polishPage</h4> |
|
112 <b>polishPage</b>(<i></i>) |
|
113 |
|
114 <p> |
|
115 Public slot to perform some polishing actions. |
|
116 </p> |
|
117 <a NAME="ShellPage.save" ID="ShellPage.save"></a> |
|
118 <h4>ShellPage.save</h4> |
|
119 <b>save</b>(<i></i>) |
|
120 |
|
121 <p> |
|
122 Public slot to save the Shell configuration. |
|
123 </p> |
|
124 <div align="right"><a href="#top">Up</a></div> |
|
125 <hr /> |
|
126 <hr /> |
|
127 <a NAME="create" ID="create"></a> |
|
128 <h2>create</h2> |
|
129 <b>create</b>(<i>dlg</i>) |
|
130 |
|
131 <p> |
|
132 Module function to create the configuration page. |
|
133 </p> |
|
134 <dl> |
|
135 |
|
136 <dt><i>dlg</i></dt> |
|
137 <dd> |
|
138 reference to the configuration dialog |
|
139 </dd> |
|
140 </dl> |
|
141 <dl> |
|
142 <dt>Return:</dt> |
|
143 <dd> |
|
144 reference to the instantiated page (ConfigurationPageBase) |
|
145 </dd> |
|
146 </dl> |
|
147 <div align="right"><a href="#top">Up</a></div> |
|
148 <hr /> |
|
149 </body></html> |