|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.SelectionEncloserPage</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>Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.SelectionEncloserPage</h1> |
|
23 <p> |
|
24 Module implementing Selection Encloser 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="#SelectionEncloserPage">SelectionEncloserPage</a></td> |
|
34 <td>Class implementing Selection Encloser configuration page.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr><td>None</td></tr> |
|
40 </table> |
|
41 <hr /><hr /> |
|
42 <a NAME="SelectionEncloserPage" ID="SelectionEncloserPage"></a> |
|
43 <h2>SelectionEncloserPage</h2> |
|
44 <p> |
|
45 Class implementing Selection Encloser configuration page. |
|
46 </p> |
|
47 <h3>Derived from</h3> |
|
48 ConfigurationPageBase, Ui_SelectionEncloserPage |
|
49 <h3>Class Attributes</h3> |
|
50 <table> |
|
51 <tr><td>None</td></tr> |
|
52 </table> |
|
53 <h3>Class Methods</h3> |
|
54 <table> |
|
55 <tr><td>None</td></tr> |
|
56 </table> |
|
57 <h3>Methods</h3> |
|
58 <table> |
|
59 <tr> |
|
60 <td><a href="#SelectionEncloserPage.__init__">SelectionEncloserPage</a></td> |
|
61 <td>Constructor</td> |
|
62 </tr><tr> |
|
63 <td><a href="#SelectionEncloserPage.__moveSelectedEntry">__moveSelectedEntry</a></td> |
|
64 <td>Private method to move the selected entry up or down.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#SelectionEncloserPage.on_addButton_clicked">on_addButton_clicked</a></td> |
|
67 <td>Private slot to add a menu entry.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#SelectionEncloserPage.on_addMenuButton_clicked">on_addMenuButton_clicked</a></td> |
|
70 <td>Private slot to add a top level menu item.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#SelectionEncloserPage.on_deleteButton_clicked">on_deleteButton_clicked</a></td> |
|
73 <td>Private slot to delete the selected entry.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#SelectionEncloserPage.on_downButton_clicked">on_downButton_clicked</a></td> |
|
76 <td>Private slot to move an entry down.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#SelectionEncloserPage.on_editButton_clicked">on_editButton_clicked</a></td> |
|
79 <td>Slot documentation goes here.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#SelectionEncloserPage.on_menuTree_itemSelectionChanged">on_menuTree_itemSelectionChanged</a></td> |
|
82 <td>Private slot handling the selection of an item.</td> |
|
83 </tr><tr> |
|
84 <td><a href="#SelectionEncloserPage.on_upButton_clicked">on_upButton_clicked</a></td> |
|
85 <td>Private slot to move an entry up.</td> |
|
86 </tr><tr> |
|
87 <td><a href="#SelectionEncloserPage.save">save</a></td> |
|
88 <td>Public slot to save the Selection Encloser configuration.</td> |
|
89 </tr> |
|
90 </table> |
|
91 <h3>Static Methods</h3> |
|
92 <table> |
|
93 <tr><td>None</td></tr> |
|
94 </table> |
|
95 <a NAME="SelectionEncloserPage.__init__" ID="SelectionEncloserPage.__init__"></a> |
|
96 <h4>SelectionEncloserPage (Constructor)</h4> |
|
97 <b>SelectionEncloserPage</b>(<i>plugin</i>) |
|
98 <p> |
|
99 Constructor |
|
100 </p><dl> |
|
101 <dt><i>plugin</i></dt> |
|
102 <dd> |
|
103 reference to the plugin object |
|
104 </dd> |
|
105 </dl><a NAME="SelectionEncloserPage.__moveSelectedEntry" ID="SelectionEncloserPage.__moveSelectedEntry"></a> |
|
106 <h4>SelectionEncloserPage.__moveSelectedEntry</h4> |
|
107 <b>__moveSelectedEntry</b>(<i>moveUp</i>) |
|
108 <p> |
|
109 Private method to move the selected entry up or down. |
|
110 </p><a NAME="SelectionEncloserPage.on_addButton_clicked" ID="SelectionEncloserPage.on_addButton_clicked"></a> |
|
111 <h4>SelectionEncloserPage.on_addButton_clicked</h4> |
|
112 <b>on_addButton_clicked</b>(<i></i>) |
|
113 <p> |
|
114 Private slot to add a menu entry. |
|
115 </p><a NAME="SelectionEncloserPage.on_addMenuButton_clicked" ID="SelectionEncloserPage.on_addMenuButton_clicked"></a> |
|
116 <h4>SelectionEncloserPage.on_addMenuButton_clicked</h4> |
|
117 <b>on_addMenuButton_clicked</b>(<i></i>) |
|
118 <p> |
|
119 Private slot to add a top level menu item. |
|
120 </p><a NAME="SelectionEncloserPage.on_deleteButton_clicked" ID="SelectionEncloserPage.on_deleteButton_clicked"></a> |
|
121 <h4>SelectionEncloserPage.on_deleteButton_clicked</h4> |
|
122 <b>on_deleteButton_clicked</b>(<i></i>) |
|
123 <p> |
|
124 Private slot to delete the selected entry. |
|
125 </p><a NAME="SelectionEncloserPage.on_downButton_clicked" ID="SelectionEncloserPage.on_downButton_clicked"></a> |
|
126 <h4>SelectionEncloserPage.on_downButton_clicked</h4> |
|
127 <b>on_downButton_clicked</b>(<i></i>) |
|
128 <p> |
|
129 Private slot to move an entry down. |
|
130 </p><a NAME="SelectionEncloserPage.on_editButton_clicked" ID="SelectionEncloserPage.on_editButton_clicked"></a> |
|
131 <h4>SelectionEncloserPage.on_editButton_clicked</h4> |
|
132 <b>on_editButton_clicked</b>(<i></i>) |
|
133 <p> |
|
134 Slot documentation goes here. |
|
135 </p><a NAME="SelectionEncloserPage.on_menuTree_itemSelectionChanged" ID="SelectionEncloserPage.on_menuTree_itemSelectionChanged"></a> |
|
136 <h4>SelectionEncloserPage.on_menuTree_itemSelectionChanged</h4> |
|
137 <b>on_menuTree_itemSelectionChanged</b>(<i></i>) |
|
138 <p> |
|
139 Private slot handling the selection of an item. |
|
140 </p><a NAME="SelectionEncloserPage.on_upButton_clicked" ID="SelectionEncloserPage.on_upButton_clicked"></a> |
|
141 <h4>SelectionEncloserPage.on_upButton_clicked</h4> |
|
142 <b>on_upButton_clicked</b>(<i></i>) |
|
143 <p> |
|
144 Private slot to move an entry up. |
|
145 </p><a NAME="SelectionEncloserPage.save" ID="SelectionEncloserPage.save"></a> |
|
146 <h4>SelectionEncloserPage.save</h4> |
|
147 <b>save</b>(<i></i>) |
|
148 <p> |
|
149 Public slot to save the Selection Encloser configuration. |
|
150 </p> |
|
151 <div align="right"><a href="#top">Up</a></div> |
|
152 <hr /> |
|
153 </body></html> |