src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorSyntaxPage.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.EditorSyntaxPage</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.EditorSyntaxPage</h1>
10
11 <p>
12 Module implementing the Editor Syntax Checker 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="#EditorSyntaxPage">EditorSyntaxPage</a></td>
25 <td>Class implementing the Editor Syntax Checker 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="EditorSyntaxPage" ID="EditorSyntaxPage"></a>
40 <h2>EditorSyntaxPage</h2>
41
42 <p>
43 Class implementing the Editor Syntax Checker configuration page.
44 </p>
45 <h3>Derived from</h3>
46 ConfigurationPageBase, Ui_EditorSyntaxPage
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="#EditorSyntaxPage.__init__">EditorSyntaxPage</a></td>
63 <td>Constructor</td>
64 </tr>
65 <tr>
66 <td><a href="#EditorSyntaxPage.save">save</a></td>
67 <td>Public slot to save the Editor Syntax Checker configuration.</td>
68 </tr>
69 </table>
70 <h3>Static Methods</h3>
71
72 <table>
73 <tr><td>None</td></tr>
74 </table>
75
76 <a NAME="EditorSyntaxPage.__init__" ID="EditorSyntaxPage.__init__"></a>
77 <h4>EditorSyntaxPage (Constructor)</h4>
78 <b>EditorSyntaxPage</b>(<i></i>)
79
80 <p>
81 Constructor
82 </p>
83 <a NAME="EditorSyntaxPage.save" ID="EditorSyntaxPage.save"></a>
84 <h4>EditorSyntaxPage.save</h4>
85 <b>save</b>(<i></i>)
86
87 <p>
88 Public slot to save the Editor Syntax Checker configuration.
89 </p>
90 <div align="right"><a href="#top">Up</a></div>
91 <hr />
92 <hr />
93 <a NAME="create" ID="create"></a>
94 <h2>create</h2>
95 <b>create</b>(<i>dlg</i>)
96
97 <p>
98 Module function to create the configuration page.
99 </p>
100 <dl>
101
102 <dt><i>dlg</i></dt>
103 <dd>
104 reference to the configuration dialog
105 </dd>
106 </dl>
107 <dl>
108 <dt>Return:</dt>
109 <dd>
110 reference to the instantiated page (ConfigurationPageBase)
111 </dd>
112 </dl>
113 <div align="right"><a href="#top">Up</a></div>
114 <hr />
115 </body></html>

eric ide

mercurial