|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric4.Preferences.ConfigurationPages.IconsPage</title> |
|
6 <style> |
|
7 body { |
|
8 background:white; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #4FA4FF; } |
|
14 h2 { color: white; background: #4FA4FF; } |
|
15 h3 { color: white; background: #00557F; } |
|
16 h4 { color: white; background: #00557F; } |
|
17 |
|
18 a { color: #AA5500; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body><a NAME="top" ID="top"></a> |
|
23 <h1>eric4.Preferences.ConfigurationPages.IconsPage</h1> |
|
24 <p> |
|
25 Module implementing the Icons configuration page. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#IconsPage">IconsPage</a></td> |
|
35 <td>Class implementing the Icons configuration page.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr> |
|
41 <td><a href="#create">create</a></td> |
|
42 <td>Module function to create the configuration page.</td> |
|
43 </tr> |
|
44 </table> |
|
45 <hr /><hr /> |
|
46 <a NAME="IconsPage" ID="IconsPage"></a> |
|
47 <h2>IconsPage</h2> |
|
48 <p> |
|
49 Class implementing the Icons configuration page. |
|
50 </p> |
|
51 <h3>Derived from</h3> |
|
52 ConfigurationPageBase, Ui_IconsPage |
|
53 <h3>Class Attributes</h3> |
|
54 <table> |
|
55 <tr><td>None</td></tr> |
|
56 </table> |
|
57 <h3>Methods</h3> |
|
58 <table> |
|
59 <tr> |
|
60 <td><a href="#IconsPage.__init__">IconsPage</a></td> |
|
61 <td>Constructor</td> |
|
62 </tr><tr> |
|
63 <td><a href="#IconsPage.on_addIconDirectoryButton_clicked">on_addIconDirectoryButton_clicked</a></td> |
|
64 <td>Private slot to add the icon directory displayed to the listbox.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#IconsPage.on_deleteIconDirectoryButton_clicked">on_deleteIconDirectoryButton_clicked</a></td> |
|
67 <td>Private slot to delete the currently selected directory of the listbox.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#IconsPage.on_downButton_clicked">on_downButton_clicked</a></td> |
|
70 <td>Private slot called to move the selected item down in the list.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#IconsPage.on_iconDirectoryButton_clicked">on_iconDirectoryButton_clicked</a></td> |
|
73 <td>Private slot to select an icon directory.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#IconsPage.on_iconDirectoryEdit_textChanged">on_iconDirectoryEdit_textChanged</a></td> |
|
76 <td>Private slot to handle the textChanged signal of the directory edit.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#IconsPage.on_iconDirectoryList_currentRowChanged">on_iconDirectoryList_currentRowChanged</a></td> |
|
79 <td>Private slot to handle the currentRowChanged signal of the icons directory list.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#IconsPage.on_showIconsButton_clicked">on_showIconsButton_clicked</a></td> |
|
82 <td>Private slot to display a preview of an icons directory.</td> |
|
83 </tr><tr> |
|
84 <td><a href="#IconsPage.on_upButton_clicked">on_upButton_clicked</a></td> |
|
85 <td>Private slot called to move the selected item up in the list.</td> |
|
86 </tr><tr> |
|
87 <td><a href="#IconsPage.save">save</a></td> |
|
88 <td>Public slot to save the Icons configuration.</td> |
|
89 </tr> |
|
90 </table> |
|
91 <a NAME="IconsPage.__init__" ID="IconsPage.__init__"></a> |
|
92 <h4>IconsPage (Constructor)</h4> |
|
93 <b>IconsPage</b>(<i></i>) |
|
94 <p> |
|
95 Constructor |
|
96 </p><a NAME="IconsPage.on_addIconDirectoryButton_clicked" ID="IconsPage.on_addIconDirectoryButton_clicked"></a> |
|
97 <h4>IconsPage.on_addIconDirectoryButton_clicked</h4> |
|
98 <b>on_addIconDirectoryButton_clicked</b>(<i></i>) |
|
99 <p> |
|
100 Private slot to add the icon directory displayed to the listbox. |
|
101 </p><a NAME="IconsPage.on_deleteIconDirectoryButton_clicked" ID="IconsPage.on_deleteIconDirectoryButton_clicked"></a> |
|
102 <h4>IconsPage.on_deleteIconDirectoryButton_clicked</h4> |
|
103 <b>on_deleteIconDirectoryButton_clicked</b>(<i></i>) |
|
104 <p> |
|
105 Private slot to delete the currently selected directory of the listbox. |
|
106 </p><a NAME="IconsPage.on_downButton_clicked" ID="IconsPage.on_downButton_clicked"></a> |
|
107 <h4>IconsPage.on_downButton_clicked</h4> |
|
108 <b>on_downButton_clicked</b>(<i></i>) |
|
109 <p> |
|
110 Private slot called to move the selected item down in the list. |
|
111 </p><a NAME="IconsPage.on_iconDirectoryButton_clicked" ID="IconsPage.on_iconDirectoryButton_clicked"></a> |
|
112 <h4>IconsPage.on_iconDirectoryButton_clicked</h4> |
|
113 <b>on_iconDirectoryButton_clicked</b>(<i></i>) |
|
114 <p> |
|
115 Private slot to select an icon directory. |
|
116 </p><a NAME="IconsPage.on_iconDirectoryEdit_textChanged" ID="IconsPage.on_iconDirectoryEdit_textChanged"></a> |
|
117 <h4>IconsPage.on_iconDirectoryEdit_textChanged</h4> |
|
118 <b>on_iconDirectoryEdit_textChanged</b>(<i>txt</i>) |
|
119 <p> |
|
120 Private slot to handle the textChanged signal of the directory edit. |
|
121 </p><dl> |
|
122 <dt><i>txt</i></dt> |
|
123 <dd> |
|
124 the text of the directory edit (string) |
|
125 </dd> |
|
126 </dl><a NAME="IconsPage.on_iconDirectoryList_currentRowChanged" ID="IconsPage.on_iconDirectoryList_currentRowChanged"></a> |
|
127 <h4>IconsPage.on_iconDirectoryList_currentRowChanged</h4> |
|
128 <b>on_iconDirectoryList_currentRowChanged</b>(<i>row</i>) |
|
129 <p> |
|
130 Private slot to handle the currentRowChanged signal of the icons directory list. |
|
131 </p><dl> |
|
132 <dt><i>row</i></dt> |
|
133 <dd> |
|
134 the current row (integer) |
|
135 </dd> |
|
136 </dl><a NAME="IconsPage.on_showIconsButton_clicked" ID="IconsPage.on_showIconsButton_clicked"></a> |
|
137 <h4>IconsPage.on_showIconsButton_clicked</h4> |
|
138 <b>on_showIconsButton_clicked</b>(<i></i>) |
|
139 <p> |
|
140 Private slot to display a preview of an icons directory. |
|
141 </p><a NAME="IconsPage.on_upButton_clicked" ID="IconsPage.on_upButton_clicked"></a> |
|
142 <h4>IconsPage.on_upButton_clicked</h4> |
|
143 <b>on_upButton_clicked</b>(<i></i>) |
|
144 <p> |
|
145 Private slot called to move the selected item up in the list. |
|
146 </p><a NAME="IconsPage.save" ID="IconsPage.save"></a> |
|
147 <h4>IconsPage.save</h4> |
|
148 <b>save</b>(<i></i>) |
|
149 <p> |
|
150 Public slot to save the Icons configuration. |
|
151 </p> |
|
152 <div align="right"><a href="#top">Up</a></div> |
|
153 <hr /><hr /> |
|
154 <a NAME="create" ID="create"></a> |
|
155 <h2>create</h2> |
|
156 <b>create</b>(<i>dlg</i>) |
|
157 <p> |
|
158 Module function to create the configuration page. |
|
159 </p><dl> |
|
160 <dt><i>dlg</i></dt> |
|
161 <dd> |
|
162 reference to the configuration dialog |
|
163 </dd> |
|
164 </dl> |
|
165 <div align="right"><a href="#top">Up</a></div> |
|
166 <hr /> |
|
167 </body></html> |