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