|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>Plugin_Extension_Irc.ExtensionIrc.ConfigurationPage.IrcPage</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>Plugin_Extension_Irc.ExtensionIrc.ConfigurationPage.IrcPage</h1> |
|
10 <p> |
|
11 Module implementing the IRC configuration page. |
|
12 </p> |
|
13 |
|
14 <h3>Global Attributes</h3> |
|
15 <table> |
|
16 <tr><td>None</td></tr> |
|
17 </table> |
|
18 |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#IrcPage">IrcPage</a></td> |
|
23 <td>Class implementing the IRC configuration page.</td> |
|
24 </tr> |
|
25 </table> |
|
26 |
|
27 <h3>Functions</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 |
|
32 <hr /> |
|
33 <hr /> |
|
34 <a NAME="IrcPage" ID="IrcPage"></a> |
|
35 <h2>IrcPage</h2> |
|
36 <p> |
|
37 Class implementing the IRC configuration page. |
|
38 </p> |
|
39 |
|
40 <h3>Derived from</h3> |
|
41 ConfigurationPageBase, Ui_IrcPage |
|
42 <h3>Class Attributes</h3> |
|
43 <table> |
|
44 <tr><td>DateFormats</td></tr> |
|
45 <tr><td>TimeFormats</td></tr> |
|
46 </table> |
|
47 |
|
48 <h3>Class Methods</h3> |
|
49 <table> |
|
50 <tr><td>None</td></tr> |
|
51 </table> |
|
52 |
|
53 <h3>Methods</h3> |
|
54 <table> |
|
55 <tr> |
|
56 <td><a href="#IrcPage.__init__">IrcPage</a></td> |
|
57 <td>Constructor</td> |
|
58 </tr> |
|
59 <tr> |
|
60 <td><a href="#IrcPage.save">save</a></td> |
|
61 <td>Public slot to save the IRC configuration.</td> |
|
62 </tr> |
|
63 </table> |
|
64 |
|
65 <h3>Static Methods</h3> |
|
66 <table> |
|
67 <tr><td>None</td></tr> |
|
68 </table> |
|
69 |
|
70 |
|
71 <a NAME="IrcPage.__init__" ID="IrcPage.__init__"></a> |
|
72 <h4>IrcPage (Constructor)</h4> |
|
73 <b>IrcPage</b>(<i>plugin</i>) |
|
74 <p> |
|
75 Constructor |
|
76 </p> |
|
77 |
|
78 <dl> |
|
79 |
|
80 <dt><i>plugin</i> (PluginPipxInterface)</dt> |
|
81 <dd> |
|
82 reference to the plugin object |
|
83 </dd> |
|
84 </dl> |
|
85 <a NAME="IrcPage.save" ID="IrcPage.save"></a> |
|
86 <h4>IrcPage.save</h4> |
|
87 <b>save</b>(<i></i>) |
|
88 <p> |
|
89 Public slot to save the IRC configuration. |
|
90 </p> |
|
91 |
|
92 <div align="right"><a href="#top">Up</a></div> |
|
93 <hr /> |
|
94 </body></html> |