|
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>eric5.Preferences.ConfigurationPages.ProjectBrowserPage</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Preferences.ConfigurationPages.ProjectBrowserPage</h1> |
|
12 <p> |
|
13 Module implementing the Project Browser configuration page. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#ProjectBrowserPage">ProjectBrowserPage</a></td> |
|
23 <td>Class implementing the Project Browser configuration page.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr> |
|
29 <td><a href="#create">create</a></td> |
|
30 <td>Module function to create the configuration page.</td> |
|
31 </tr> |
|
32 </table> |
|
33 <hr /><hr /> |
|
34 <a NAME="ProjectBrowserPage" ID="ProjectBrowserPage"></a> |
|
35 <h2>ProjectBrowserPage</h2> |
|
36 <p> |
|
37 Class implementing the Project Browser configuration page. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 ConfigurationPageBase, Ui_ProjectBrowserPage |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#ProjectBrowserPage.__init__">ProjectBrowserPage</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#ProjectBrowserPage.__setProjectBrowsersCheckBoxes">__setProjectBrowsersCheckBoxes</a></td> |
|
52 <td>Private method to set the checkboxes according to the selected project type.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#ProjectBrowserPage.__storeProjectBrowserFlags">__storeProjectBrowserFlags</a></td> |
|
55 <td>Private method to store the flags for the selected project type.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#ProjectBrowserPage.on_pbHighlightedButton_clicked">on_pbHighlightedButton_clicked</a></td> |
|
58 <td>Private slot to set the colour for highlighted entries of the project others browser.</td> |
|
59 </tr><tr> |
|
60 <td><a href="#ProjectBrowserPage.on_projectTypeCombo_activated">on_projectTypeCombo_activated</a></td> |
|
61 <td>Private slot to set the browser checkboxes according to the selected project type.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#ProjectBrowserPage.save">save</a></td> |
|
64 <td>Public slot to save the Project Browser configuration.</td> |
|
65 </tr> |
|
66 </table> |
|
67 <a NAME="ProjectBrowserPage.__init__" ID="ProjectBrowserPage.__init__"></a> |
|
68 <h4>ProjectBrowserPage (Constructor)</h4> |
|
69 <b>ProjectBrowserPage</b>(<i></i>) |
|
70 <p> |
|
71 Constructor |
|
72 </p><a NAME="ProjectBrowserPage.__setProjectBrowsersCheckBoxes" ID="ProjectBrowserPage.__setProjectBrowsersCheckBoxes"></a> |
|
73 <h4>ProjectBrowserPage.__setProjectBrowsersCheckBoxes</h4> |
|
74 <b>__setProjectBrowsersCheckBoxes</b>(<i>projectType</i>) |
|
75 <p> |
|
76 Private method to set the checkboxes according to the selected project type. |
|
77 </p><dl> |
|
78 <dt><i>projectType</i></dt> |
|
79 <dd> |
|
80 type of the selected project (string) |
|
81 </dd> |
|
82 </dl><a NAME="ProjectBrowserPage.__storeProjectBrowserFlags" ID="ProjectBrowserPage.__storeProjectBrowserFlags"></a> |
|
83 <h4>ProjectBrowserPage.__storeProjectBrowserFlags</h4> |
|
84 <b>__storeProjectBrowserFlags</b>(<i>projectType</i>) |
|
85 <p> |
|
86 Private method to store the flags for the selected project type. |
|
87 </p><dl> |
|
88 <dt><i>projectType</i></dt> |
|
89 <dd> |
|
90 type of the selected project (string) |
|
91 </dd> |
|
92 </dl><a NAME="ProjectBrowserPage.on_pbHighlightedButton_clicked" ID="ProjectBrowserPage.on_pbHighlightedButton_clicked"></a> |
|
93 <h4>ProjectBrowserPage.on_pbHighlightedButton_clicked</h4> |
|
94 <b>on_pbHighlightedButton_clicked</b>(<i></i>) |
|
95 <p> |
|
96 Private slot to set the colour for highlighted entries of the |
|
97 project others browser. |
|
98 </p><a NAME="ProjectBrowserPage.on_projectTypeCombo_activated" ID="ProjectBrowserPage.on_projectTypeCombo_activated"></a> |
|
99 <h4>ProjectBrowserPage.on_projectTypeCombo_activated</h4> |
|
100 <b>on_projectTypeCombo_activated</b>(<i>index</i>) |
|
101 <p> |
|
102 Private slot to set the browser checkboxes according to the selected |
|
103 project type. |
|
104 </p><dl> |
|
105 <dt><i>index</i></dt> |
|
106 <dd> |
|
107 index of the selected project type (integer) |
|
108 </dd> |
|
109 </dl><a NAME="ProjectBrowserPage.save" ID="ProjectBrowserPage.save"></a> |
|
110 <h4>ProjectBrowserPage.save</h4> |
|
111 <b>save</b>(<i></i>) |
|
112 <p> |
|
113 Public slot to save the Project Browser configuration. |
|
114 </p> |
|
115 <div align="right"><a href="#top">Up</a></div> |
|
116 <hr /><hr /> |
|
117 <a NAME="create" ID="create"></a> |
|
118 <h2>create</h2> |
|
119 <b>create</b>(<i>dlg</i>) |
|
120 <p> |
|
121 Module function to create the configuration page. |
|
122 </p><dl> |
|
123 <dt><i>dlg</i></dt> |
|
124 <dd> |
|
125 reference to the configuration dialog |
|
126 </dd> |
|
127 </dl> |
|
128 <div align="right"><a href="#top">Up</a></div> |
|
129 <hr /> |
|
130 </body></html> |