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

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 9534
5ed8445f3b31
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Preferences.ConfigurationPages.MimeTypesPage</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.MimeTypesPage</h1>
10
11 <p>
12 Module implementing the Text Mime Types 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="#MimeTypesPage">MimeTypesPage</a></td>
25 <td>Class implementing the Text Mime Types 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="MimeTypesPage" ID="MimeTypesPage"></a>
40 <h2>MimeTypesPage</h2>
41
42 <p>
43 Class implementing the Text Mime Types configuration page.
44 </p>
45 <h3>Derived from</h3>
46 ConfigurationPageBase, Ui_MimeTypesPage
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="#MimeTypesPage.__init__">MimeTypesPage</a></td>
63 <td>Constructor</td>
64 </tr>
65 <tr>
66 <td><a href="#MimeTypesPage.__setToDefault">__setToDefault</a></td>
67 <td>Private slot to set the message list to the default values.</td>
68 </tr>
69 <tr>
70 <td><a href="#MimeTypesPage.on_resetButton_clicked">on_resetButton_clicked</a></td>
71 <td>Private slot to set the default list of mime types.</td>
72 </tr>
73 <tr>
74 <td><a href="#MimeTypesPage.save">save</a></td>
75 <td>Public slot to save the Interface configuration.</td>
76 </tr>
77 </table>
78 <h3>Static Methods</h3>
79
80 <table>
81 <tr><td>None</td></tr>
82 </table>
83
84 <a NAME="MimeTypesPage.__init__" ID="MimeTypesPage.__init__"></a>
85 <h4>MimeTypesPage (Constructor)</h4>
86 <b>MimeTypesPage</b>(<i></i>)
87
88 <p>
89 Constructor
90 </p>
91 <a NAME="MimeTypesPage.__setToDefault" ID="MimeTypesPage.__setToDefault"></a>
92 <h4>MimeTypesPage.__setToDefault</h4>
93 <b>__setToDefault</b>(<i></i>)
94
95 <p>
96 Private slot to set the message list to the default values.
97 </p>
98 <a NAME="MimeTypesPage.on_resetButton_clicked" ID="MimeTypesPage.on_resetButton_clicked"></a>
99 <h4>MimeTypesPage.on_resetButton_clicked</h4>
100 <b>on_resetButton_clicked</b>(<i></i>)
101
102 <p>
103 Private slot to set the default list of mime types.
104 </p>
105 <a NAME="MimeTypesPage.save" ID="MimeTypesPage.save"></a>
106 <h4>MimeTypesPage.save</h4>
107 <b>save</b>(<i></i>)
108
109 <p>
110 Public slot to save the Interface configuration.
111 </p>
112 <div align="right"><a href="#top">Up</a></div>
113 <hr />
114 <hr />
115 <a NAME="create" ID="create"></a>
116 <h2>create</h2>
117 <b>create</b>(<i>dlg</i>)
118
119 <p>
120 Module function to create the configuration page.
121 </p>
122 <dl>
123
124 <dt><i>dlg</i></dt>
125 <dd>
126 reference to the configuration dialog
127 </dd>
128 </dl>
129 <dl>
130 <dt>Return:</dt>
131 <dd>
132 reference to the instantiated page (ConfigurationPageBase)
133 </dd>
134 </dl>
135 <div align="right"><a href="#top">Up</a></div>
136 <hr />
137 </body></html>

eric ide

mercurial