eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.CooperationPage.html

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

eric ide

mercurial