|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing a dialog to enter options used to start a project in |
|
13 the VCS. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 |
|
17 <table> |
|
18 <tr><td>None</td></tr> |
|
19 </table> |
|
20 <h3>Classes</h3> |
|
21 |
|
22 <table> |
|
23 |
|
24 <tr> |
|
25 <td><a href="#HgOptionsDialog">HgOptionsDialog</a></td> |
|
26 <td>Class implementing a dialog to enter options used to start a project in the repository.</td> |
|
27 </tr> |
|
28 </table> |
|
29 <h3>Functions</h3> |
|
30 |
|
31 <table> |
|
32 <tr><td>None</td></tr> |
|
33 </table> |
|
34 <hr /> |
|
35 <hr /> |
|
36 <a NAME="HgOptionsDialog" ID="HgOptionsDialog"></a> |
|
37 <h2>HgOptionsDialog</h2> |
|
38 |
|
39 <p> |
|
40 Class implementing a dialog to enter options used to start a project in the |
|
41 repository. |
|
42 </p> |
|
43 <h3>Derived from</h3> |
|
44 QDialog, Ui_HgOptionsDialog |
|
45 <h3>Class Attributes</h3> |
|
46 |
|
47 <table> |
|
48 <tr><td>None</td></tr> |
|
49 </table> |
|
50 <h3>Class Methods</h3> |
|
51 |
|
52 <table> |
|
53 <tr><td>None</td></tr> |
|
54 </table> |
|
55 <h3>Methods</h3> |
|
56 |
|
57 <table> |
|
58 |
|
59 <tr> |
|
60 <td><a href="#HgOptionsDialog.__init__">HgOptionsDialog</a></td> |
|
61 <td>Constructor</td> |
|
62 </tr> |
|
63 <tr> |
|
64 <td><a href="#HgOptionsDialog.getData">getData</a></td> |
|
65 <td>Public slot to retrieve the data entered into the dialog.</td> |
|
66 </tr> |
|
67 </table> |
|
68 <h3>Static Methods</h3> |
|
69 |
|
70 <table> |
|
71 <tr><td>None</td></tr> |
|
72 </table> |
|
73 |
|
74 <a NAME="HgOptionsDialog.__init__" ID="HgOptionsDialog.__init__"></a> |
|
75 <h4>HgOptionsDialog (Constructor)</h4> |
|
76 <b>HgOptionsDialog</b>(<i>vcs, project, parent=None</i>) |
|
77 |
|
78 <p> |
|
79 Constructor |
|
80 </p> |
|
81 <dl> |
|
82 |
|
83 <dt><i>vcs</i></dt> |
|
84 <dd> |
|
85 reference to the version control object |
|
86 </dd> |
|
87 <dt><i>project</i></dt> |
|
88 <dd> |
|
89 reference to the project object |
|
90 </dd> |
|
91 <dt><i>parent</i></dt> |
|
92 <dd> |
|
93 parent widget (QWidget) |
|
94 </dd> |
|
95 </dl> |
|
96 <a NAME="HgOptionsDialog.getData" ID="HgOptionsDialog.getData"></a> |
|
97 <h4>HgOptionsDialog.getData</h4> |
|
98 <b>getData</b>(<i></i>) |
|
99 |
|
100 <p> |
|
101 Public slot to retrieve the data entered into the dialog. |
|
102 </p> |
|
103 <dl> |
|
104 <dt>Return:</dt> |
|
105 <dd> |
|
106 a dictionary containing the data entered |
|
107 </dd> |
|
108 </dl> |
|
109 <div align="right"><a href="#top">Up</a></div> |
|
110 <hr /> |
|
111 </body></html> |