eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ShellPage.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Preferences.ConfigurationPages.ShellPage</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>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.Preferences.ConfigurationPages.ShellPage</h1>
24
25 <p>
26 Module implementing the Shell configuration page.
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#ShellPage">ShellPage</a></td>
39 <td>Class implementing the Shell configuration page.</td>
40 </tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45
46 <tr>
47 <td><a href="#create">create</a></td>
48 <td>Module function to create the configuration page.</td>
49 </tr>
50 </table>
51 <hr />
52 <hr />
53 <a NAME="ShellPage" ID="ShellPage"></a>
54 <h2>ShellPage</h2>
55
56 <p>
57 Class implementing the Shell configuration page.
58 </p>
59 <h3>Derived from</h3>
60 ConfigurationPageBase, Ui_ShellPage
61 <h3>Class Attributes</h3>
62
63 <table>
64 <tr><td>None</td></tr>
65 </table>
66 <h3>Class Methods</h3>
67
68 <table>
69 <tr><td>None</td></tr>
70 </table>
71 <h3>Methods</h3>
72
73 <table>
74
75 <tr>
76 <td><a href="#ShellPage.__init__">ShellPage</a></td>
77 <td>Constructor</td>
78 </tr>
79 <tr>
80 <td><a href="#ShellPage.on_linenumbersFontButton_clicked">on_linenumbersFontButton_clicked</a></td>
81 <td>Private method used to select the font for the editor margins.</td>
82 </tr>
83 <tr>
84 <td><a href="#ShellPage.on_monospacedFontButton_clicked">on_monospacedFontButton_clicked</a></td>
85 <td>Private method used to select the font to be used as the monospaced font.</td>
86 </tr>
87 <tr>
88 <td><a href="#ShellPage.polishPage">polishPage</a></td>
89 <td>Public slot to perform some polishing actions.</td>
90 </tr>
91 <tr>
92 <td><a href="#ShellPage.save">save</a></td>
93 <td>Public slot to save the Shell configuration.</td>
94 </tr>
95 </table>
96 <h3>Static Methods</h3>
97
98 <table>
99 <tr><td>None</td></tr>
100 </table>
101
102 <a NAME="ShellPage.__init__" ID="ShellPage.__init__"></a>
103 <h4>ShellPage (Constructor)</h4>
104 <b>ShellPage</b>(<i></i>)
105
106 <p>
107 Constructor
108 </p>
109 <a NAME="ShellPage.on_linenumbersFontButton_clicked" ID="ShellPage.on_linenumbersFontButton_clicked"></a>
110 <h4>ShellPage.on_linenumbersFontButton_clicked</h4>
111 <b>on_linenumbersFontButton_clicked</b>(<i></i>)
112
113 <p>
114 Private method used to select the font for the editor margins.
115 </p>
116 <a NAME="ShellPage.on_monospacedFontButton_clicked" ID="ShellPage.on_monospacedFontButton_clicked"></a>
117 <h4>ShellPage.on_monospacedFontButton_clicked</h4>
118 <b>on_monospacedFontButton_clicked</b>(<i></i>)
119
120 <p>
121 Private method used to select the font to be used as the monospaced
122 font.
123 </p>
124 <a NAME="ShellPage.polishPage" ID="ShellPage.polishPage"></a>
125 <h4>ShellPage.polishPage</h4>
126 <b>polishPage</b>(<i></i>)
127
128 <p>
129 Public slot to perform some polishing actions.
130 </p>
131 <a NAME="ShellPage.save" ID="ShellPage.save"></a>
132 <h4>ShellPage.save</h4>
133 <b>save</b>(<i></i>)
134
135 <p>
136 Public slot to save the Shell configuration.
137 </p>
138 <div align="right"><a href="#top">Up</a></div>
139 <hr />
140 <hr />
141 <a NAME="create" ID="create"></a>
142 <h2>create</h2>
143 <b>create</b>(<i>dlg</i>)
144
145 <p>
146 Module function to create the configuration page.
147 </p>
148 <dl>
149
150 <dt><i>dlg</i></dt>
151 <dd>
152 reference to the configuration dialog
153 </dd>
154 </dl>
155 <dl>
156 <dt>Return:</dt>
157 <dd>
158 reference to the instantiated page (ConfigurationPageBase)
159 </dd>
160 </dl>
161 <div align="right"><a href="#top">Up</a></div>
162 <hr />
163 </body></html>

eric ide

mercurial