src/eric7/Documentation/Source/eric7.WebBrowser.FeaturePermissions.FeaturePermissionsDialog.html

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
child 11107
a2c81ff1d408
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
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.WebBrowser.FeaturePermissions.FeaturePermissionsDialog</h1> 9 <h1>eric7.WebBrowser.FeaturePermissions.FeaturePermissionsDialog</h1>
10
11 <p> 10 <p>
12 Module implementing the feature permission dialog. 11 Module implementing the feature permission dialog.
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="#FeaturePermissionsDialog">FeaturePermissionsDialog</a></td> 22 <td><a href="#FeaturePermissionsDialog">FeaturePermissionsDialog</a></td>
25 <td>Class implementing the feature permission dialog.</td> 23 <td>Class implementing the feature permission dialog.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
32 </table> 30 </table>
31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="FeaturePermissionsDialog" ID="FeaturePermissionsDialog"></a> 34 <a NAME="FeaturePermissionsDialog" ID="FeaturePermissionsDialog"></a>
36 <h2>FeaturePermissionsDialog</h2> 35 <h2>FeaturePermissionsDialog</h2>
37
38 <p> 36 <p>
39 Class implementing the feature permission dialog. 37 Class implementing the feature permission dialog.
40 </p> 38 </p>
39
41 <h3>Derived from</h3> 40 <h3>Derived from</h3>
42 QDialog, Ui_FeaturePermissionsDialog 41 QDialog, Ui_FeaturePermissionsDialog
43 <h3>Class Attributes</h3> 42 <h3>Class Attributes</h3>
44
45 <table> 43 <table>
46 <tr><td>None</td></tr> 44 <tr><td>None</td></tr>
47 </table> 45 </table>
46
48 <h3>Class Methods</h3> 47 <h3>Class Methods</h3>
49
50 <table> 48 <table>
51 <tr><td>None</td></tr> 49 <tr><td>None</td></tr>
52 </table> 50 </table>
51
53 <h3>Methods</h3> 52 <h3>Methods</h3>
54
55 <table> 53 <table>
56
57 <tr> 54 <tr>
58 <td><a href="#FeaturePermissionsDialog.__init__">FeaturePermissionsDialog</a></td> 55 <td><a href="#FeaturePermissionsDialog.__init__">FeaturePermissionsDialog</a></td>
59 <td>Constructor</td> 56 <td>Constructor</td>
60 </tr> 57 </tr>
61 <tr> 58 <tr>
81 <tr> 78 <tr>
82 <td><a href="#FeaturePermissionsDialog.on_removeButton_clicked">on_removeButton_clicked</a></td> 79 <td><a href="#FeaturePermissionsDialog.on_removeButton_clicked">on_removeButton_clicked</a></td>
83 <td>Private slot to remove selected entries.</td> 80 <td>Private slot to remove selected entries.</td>
84 </tr> 81 </tr>
85 </table> 82 </table>
83
86 <h3>Static Methods</h3> 84 <h3>Static Methods</h3>
87
88 <table> 85 <table>
89 <tr><td>None</td></tr> 86 <tr><td>None</td></tr>
90 </table> 87 </table>
91 88
89
92 <a NAME="FeaturePermissionsDialog.__init__" ID="FeaturePermissionsDialog.__init__"></a> 90 <a NAME="FeaturePermissionsDialog.__init__" ID="FeaturePermissionsDialog.__init__"></a>
93 <h4>FeaturePermissionsDialog (Constructor)</h4> 91 <h4>FeaturePermissionsDialog (Constructor)</h4>
94 <b>FeaturePermissionsDialog</b>(<i>featurePermissions, parent=None</i>) 92 <b>FeaturePermissionsDialog</b>(<i>featurePermissions, parent=None</i>)
95
96 <p> 93 <p>
97 Constructor 94 Constructor
98 </p> 95 </p>
96
99 <dl> 97 <dl>
100 98
101 <dt><i>featurePermissions</i> (dict of dict of list)</dt> 99 <dt><i>featurePermissions</i> (dict of dict of list)</dt>
102 <dd> 100 <dd>
103 dictionary with remembered feature 101 dictionary with remembered feature
109 </dd> 107 </dd>
110 </dl> 108 </dl>
111 <a NAME="FeaturePermissionsDialog.__currentTabChanged" ID="FeaturePermissionsDialog.__currentTabChanged"></a> 109 <a NAME="FeaturePermissionsDialog.__currentTabChanged" ID="FeaturePermissionsDialog.__currentTabChanged"></a>
112 <h4>FeaturePermissionsDialog.__currentTabChanged</h4> 110 <h4>FeaturePermissionsDialog.__currentTabChanged</h4>
113 <b>__currentTabChanged</b>(<i>index</i>) 111 <b>__currentTabChanged</b>(<i>index</i>)
114
115 <p> 112 <p>
116 Private slot handling changes of the selected tab. 113 Private slot handling changes of the selected tab.
117 </p> 114 </p>
115
118 <dl> 116 <dl>
119 117
120 <dt><i>index</i> (int)</dt> 118 <dt><i>index</i> (int)</dt>
121 <dd> 119 <dd>
122 index of the current tab 120 index of the current tab
123 </dd> 121 </dd>
124 </dl> 122 </dl>
125 <a NAME="FeaturePermissionsDialog.__itemSelectionChanged" ID="FeaturePermissionsDialog.__itemSelectionChanged"></a> 123 <a NAME="FeaturePermissionsDialog.__itemSelectionChanged" ID="FeaturePermissionsDialog.__itemSelectionChanged"></a>
126 <h4>FeaturePermissionsDialog.__itemSelectionChanged</h4> 124 <h4>FeaturePermissionsDialog.__itemSelectionChanged</h4>
127 <b>__itemSelectionChanged</b>(<i></i>) 125 <b>__itemSelectionChanged</b>(<i></i>)
128
129 <p> 126 <p>
130 Private slot handling changes in the current list of selected items. 127 Private slot handling changes in the current list of selected items.
131 </p> 128 </p>
129
132 <a NAME="FeaturePermissionsDialog.__updateButtons" ID="FeaturePermissionsDialog.__updateButtons"></a> 130 <a NAME="FeaturePermissionsDialog.__updateButtons" ID="FeaturePermissionsDialog.__updateButtons"></a>
133 <h4>FeaturePermissionsDialog.__updateButtons</h4> 131 <h4>FeaturePermissionsDialog.__updateButtons</h4>
134 <b>__updateButtons</b>(<i></i>) 132 <b>__updateButtons</b>(<i></i>)
135
136 <p> 133 <p>
137 Private method to update the buttons. 134 Private method to update the buttons.
138 </p> 135 </p>
136
139 <a NAME="FeaturePermissionsDialog.getData" ID="FeaturePermissionsDialog.getData"></a> 137 <a NAME="FeaturePermissionsDialog.getData" ID="FeaturePermissionsDialog.getData"></a>
140 <h4>FeaturePermissionsDialog.getData</h4> 138 <h4>FeaturePermissionsDialog.getData</h4>
141 <b>getData</b>(<i></i>) 139 <b>getData</b>(<i></i>)
142
143 <p> 140 <p>
144 Public method to retrieve the dialog contents. 141 Public method to retrieve the dialog contents.
145 </p> 142 </p>
143
146 <dl> 144 <dl>
147 <dt>Return:</dt> 145 <dt>Return:</dt>
148 <dd> 146 <dd>
149 new feature permission settings 147 new feature permission settings
150 </dd> 148 </dd>
156 </dd> 154 </dd>
157 </dl> 155 </dl>
158 <a NAME="FeaturePermissionsDialog.on_removeAllButton_clicked" ID="FeaturePermissionsDialog.on_removeAllButton_clicked"></a> 156 <a NAME="FeaturePermissionsDialog.on_removeAllButton_clicked" ID="FeaturePermissionsDialog.on_removeAllButton_clicked"></a>
159 <h4>FeaturePermissionsDialog.on_removeAllButton_clicked</h4> 157 <h4>FeaturePermissionsDialog.on_removeAllButton_clicked</h4>
160 <b>on_removeAllButton_clicked</b>(<i></i>) 158 <b>on_removeAllButton_clicked</b>(<i></i>)
161
162 <p> 159 <p>
163 Private slot to remove all entries. 160 Private slot to remove all entries.
164 </p> 161 </p>
162
165 <a NAME="FeaturePermissionsDialog.on_removeButton_clicked" ID="FeaturePermissionsDialog.on_removeButton_clicked"></a> 163 <a NAME="FeaturePermissionsDialog.on_removeButton_clicked" ID="FeaturePermissionsDialog.on_removeButton_clicked"></a>
166 <h4>FeaturePermissionsDialog.on_removeButton_clicked</h4> 164 <h4>FeaturePermissionsDialog.on_removeButton_clicked</h4>
167 <b>on_removeButton_clicked</b>(<i></i>) 165 <b>on_removeButton_clicked</b>(<i></i>)
168
169 <p> 166 <p>
170 Private slot to remove selected entries. 167 Private slot to remove selected entries.
171 </p> 168 </p>
169
172 <div align="right"><a href="#top">Up</a></div> 170 <div align="right"><a href="#top">Up</a></div>
173 <hr /> 171 <hr />
174 </body></html> 172 </body></html>

eric ide

mercurial