|
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.TerminalPage</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.TerminalPage</h1> |
|
12 <p> |
|
13 Module implementing the Terminal 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="#TerminalPage">TerminalPage</a></td> |
|
23 <td>Class implementing the Terminal 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="TerminalPage" ID="TerminalPage"></a> |
|
35 <h2>TerminalPage</h2> |
|
36 <p> |
|
37 Class implementing the Terminal configuration page. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 ConfigurationPageBase, Ui_TerminalPage |
|
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="#TerminalPage.__init__">TerminalPage</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#TerminalPage.on_linenumbersFontButton_clicked">on_linenumbersFontButton_clicked</a></td> |
|
52 <td>Private method used to select the font for the editor margins.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#TerminalPage.on_monospacedFontButton_clicked">on_monospacedFontButton_clicked</a></td> |
|
55 <td>Private method used to select the font to be used as the monospaced font.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#TerminalPage.polishPage">polishPage</a></td> |
|
58 <td>Public slot to perform some polishing actions.</td> |
|
59 </tr><tr> |
|
60 <td><a href="#TerminalPage.save">save</a></td> |
|
61 <td>Public slot to save the Shell configuration.</td> |
|
62 </tr> |
|
63 </table> |
|
64 <a NAME="TerminalPage.__init__" ID="TerminalPage.__init__"></a> |
|
65 <h4>TerminalPage (Constructor)</h4> |
|
66 <b>TerminalPage</b>(<i></i>) |
|
67 <p> |
|
68 Constructor |
|
69 </p><a NAME="TerminalPage.on_linenumbersFontButton_clicked" ID="TerminalPage.on_linenumbersFontButton_clicked"></a> |
|
70 <h4>TerminalPage.on_linenumbersFontButton_clicked</h4> |
|
71 <b>on_linenumbersFontButton_clicked</b>(<i></i>) |
|
72 <p> |
|
73 Private method used to select the font for the editor margins. |
|
74 </p><a NAME="TerminalPage.on_monospacedFontButton_clicked" ID="TerminalPage.on_monospacedFontButton_clicked"></a> |
|
75 <h4>TerminalPage.on_monospacedFontButton_clicked</h4> |
|
76 <b>on_monospacedFontButton_clicked</b>(<i></i>) |
|
77 <p> |
|
78 Private method used to select the font to be used as the monospaced font. |
|
79 </p><a NAME="TerminalPage.polishPage" ID="TerminalPage.polishPage"></a> |
|
80 <h4>TerminalPage.polishPage</h4> |
|
81 <b>polishPage</b>(<i></i>) |
|
82 <p> |
|
83 Public slot to perform some polishing actions. |
|
84 </p><a NAME="TerminalPage.save" ID="TerminalPage.save"></a> |
|
85 <h4>TerminalPage.save</h4> |
|
86 <b>save</b>(<i></i>) |
|
87 <p> |
|
88 Public slot to save the Shell configuration. |
|
89 </p> |
|
90 <div align="right"><a href="#top">Up</a></div> |
|
91 <hr /><hr /> |
|
92 <a NAME="create" ID="create"></a> |
|
93 <h2>create</h2> |
|
94 <b>create</b>(<i>dlg</i>) |
|
95 <p> |
|
96 Module function to create the configuration page. |
|
97 </p><dl> |
|
98 <dt><i>dlg</i></dt> |
|
99 <dd> |
|
100 reference to the configuration dialog |
|
101 </dd> |
|
102 </dl> |
|
103 <div align="right"><a href="#top">Up</a></div> |
|
104 <hr /> |
|
105 </body></html> |