|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Preferences.ConfigurationPages.CooperationPage</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.Preferences.ConfigurationPages.CooperationPage</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing the Cooperation configuration page. |
|
27 </p> |
|
28 <h3>Global Attributes</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <h3>Classes</h3> |
|
34 |
|
35 <table> |
|
36 |
|
37 <tr> |
|
38 <td><a href="#CooperationPage">CooperationPage</a></td> |
|
39 <td>Class implementing the Cooperation configuration page.</td> |
|
40 </tr> |
|
41 </table> |
|
42 <h3>Functions</h3> |
|
43 |
|
44 <table> |
|
45 |
|
46 <tr> |
|
47 <td><a href="#create">create</a></td> |
|
48 <td>Module function to create the configuration page.</td> |
|
49 </tr> |
|
50 </table> |
|
51 <hr /> |
|
52 <hr /> |
|
53 <a NAME="CooperationPage" ID="CooperationPage"></a> |
|
54 <h2>CooperationPage</h2> |
|
55 |
|
56 <p> |
|
57 Class implementing the Cooperation configuration page. |
|
58 </p> |
|
59 <h3>Derived from</h3> |
|
60 ConfigurationPageBase, Ui_CooperationPage |
|
61 <h3>Class Attributes</h3> |
|
62 |
|
63 <table> |
|
64 <tr><td>None</td></tr> |
|
65 </table> |
|
66 <h3>Class Methods</h3> |
|
67 |
|
68 <table> |
|
69 <tr><td>None</td></tr> |
|
70 </table> |
|
71 <h3>Methods</h3> |
|
72 |
|
73 <table> |
|
74 |
|
75 <tr> |
|
76 <td><a href="#CooperationPage.__init__">CooperationPage</a></td> |
|
77 <td>Constructor</td> |
|
78 </tr> |
|
79 <tr> |
|
80 <td><a href="#CooperationPage.on_addBannedUserButton_clicked">on_addBannedUserButton_clicked</a></td> |
|
81 <td>Private slot to add a user to the list of banned users.</td> |
|
82 </tr> |
|
83 <tr> |
|
84 <td><a href="#CooperationPage.on_bannedUserEdit_textChanged">on_bannedUserEdit_textChanged</a></td> |
|
85 <td>Private slot to handle the user entering a banned user.</td> |
|
86 </tr> |
|
87 <tr> |
|
88 <td><a href="#CooperationPage.on_bannedUsersList_itemSelectionChanged">on_bannedUsersList_itemSelectionChanged</a></td> |
|
89 <td>Private slot to react on changes of selected banned users.</td> |
|
90 </tr> |
|
91 <tr> |
|
92 <td><a href="#CooperationPage.on_deleteBannedUsersButton_clicked">on_deleteBannedUsersButton_clicked</a></td> |
|
93 <td>Private slot to remove the selected users from the list of banned users.</td> |
|
94 </tr> |
|
95 <tr> |
|
96 <td><a href="#CooperationPage.save">save</a></td> |
|
97 <td>Public slot to save the Cooperation configuration.</td> |
|
98 </tr> |
|
99 </table> |
|
100 <h3>Static Methods</h3> |
|
101 |
|
102 <table> |
|
103 <tr><td>None</td></tr> |
|
104 </table> |
|
105 |
|
106 <a NAME="CooperationPage.__init__" ID="CooperationPage.__init__"></a> |
|
107 <h4>CooperationPage (Constructor)</h4> |
|
108 <b>CooperationPage</b>(<i></i>) |
|
109 |
|
110 <p> |
|
111 Constructor |
|
112 </p> |
|
113 <a NAME="CooperationPage.on_addBannedUserButton_clicked" ID="CooperationPage.on_addBannedUserButton_clicked"></a> |
|
114 <h4>CooperationPage.on_addBannedUserButton_clicked</h4> |
|
115 <b>on_addBannedUserButton_clicked</b>(<i></i>) |
|
116 |
|
117 <p> |
|
118 Private slot to add a user to the list of banned users. |
|
119 </p> |
|
120 <a NAME="CooperationPage.on_bannedUserEdit_textChanged" ID="CooperationPage.on_bannedUserEdit_textChanged"></a> |
|
121 <h4>CooperationPage.on_bannedUserEdit_textChanged</h4> |
|
122 <b>on_bannedUserEdit_textChanged</b>(<i>txt</i>) |
|
123 |
|
124 <p> |
|
125 Private slot to handle the user entering a banned user. |
|
126 </p> |
|
127 <dl> |
|
128 |
|
129 <dt><i>txt</i></dt> |
|
130 <dd> |
|
131 text entered by the user (string) |
|
132 </dd> |
|
133 </dl> |
|
134 <a NAME="CooperationPage.on_bannedUsersList_itemSelectionChanged" ID="CooperationPage.on_bannedUsersList_itemSelectionChanged"></a> |
|
135 <h4>CooperationPage.on_bannedUsersList_itemSelectionChanged</h4> |
|
136 <b>on_bannedUsersList_itemSelectionChanged</b>(<i></i>) |
|
137 |
|
138 <p> |
|
139 Private slot to react on changes of selected banned users. |
|
140 </p> |
|
141 <a NAME="CooperationPage.on_deleteBannedUsersButton_clicked" ID="CooperationPage.on_deleteBannedUsersButton_clicked"></a> |
|
142 <h4>CooperationPage.on_deleteBannedUsersButton_clicked</h4> |
|
143 <b>on_deleteBannedUsersButton_clicked</b>(<i></i>) |
|
144 |
|
145 <p> |
|
146 Private slot to remove the selected users from the list of |
|
147 banned users. |
|
148 </p> |
|
149 <a NAME="CooperationPage.save" ID="CooperationPage.save"></a> |
|
150 <h4>CooperationPage.save</h4> |
|
151 <b>save</b>(<i></i>) |
|
152 |
|
153 <p> |
|
154 Public slot to save the Cooperation configuration. |
|
155 </p> |
|
156 <div align="right"><a href="#top">Up</a></div> |
|
157 <hr /> |
|
158 <hr /> |
|
159 <a NAME="create" ID="create"></a> |
|
160 <h2>create</h2> |
|
161 <b>create</b>(<i>dlg</i>) |
|
162 |
|
163 <p> |
|
164 Module function to create the configuration page. |
|
165 </p> |
|
166 <dl> |
|
167 |
|
168 <dt><i>dlg</i></dt> |
|
169 <dd> |
|
170 reference to the configuration dialog |
|
171 </dd> |
|
172 </dl> |
|
173 <dl> |
|
174 <dt>Return:</dt> |
|
175 <dd> |
|
176 reference to the instantiated page (ConfigurationPageBase) |
|
177 </dd> |
|
178 </dl> |
|
179 <div align="right"><a href="#top">Up</a></div> |
|
180 <hr /> |
|
181 </body></html> |