src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.PythonPage.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10070
9f5758c0fec1
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Preferences.ConfigurationPages.PythonPage</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.PythonPage</h1>
10
11 <p>
12 Module implementing the Python 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="#PythonPage">PythonPage</a></td>
25 <td>Class implementing the Python 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="PythonPage" ID="PythonPage"></a>
40 <h2>PythonPage</h2>
41
42 <p>
43 Class implementing the Python configuration page.
44 </p>
45 <h3>Derived from</h3>
46 ConfigurationPageBase, Ui_PythonPage
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="#PythonPage.__init__">PythonPage</a></td>
63 <td>Constructor</td>
64 </tr>
65 <tr>
66 <td><a href="#PythonPage.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
67 <td>Private slot handling a click of the refresh button.</td>
68 </tr>
69 <tr>
70 <td><a href="#PythonPage.save">save</a></td>
71 <td>Public slot to save the Python 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="PythonPage.__init__" ID="PythonPage.__init__"></a>
81 <h4>PythonPage (Constructor)</h4>
82 <b>PythonPage</b>(<i></i>)
83
84 <p>
85 Constructor
86 </p>
87 <a NAME="PythonPage.on_refreshButton_clicked" ID="PythonPage.on_refreshButton_clicked"></a>
88 <h4>PythonPage.on_refreshButton_clicked</h4>
89 <b>on_refreshButton_clicked</b>(<i></i>)
90
91 <p>
92 Private slot handling a click of the refresh button.
93 </p>
94 <a NAME="PythonPage.save" ID="PythonPage.save"></a>
95 <h4>PythonPage.save</h4>
96 <b>save</b>(<i></i>)
97
98 <p>
99 Public slot to save the Python configuration.
100 </p>
101 <div align="right"><a href="#top">Up</a></div>
102 <hr />
103 <hr />
104 <a NAME="create" ID="create"></a>
105 <h2>create</h2>
106 <b>create</b>(<i>dlg</i>)
107
108 <p>
109 Module function to create the configuration page.
110 </p>
111 <dl>
112
113 <dt><i>dlg</i></dt>
114 <dd>
115 reference to the configuration dialog
116 </dd>
117 </dl>
118 <dl>
119 <dt>Return:</dt>
120 <dd>
121 reference to the instantiated page (ConfigurationPageBase)
122 </dd>
123 </dl>
124 <div align="right"><a href="#top">Up</a></div>
125 <hr />
126 </body></html>

eric ide

mercurial