5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Preferences.ConfigurationPages.IrcPage</h1> |
9 <h1>eric7.Preferences.ConfigurationPages.IrcPage</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the IRC configuration page. |
11 Module implementing the IRC configuration page. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#IrcPage">IrcPage</a></td> |
22 <td><a href="#IrcPage">IrcPage</a></td> |
25 <td>Class implementing the IRC configuration page.</td> |
23 <td>Class implementing the IRC configuration page.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 |
|
32 <tr> |
29 <tr> |
33 <td><a href="#create">create</a></td> |
30 <td><a href="#create">create</a></td> |
34 <td>Module function to create the configuration page.</td> |
31 <td>Module function to create the configuration page.</td> |
35 </tr> |
32 </tr> |
36 </table> |
33 </table> |
|
34 |
37 <hr /> |
35 <hr /> |
38 <hr /> |
36 <hr /> |
39 <a NAME="IrcPage" ID="IrcPage"></a> |
37 <a NAME="IrcPage" ID="IrcPage"></a> |
40 <h2>IrcPage</h2> |
38 <h2>IrcPage</h2> |
41 |
|
42 <p> |
39 <p> |
43 Class implementing the IRC configuration page. |
40 Class implementing the IRC configuration page. |
44 </p> |
41 </p> |
|
42 |
45 <h3>Derived from</h3> |
43 <h3>Derived from</h3> |
46 ConfigurationPageBase, Ui_IrcPage |
44 ConfigurationPageBase, Ui_IrcPage |
47 <h3>Class Attributes</h3> |
45 <h3>Class Attributes</h3> |
|
46 <table> |
|
47 <tr><td>DateFormats</td></tr> |
|
48 <tr><td>TimeFormats</td></tr> |
|
49 </table> |
48 |
50 |
49 <table> |
|
50 <tr><td>DateFormats</td></tr><tr><td>TimeFormats</td></tr> |
|
51 </table> |
|
52 <h3>Class Methods</h3> |
51 <h3>Class Methods</h3> |
53 |
|
54 <table> |
52 <table> |
55 <tr><td>None</td></tr> |
53 <tr><td>None</td></tr> |
56 </table> |
54 </table> |
|
55 |
57 <h3>Methods</h3> |
56 <h3>Methods</h3> |
58 |
|
59 <table> |
57 <table> |
60 |
|
61 <tr> |
58 <tr> |
62 <td><a href="#IrcPage.__init__">IrcPage</a></td> |
59 <td><a href="#IrcPage.__init__">IrcPage</a></td> |
63 <td>Constructor</td> |
60 <td>Constructor</td> |
64 </tr> |
61 </tr> |
65 <tr> |
62 <tr> |
66 <td><a href="#IrcPage.save">save</a></td> |
63 <td><a href="#IrcPage.save">save</a></td> |
67 <td>Public slot to save the IRC configuration.</td> |
64 <td>Public slot to save the IRC configuration.</td> |
68 </tr> |
65 </tr> |
69 </table> |
66 </table> |
|
67 |
70 <h3>Static Methods</h3> |
68 <h3>Static Methods</h3> |
71 |
|
72 <table> |
69 <table> |
73 <tr><td>None</td></tr> |
70 <tr><td>None</td></tr> |
74 </table> |
71 </table> |
75 |
72 |
|
73 |
76 <a NAME="IrcPage.__init__" ID="IrcPage.__init__"></a> |
74 <a NAME="IrcPage.__init__" ID="IrcPage.__init__"></a> |
77 <h4>IrcPage (Constructor)</h4> |
75 <h4>IrcPage (Constructor)</h4> |
78 <b>IrcPage</b>(<i></i>) |
76 <b>IrcPage</b>(<i></i>) |
79 |
|
80 <p> |
77 <p> |
81 Constructor |
78 Constructor |
82 </p> |
79 </p> |
|
80 |
83 <a NAME="IrcPage.save" ID="IrcPage.save"></a> |
81 <a NAME="IrcPage.save" ID="IrcPage.save"></a> |
84 <h4>IrcPage.save</h4> |
82 <h4>IrcPage.save</h4> |
85 <b>save</b>(<i></i>) |
83 <b>save</b>(<i></i>) |
86 |
|
87 <p> |
84 <p> |
88 Public slot to save the IRC configuration. |
85 Public slot to save the IRC configuration. |
89 </p> |
86 </p> |
|
87 |
90 <div align="right"><a href="#top">Up</a></div> |
88 <div align="right"><a href="#top">Up</a></div> |
91 <hr /> |
89 <hr /> |
92 <hr /> |
90 <hr /> |
93 <a NAME="create" ID="create"></a> |
91 <a NAME="create" ID="create"></a> |
94 <h2>create</h2> |
92 <h2>create</h2> |
95 <b>create</b>(<i>dlg</i>) |
93 <b>create</b>(<i>dlg</i>) |
96 |
|
97 <p> |
94 <p> |
98 Module function to create the configuration page. |
95 Module function to create the configuration page. |
99 </p> |
96 </p> |
|
97 |
100 <dl> |
98 <dl> |
101 |
99 |
102 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
100 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
103 <dd> |
101 <dd> |
104 reference to the configuration dialog |
102 reference to the configuration dialog |