|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.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><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.Preferences.ConfigurationPages.CooperationPage</h1> |
|
23 <p> |
|
24 Module implementing the Cooperation configuration page. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#CooperationPage">CooperationPage</a></td> |
|
34 <td>Class implementing the Cooperation configuration page.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr> |
|
40 <td><a href="#create">create</a></td> |
|
41 <td>Module function to create the configuration page.</td> |
|
42 </tr> |
|
43 </table> |
|
44 <hr /><hr /> |
|
45 <a NAME="CooperationPage" ID="CooperationPage"></a> |
|
46 <h2>CooperationPage</h2> |
|
47 <p> |
|
48 Class implementing the Cooperation configuration page. |
|
49 </p> |
|
50 <h3>Derived from</h3> |
|
51 ConfigurationPageBase, Ui_CooperationPage |
|
52 <h3>Class Attributes</h3> |
|
53 <table> |
|
54 <tr><td>None</td></tr> |
|
55 </table> |
|
56 <h3>Class Methods</h3> |
|
57 <table> |
|
58 <tr><td>None</td></tr> |
|
59 </table> |
|
60 <h3>Methods</h3> |
|
61 <table> |
|
62 <tr> |
|
63 <td><a href="#CooperationPage.__init__">CooperationPage</a></td> |
|
64 <td>Constructor</td> |
|
65 </tr><tr> |
|
66 <td><a href="#CooperationPage.on_addBannedUserButton_clicked">on_addBannedUserButton_clicked</a></td> |
|
67 <td>Private slot to add a user to the list of banned users.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#CooperationPage.on_bannedUserEdit_textChanged">on_bannedUserEdit_textChanged</a></td> |
|
70 <td>Private slot to handle the user entering a banned user.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#CooperationPage.on_bannedUsersList_itemSelectionChanged">on_bannedUsersList_itemSelectionChanged</a></td> |
|
73 <td>Private slot to react on changes of selected banned users.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#CooperationPage.on_deleteBannedUsersButton_clicked">on_deleteBannedUsersButton_clicked</a></td> |
|
76 <td>Private slot to remove the selected users from the list of banned users.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#CooperationPage.save">save</a></td> |
|
79 <td>Public slot to save the Cooperation configuration.</td> |
|
80 </tr> |
|
81 </table> |
|
82 <h3>Static Methods</h3> |
|
83 <table> |
|
84 <tr><td>None</td></tr> |
|
85 </table> |
|
86 <a NAME="CooperationPage.__init__" ID="CooperationPage.__init__"></a> |
|
87 <h4>CooperationPage (Constructor)</h4> |
|
88 <b>CooperationPage</b>(<i></i>) |
|
89 <p> |
|
90 Constructor |
|
91 </p><a NAME="CooperationPage.on_addBannedUserButton_clicked" ID="CooperationPage.on_addBannedUserButton_clicked"></a> |
|
92 <h4>CooperationPage.on_addBannedUserButton_clicked</h4> |
|
93 <b>on_addBannedUserButton_clicked</b>(<i></i>) |
|
94 <p> |
|
95 Private slot to add a user to the list of banned users. |
|
96 </p><a NAME="CooperationPage.on_bannedUserEdit_textChanged" ID="CooperationPage.on_bannedUserEdit_textChanged"></a> |
|
97 <h4>CooperationPage.on_bannedUserEdit_textChanged</h4> |
|
98 <b>on_bannedUserEdit_textChanged</b>(<i>txt</i>) |
|
99 <p> |
|
100 Private slot to handle the user entering a banned user. |
|
101 </p><dl> |
|
102 <dt><i>txt</i></dt> |
|
103 <dd> |
|
104 text entered by the user (string) |
|
105 </dd> |
|
106 </dl><a NAME="CooperationPage.on_bannedUsersList_itemSelectionChanged" ID="CooperationPage.on_bannedUsersList_itemSelectionChanged"></a> |
|
107 <h4>CooperationPage.on_bannedUsersList_itemSelectionChanged</h4> |
|
108 <b>on_bannedUsersList_itemSelectionChanged</b>(<i></i>) |
|
109 <p> |
|
110 Private slot to react on changes of selected banned users. |
|
111 </p><a NAME="CooperationPage.on_deleteBannedUsersButton_clicked" ID="CooperationPage.on_deleteBannedUsersButton_clicked"></a> |
|
112 <h4>CooperationPage.on_deleteBannedUsersButton_clicked</h4> |
|
113 <b>on_deleteBannedUsersButton_clicked</b>(<i></i>) |
|
114 <p> |
|
115 Private slot to remove the selected users from the list of |
|
116 banned users. |
|
117 </p><a NAME="CooperationPage.save" ID="CooperationPage.save"></a> |
|
118 <h4>CooperationPage.save</h4> |
|
119 <b>save</b>(<i></i>) |
|
120 <p> |
|
121 Public slot to save the Cooperation configuration. |
|
122 </p> |
|
123 <div align="right"><a href="#top">Up</a></div> |
|
124 <hr /><hr /> |
|
125 <a NAME="create" ID="create"></a> |
|
126 <h2>create</h2> |
|
127 <b>create</b>(<i>dlg</i>) |
|
128 <p> |
|
129 Module function to create the configuration page. |
|
130 </p><dl> |
|
131 <dt><i>dlg</i></dt> |
|
132 <dd> |
|
133 reference to the configuration dialog |
|
134 </dd> |
|
135 </dl><dl> |
|
136 <dt>Returns:</dt> |
|
137 <dd> |
|
138 reference to the instantiated page (ConfigurationPageBase) |
|
139 </dd> |
|
140 </dl> |
|
141 <div align="right"><a href="#top">Up</a></div> |
|
142 <hr /> |
|
143 </body></html> |