58 <table> |
58 <table> |
59 <tr> |
59 <tr> |
60 <td><a href="#ViewProfileDialog.__init__">ViewProfileDialog</a></td> |
60 <td><a href="#ViewProfileDialog.__init__">ViewProfileDialog</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#ViewProfileDialog.getProfiles">getProfiles</a></td> |
63 <td><a href="#ViewProfileDialog.getVisibilities">getVisibilities</a></td> |
64 <td>Public method to retrieve the configured profiles.</td> |
64 <td>Public method to retrieve the visibilities configuration.</td> |
65 </tr> |
65 </tr> |
66 </table> |
66 </table> |
67 <h3>Static Methods</h3> |
67 <h3>Static Methods</h3> |
68 <table> |
68 <table> |
69 <tr><td>None</td></tr> |
69 <tr><td>None</td></tr> |
70 </table> |
70 </table> |
71 <a NAME="ViewProfileDialog.__init__" ID="ViewProfileDialog.__init__"></a> |
71 <a NAME="ViewProfileDialog.__init__" ID="ViewProfileDialog.__init__"></a> |
72 <h4>ViewProfileDialog (Constructor)</h4> |
72 <h4>ViewProfileDialog (Constructor)</h4> |
73 <b>ViewProfileDialog</b>(<i>layout, profiles, separateShell, separateBrowser, parent=None</i>) |
73 <b>ViewProfileDialog</b>(<i>layout, editVisibilities, debugVisibilities, parent=None</i>) |
74 <p> |
74 <p> |
75 Constructor |
75 Constructor |
76 </p><dl> |
76 </p><dl> |
77 <dt><i>layout</i></dt> |
77 <dt><i>layout</i></dt> |
78 <dd> |
78 <dd> |
79 type of the window layout (string) |
79 type of the window layout (string) |
80 </dd><dt><i>profiles</i></dt> |
80 </dd><dt><i>editVisibilities</i></dt> |
81 <dd> |
81 <dd> |
82 dictionary of tuples containing the visibility |
82 list of flags giving the visibilities |
83 of the windows for the various profiles |
83 of the various parts for the 'edit' view profile (list of boolean) |
84 </dd><dt><i>separateShell</i></dt> |
84 </dd><dt><i>debugVisibilities</i></dt> |
85 <dd> |
85 <dd> |
86 flag indicating that the Python shell |
86 list of flags giving the visibilities |
87 is a separate window (boolean) |
87 of the various parts for the 'debug' view profile (list of boolean) |
88 </dd><dt><i>separateBrowser</i></dt> |
|
89 <dd> |
|
90 flag indicating that the file browser |
|
91 is a separate window (boolean) |
|
92 </dd><dt><i>parent</i></dt> |
88 </dd><dt><i>parent</i></dt> |
93 <dd> |
89 <dd> |
94 parent widget of this dialog (QWidget) |
90 parent widget of this dialog (QWidget) |
95 </dd> |
91 </dd> |
96 </dl><a NAME="ViewProfileDialog.getProfiles" ID="ViewProfileDialog.getProfiles"></a> |
92 </dl><a NAME="ViewProfileDialog.getVisibilities" ID="ViewProfileDialog.getVisibilities"></a> |
97 <h4>ViewProfileDialog.getProfiles</h4> |
93 <h4>ViewProfileDialog.getVisibilities</h4> |
98 <b>getProfiles</b>(<i></i>) |
94 <b>getVisibilities</b>(<i></i>) |
99 <p> |
95 <p> |
100 Public method to retrieve the configured profiles. |
96 Public method to retrieve the visibilities configuration. |
101 </p><dl> |
97 </p><dl> |
102 <dt>Returns:</dt> |
98 <dt>Returns:</dt> |
103 <dd> |
99 <dd> |
104 dictionary of tuples containing the visibility |
100 tuple of two lists giving the visibilities of the |
105 of the windows for the various profiles |
101 various parts ( two lists of boolean) |
106 </dd> |
102 </dd> |
107 </dl> |
103 </dl> |
108 <div align="right"><a href="#top">Up</a></div> |
104 <div align="right"><a href="#top">Up</a></div> |
109 <hr /> |
105 <hr /> |
110 </body></html> |
106 </body></html> |