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.CooperationPage</h1> |
9 <h1>eric7.Preferences.ConfigurationPages.CooperationPage</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the Cooperation configuration page. |
11 Module implementing the Cooperation 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="#CooperationPage">CooperationPage</a></td> |
22 <td><a href="#CooperationPage">CooperationPage</a></td> |
25 <td>Class implementing the Cooperation configuration page.</td> |
23 <td>Class implementing the Cooperation 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="CooperationPage" ID="CooperationPage"></a> |
37 <a NAME="CooperationPage" ID="CooperationPage"></a> |
40 <h2>CooperationPage</h2> |
38 <h2>CooperationPage</h2> |
41 |
|
42 <p> |
39 <p> |
43 Class implementing the Cooperation configuration page. |
40 Class implementing the Cooperation configuration page. |
44 </p> |
41 </p> |
|
42 |
45 <h3>Derived from</h3> |
43 <h3>Derived from</h3> |
46 ConfigurationPageBase, Ui_CooperationPage |
44 ConfigurationPageBase, Ui_CooperationPage |
47 <h3>Class Attributes</h3> |
45 <h3>Class Attributes</h3> |
48 |
|
49 <table> |
46 <table> |
50 <tr><td>None</td></tr> |
47 <tr><td>None</td></tr> |
51 </table> |
48 </table> |
|
49 |
52 <h3>Class Methods</h3> |
50 <h3>Class Methods</h3> |
53 |
|
54 <table> |
51 <table> |
55 <tr><td>None</td></tr> |
52 <tr><td>None</td></tr> |
56 </table> |
53 </table> |
|
54 |
57 <h3>Methods</h3> |
55 <h3>Methods</h3> |
58 |
|
59 <table> |
56 <table> |
60 |
|
61 <tr> |
57 <tr> |
62 <td><a href="#CooperationPage.__init__">CooperationPage</a></td> |
58 <td><a href="#CooperationPage.__init__">CooperationPage</a></td> |
63 <td>Constructor</td> |
59 <td>Constructor</td> |
64 </tr> |
60 </tr> |
65 <tr> |
61 <tr> |
81 <tr> |
77 <tr> |
82 <td><a href="#CooperationPage.save">save</a></td> |
78 <td><a href="#CooperationPage.save">save</a></td> |
83 <td>Public slot to save the Cooperation configuration.</td> |
79 <td>Public slot to save the Cooperation configuration.</td> |
84 </tr> |
80 </tr> |
85 </table> |
81 </table> |
|
82 |
86 <h3>Static Methods</h3> |
83 <h3>Static Methods</h3> |
87 |
|
88 <table> |
84 <table> |
89 <tr><td>None</td></tr> |
85 <tr><td>None</td></tr> |
90 </table> |
86 </table> |
91 |
87 |
|
88 |
92 <a NAME="CooperationPage.__init__" ID="CooperationPage.__init__"></a> |
89 <a NAME="CooperationPage.__init__" ID="CooperationPage.__init__"></a> |
93 <h4>CooperationPage (Constructor)</h4> |
90 <h4>CooperationPage (Constructor)</h4> |
94 <b>CooperationPage</b>(<i></i>) |
91 <b>CooperationPage</b>(<i></i>) |
95 |
|
96 <p> |
92 <p> |
97 Constructor |
93 Constructor |
98 </p> |
94 </p> |
|
95 |
99 <a NAME="CooperationPage.on_addBannedUserButton_clicked" ID="CooperationPage.on_addBannedUserButton_clicked"></a> |
96 <a NAME="CooperationPage.on_addBannedUserButton_clicked" ID="CooperationPage.on_addBannedUserButton_clicked"></a> |
100 <h4>CooperationPage.on_addBannedUserButton_clicked</h4> |
97 <h4>CooperationPage.on_addBannedUserButton_clicked</h4> |
101 <b>on_addBannedUserButton_clicked</b>(<i></i>) |
98 <b>on_addBannedUserButton_clicked</b>(<i></i>) |
102 |
|
103 <p> |
99 <p> |
104 Private slot to add a user to the list of banned users. |
100 Private slot to add a user to the list of banned users. |
105 </p> |
101 </p> |
|
102 |
106 <a NAME="CooperationPage.on_bannedUserEdit_textChanged" ID="CooperationPage.on_bannedUserEdit_textChanged"></a> |
103 <a NAME="CooperationPage.on_bannedUserEdit_textChanged" ID="CooperationPage.on_bannedUserEdit_textChanged"></a> |
107 <h4>CooperationPage.on_bannedUserEdit_textChanged</h4> |
104 <h4>CooperationPage.on_bannedUserEdit_textChanged</h4> |
108 <b>on_bannedUserEdit_textChanged</b>(<i>txt</i>) |
105 <b>on_bannedUserEdit_textChanged</b>(<i>txt</i>) |
109 |
|
110 <p> |
106 <p> |
111 Private slot to handle the user entering a banned user. |
107 Private slot to handle the user entering a banned user. |
112 </p> |
108 </p> |
|
109 |
113 <dl> |
110 <dl> |
114 |
111 |
115 <dt><i>txt</i> (str)</dt> |
112 <dt><i>txt</i> (str)</dt> |
116 <dd> |
113 <dd> |
117 text entered by the user |
114 text entered by the user |
118 </dd> |
115 </dd> |
119 </dl> |
116 </dl> |
120 <a NAME="CooperationPage.on_bannedUsersList_itemSelectionChanged" ID="CooperationPage.on_bannedUsersList_itemSelectionChanged"></a> |
117 <a NAME="CooperationPage.on_bannedUsersList_itemSelectionChanged" ID="CooperationPage.on_bannedUsersList_itemSelectionChanged"></a> |
121 <h4>CooperationPage.on_bannedUsersList_itemSelectionChanged</h4> |
118 <h4>CooperationPage.on_bannedUsersList_itemSelectionChanged</h4> |
122 <b>on_bannedUsersList_itemSelectionChanged</b>(<i></i>) |
119 <b>on_bannedUsersList_itemSelectionChanged</b>(<i></i>) |
123 |
|
124 <p> |
120 <p> |
125 Private slot to react on changes of selected banned users. |
121 Private slot to react on changes of selected banned users. |
126 </p> |
122 </p> |
|
123 |
127 <a NAME="CooperationPage.on_deleteBannedUsersButton_clicked" ID="CooperationPage.on_deleteBannedUsersButton_clicked"></a> |
124 <a NAME="CooperationPage.on_deleteBannedUsersButton_clicked" ID="CooperationPage.on_deleteBannedUsersButton_clicked"></a> |
128 <h4>CooperationPage.on_deleteBannedUsersButton_clicked</h4> |
125 <h4>CooperationPage.on_deleteBannedUsersButton_clicked</h4> |
129 <b>on_deleteBannedUsersButton_clicked</b>(<i></i>) |
126 <b>on_deleteBannedUsersButton_clicked</b>(<i></i>) |
130 |
|
131 <p> |
127 <p> |
132 Private slot to remove the selected users from the list of |
128 Private slot to remove the selected users from the list of |
133 banned users. |
129 banned users. |
134 </p> |
130 </p> |
|
131 |
135 <a NAME="CooperationPage.save" ID="CooperationPage.save"></a> |
132 <a NAME="CooperationPage.save" ID="CooperationPage.save"></a> |
136 <h4>CooperationPage.save</h4> |
133 <h4>CooperationPage.save</h4> |
137 <b>save</b>(<i></i>) |
134 <b>save</b>(<i></i>) |
138 |
|
139 <p> |
135 <p> |
140 Public slot to save the Cooperation configuration. |
136 Public slot to save the Cooperation configuration. |
141 </p> |
137 </p> |
|
138 |
142 <div align="right"><a href="#top">Up</a></div> |
139 <div align="right"><a href="#top">Up</a></div> |
143 <hr /> |
140 <hr /> |
144 <hr /> |
141 <hr /> |
145 <a NAME="create" ID="create"></a> |
142 <a NAME="create" ID="create"></a> |
146 <h2>create</h2> |
143 <h2>create</h2> |
147 <b>create</b>(<i>dlg</i>) |
144 <b>create</b>(<i>dlg</i>) |
148 |
|
149 <p> |
145 <p> |
150 Module function to create the configuration page. |
146 Module function to create the configuration page. |
151 </p> |
147 </p> |
|
148 |
152 <dl> |
149 <dl> |
153 |
150 |
154 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
151 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
155 <dd> |
152 <dd> |
156 reference to the configuration dialog |
153 reference to the configuration dialog |