|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Preferences.ConfigurationPages.MultiProjectPage</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>eric6.Preferences.ConfigurationPages.MultiProjectPage</h1> |
|
23 <p> |
|
24 Module implementing the Multi Project 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="#MultiProjectPage">MultiProjectPage</a></td> |
|
34 <td>Class implementing the Multi Project configuration page.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr> |
|
40 <td><a href="#create">create</a></td> |
|
41 <td>Module function to create the configuration page.</td> |
|
42 </tr> |
|
43 </table> |
|
44 <hr /><hr /> |
|
45 <a NAME="MultiProjectPage" ID="MultiProjectPage"></a> |
|
46 <h2>MultiProjectPage</h2> |
|
47 <p> |
|
48 Class implementing the Multi Project configuration page. |
|
49 </p> |
|
50 <h3>Derived from</h3> |
|
51 ConfigurationPageBase, Ui_MultiProjectPage |
|
52 <h3>Class Attributes</h3> |
|
53 <table> |
|
54 <tr><td>None</td></tr> |
|
55 </table> |
|
56 <h3>Class Methods</h3> |
|
57 <table> |
|
58 <tr><td>None</td></tr> |
|
59 </table> |
|
60 <h3>Methods</h3> |
|
61 <table> |
|
62 <tr> |
|
63 <td><a href="#MultiProjectPage.__init__">MultiProjectPage</a></td> |
|
64 <td>Constructor</td> |
|
65 </tr><tr> |
|
66 <td><a href="#MultiProjectPage.on_workspaceButton_clicked">on_workspaceButton_clicked</a></td> |
|
67 <td>Private slot to display a directory selection dialog.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#MultiProjectPage.save">save</a></td> |
|
70 <td>Public slot to save the Project configuration.</td> |
|
71 </tr> |
|
72 </table> |
|
73 <h3>Static Methods</h3> |
|
74 <table> |
|
75 <tr><td>None</td></tr> |
|
76 </table> |
|
77 <a NAME="MultiProjectPage.__init__" ID="MultiProjectPage.__init__"></a> |
|
78 <h4>MultiProjectPage (Constructor)</h4> |
|
79 <b>MultiProjectPage</b>(<i></i>) |
|
80 <p> |
|
81 Constructor |
|
82 </p><a NAME="MultiProjectPage.on_workspaceButton_clicked" ID="MultiProjectPage.on_workspaceButton_clicked"></a> |
|
83 <h4>MultiProjectPage.on_workspaceButton_clicked</h4> |
|
84 <b>on_workspaceButton_clicked</b>(<i></i>) |
|
85 <p> |
|
86 Private slot to display a directory selection dialog. |
|
87 </p><a NAME="MultiProjectPage.save" ID="MultiProjectPage.save"></a> |
|
88 <h4>MultiProjectPage.save</h4> |
|
89 <b>save</b>(<i></i>) |
|
90 <p> |
|
91 Public slot to save the Project configuration. |
|
92 </p> |
|
93 <div align="right"><a href="#top">Up</a></div> |
|
94 <hr /><hr /> |
|
95 <a NAME="create" ID="create"></a> |
|
96 <h2>create</h2> |
|
97 <b>create</b>(<i>dlg</i>) |
|
98 <p> |
|
99 Module function to create the configuration page. |
|
100 </p><dl> |
|
101 <dt><i>dlg</i></dt> |
|
102 <dd> |
|
103 reference to the configuration dialog |
|
104 </dd> |
|
105 </dl><dl> |
|
106 <dt>Returns:</dt> |
|
107 <dd> |
|
108 reference to the instantiated page (ConfigurationPageBase) |
|
109 </dd> |
|
110 </dl> |
|
111 <div align="right"><a href="#top">Up</a></div> |
|
112 <hr /> |
|
113 </body></html> |