eric6/Documentation/Source/eric6.WebBrowser.FeaturePermissions.FeaturePermissionsDialog.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.WebBrowser.FeaturePermissions.FeaturePermissionsDialog</h1> 23 <h1>eric6.WebBrowser.FeaturePermissions.FeaturePermissionsDialog</h1>
24
23 <p> 25 <p>
24 Module implementing the feature permission dialog. 26 Module implementing the feature permission dialog.
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="#FeaturePermissionsDialog">FeaturePermissionsDialog</a></td> 38 <td><a href="#FeaturePermissionsDialog">FeaturePermissionsDialog</a></td>
34 <td>Class implementing the feature permission dialog.</td> 39 <td>Class implementing the feature permission dialog.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="FeaturePermissionsDialog" ID="FeaturePermissionsDialog"></a> 49 <a NAME="FeaturePermissionsDialog" ID="FeaturePermissionsDialog"></a>
43 <h2>FeaturePermissionsDialog</h2> 50 <h2>FeaturePermissionsDialog</h2>
51
44 <p> 52 <p>
45 Class implementing the feature permission dialog. 53 Class implementing the feature permission dialog.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QDialog, Ui_FeaturePermissionsDialog 56 QDialog, Ui_FeaturePermissionsDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
68
58 <table> 69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#FeaturePermissionsDialog.__init__">FeaturePermissionsDialog</a></td> 72 <td><a href="#FeaturePermissionsDialog.__init__">FeaturePermissionsDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#FeaturePermissionsDialog.__currentTabChanged">__currentTabChanged</a></td> 76 <td><a href="#FeaturePermissionsDialog.__currentTabChanged">__currentTabChanged</a></td>
64 <td>Private slot handling changes of the selected tab.</td> 77 <td>Private slot handling changes of the selected tab.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#FeaturePermissionsDialog.__itemSelectionChanged">__itemSelectionChanged</a></td> 80 <td><a href="#FeaturePermissionsDialog.__itemSelectionChanged">__itemSelectionChanged</a></td>
67 <td>Private slot handling changes in the current list of selected items.</td> 81 <td>Private slot handling changes in the current list of selected items.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#FeaturePermissionsDialog.__updateButtons">__updateButtons</a></td> 84 <td><a href="#FeaturePermissionsDialog.__updateButtons">__updateButtons</a></td>
70 <td>Private method to update the buttons.</td> 85 <td>Private method to update the buttons.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#FeaturePermissionsDialog.getData">getData</a></td> 88 <td><a href="#FeaturePermissionsDialog.getData">getData</a></td>
73 <td>Public method to retrieve the dialog contents.</td> 89 <td>Public method to retrieve the dialog contents.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#FeaturePermissionsDialog.on_removeAllButton_clicked">on_removeAllButton_clicked</a></td> 92 <td><a href="#FeaturePermissionsDialog.on_removeAllButton_clicked">on_removeAllButton_clicked</a></td>
76 <td>Private slot to remove all entries.</td> 93 <td>Private slot to remove all entries.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#FeaturePermissionsDialog.on_removeButton_clicked">on_removeButton_clicked</a></td> 96 <td><a href="#FeaturePermissionsDialog.on_removeButton_clicked">on_removeButton_clicked</a></td>
79 <td>Private slot to remove selected entries.</td> 97 <td>Private slot to remove selected entries.</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="FeaturePermissionsDialog.__init__" ID="FeaturePermissionsDialog.__init__"></a> 106 <a NAME="FeaturePermissionsDialog.__init__" ID="FeaturePermissionsDialog.__init__"></a>
87 <h4>FeaturePermissionsDialog (Constructor)</h4> 107 <h4>FeaturePermissionsDialog (Constructor)</h4>
88 <b>FeaturePermissionsDialog</b>(<i>featurePermissions, parent=None</i>) 108 <b>FeaturePermissionsDialog</b>(<i>featurePermissions, parent=None</i>)
109
89 <p> 110 <p>
90 Constructor 111 Constructor
91 </p><dl> 112 </p>
113 <dl>
114
92 <dt><i>featurePermissions</i> (dict of dict of list)</dt> 115 <dt><i>featurePermissions</i> (dict of dict of list)</dt>
93 <dd> 116 <dd>
94 dictionary with remembered feature 117 dictionary with remembered feature
95 permissions 118 permissions
96 </dd><dt><i>parent</i> (QWidget)</dt> 119 </dd>
120 <dt><i>parent</i> (QWidget)</dt>
97 <dd> 121 <dd>
98 reference to the parent widget 122 reference to the parent widget
99 </dd> 123 </dd>
100 </dl><a NAME="FeaturePermissionsDialog.__currentTabChanged" ID="FeaturePermissionsDialog.__currentTabChanged"></a> 124 </dl>
125 <a NAME="FeaturePermissionsDialog.__currentTabChanged" ID="FeaturePermissionsDialog.__currentTabChanged"></a>
101 <h4>FeaturePermissionsDialog.__currentTabChanged</h4> 126 <h4>FeaturePermissionsDialog.__currentTabChanged</h4>
102 <b>__currentTabChanged</b>(<i>index</i>) 127 <b>__currentTabChanged</b>(<i>index</i>)
128
103 <p> 129 <p>
104 Private slot handling changes of the selected tab. 130 Private slot handling changes of the selected tab.
105 </p><dl> 131 </p>
132 <dl>
133
106 <dt><i>index</i> (int)</dt> 134 <dt><i>index</i> (int)</dt>
107 <dd> 135 <dd>
108 index of the current tab 136 index of the current tab
109 </dd> 137 </dd>
110 </dl><a NAME="FeaturePermissionsDialog.__itemSelectionChanged" ID="FeaturePermissionsDialog.__itemSelectionChanged"></a> 138 </dl>
139 <a NAME="FeaturePermissionsDialog.__itemSelectionChanged" ID="FeaturePermissionsDialog.__itemSelectionChanged"></a>
111 <h4>FeaturePermissionsDialog.__itemSelectionChanged</h4> 140 <h4>FeaturePermissionsDialog.__itemSelectionChanged</h4>
112 <b>__itemSelectionChanged</b>(<i></i>) 141 <b>__itemSelectionChanged</b>(<i></i>)
142
113 <p> 143 <p>
114 Private slot handling changes in the current list of selected items. 144 Private slot handling changes in the current list of selected items.
115 </p><a NAME="FeaturePermissionsDialog.__updateButtons" ID="FeaturePermissionsDialog.__updateButtons"></a> 145 </p>
146 <a NAME="FeaturePermissionsDialog.__updateButtons" ID="FeaturePermissionsDialog.__updateButtons"></a>
116 <h4>FeaturePermissionsDialog.__updateButtons</h4> 147 <h4>FeaturePermissionsDialog.__updateButtons</h4>
117 <b>__updateButtons</b>(<i></i>) 148 <b>__updateButtons</b>(<i></i>)
149
118 <p> 150 <p>
119 Private method to update the buttons. 151 Private method to update the buttons.
120 </p><a NAME="FeaturePermissionsDialog.getData" ID="FeaturePermissionsDialog.getData"></a> 152 </p>
153 <a NAME="FeaturePermissionsDialog.getData" ID="FeaturePermissionsDialog.getData"></a>
121 <h4>FeaturePermissionsDialog.getData</h4> 154 <h4>FeaturePermissionsDialog.getData</h4>
122 <b>getData</b>(<i></i>) 155 <b>getData</b>(<i></i>)
156
123 <p> 157 <p>
124 Public method to retrieve the dialog contents. 158 Public method to retrieve the dialog contents.
125 </p><dl> 159 </p>
160 <dl>
126 <dt>Returns:</dt> 161 <dt>Returns:</dt>
127 <dd> 162 <dd>
128 new feature permission settings 163 new feature permission settings
129 </dd> 164 </dd>
130 </dl><dl> 165 </dl>
166 <dl>
131 <dt>Return Type:</dt> 167 <dt>Return Type:</dt>
132 <dd> 168 <dd>
133 dict of dict of list 169 dict of dict of list
134 </dd> 170 </dd>
135 </dl><a NAME="FeaturePermissionsDialog.on_removeAllButton_clicked" ID="FeaturePermissionsDialog.on_removeAllButton_clicked"></a> 171 </dl>
172 <a NAME="FeaturePermissionsDialog.on_removeAllButton_clicked" ID="FeaturePermissionsDialog.on_removeAllButton_clicked"></a>
136 <h4>FeaturePermissionsDialog.on_removeAllButton_clicked</h4> 173 <h4>FeaturePermissionsDialog.on_removeAllButton_clicked</h4>
137 <b>on_removeAllButton_clicked</b>(<i></i>) 174 <b>on_removeAllButton_clicked</b>(<i></i>)
175
138 <p> 176 <p>
139 Private slot to remove all entries. 177 Private slot to remove all entries.
140 </p><a NAME="FeaturePermissionsDialog.on_removeButton_clicked" ID="FeaturePermissionsDialog.on_removeButton_clicked"></a> 178 </p>
179 <a NAME="FeaturePermissionsDialog.on_removeButton_clicked" ID="FeaturePermissionsDialog.on_removeButton_clicked"></a>
141 <h4>FeaturePermissionsDialog.on_removeButton_clicked</h4> 180 <h4>FeaturePermissionsDialog.on_removeButton_clicked</h4>
142 <b>on_removeButton_clicked</b>(<i></i>) 181 <b>on_removeButton_clicked</b>(<i></i>)
182
143 <p> 183 <p>
144 Private slot to remove selected entries. 184 Private slot to remove selected entries.
145 </p> 185 </p>
146 <div align="right"><a href="#top">Up</a></div> 186 <div align="right"><a href="#top">Up</a></div>
147 <hr /> 187 <hr />

eric ide

mercurial