|
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.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog</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>eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog</h1> |
|
24 <p> |
|
25 Module implementing the Mercurial command dialog. |
|
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="#HgCommandDialog">HgCommandDialog</a></td> |
|
35 <td>Class implementing the Mercurial command dialog.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="HgCommandDialog" ID="HgCommandDialog"></a> |
|
44 <h2>HgCommandDialog</h2> |
|
45 <p> |
|
46 Class implementing the Mercurial command dialog. |
|
47 </p><p> |
|
48 It implements a dialog that is used to enter an |
|
49 arbitrary Mercurial command. It asks the user to enter |
|
50 the commandline parameters. |
|
51 </p> |
|
52 <h3>Derived from</h3> |
|
53 QDialog, Ui_HgCommandDialog |
|
54 <h3>Class Attributes</h3> |
|
55 <table> |
|
56 <tr><td>None</td></tr> |
|
57 </table> |
|
58 <h3>Methods</h3> |
|
59 <table> |
|
60 <tr> |
|
61 <td><a href="#HgCommandDialog.__init__">HgCommandDialog</a></td> |
|
62 <td>Constructor</td> |
|
63 </tr><tr> |
|
64 <td><a href="#HgCommandDialog.getData">getData</a></td> |
|
65 <td>Public method to retrieve the data entered into this dialog.</td> |
|
66 </tr><tr> |
|
67 <td><a href="#HgCommandDialog.on_commandCombo_editTextChanged">on_commandCombo_editTextChanged</a></td> |
|
68 <td>Private method used to enable/disable the OK-button.</td> |
|
69 </tr> |
|
70 </table> |
|
71 <a NAME="HgCommandDialog.__init__" ID="HgCommandDialog.__init__"></a> |
|
72 <h4>HgCommandDialog (Constructor)</h4> |
|
73 <b>HgCommandDialog</b>(<i>argvList, ppath, parent = None</i>) |
|
74 <p> |
|
75 Constructor |
|
76 </p><dl> |
|
77 <dt><i>argvList</i></dt> |
|
78 <dd> |
|
79 history list of commandline arguments (list of strings) |
|
80 </dd><dt><i>ppath</i></dt> |
|
81 <dd> |
|
82 pathname of the project directory (string) |
|
83 </dd><dt><i>parent</i></dt> |
|
84 <dd> |
|
85 parent widget of this dialog (QWidget) |
|
86 </dd> |
|
87 </dl><a NAME="HgCommandDialog.getData" ID="HgCommandDialog.getData"></a> |
|
88 <h4>HgCommandDialog.getData</h4> |
|
89 <b>getData</b>(<i></i>) |
|
90 <p> |
|
91 Public method to retrieve the data entered into this dialog. |
|
92 </p><dl> |
|
93 <dt>Returns:</dt> |
|
94 <dd> |
|
95 commandline parameters (string) |
|
96 </dd> |
|
97 </dl><a NAME="HgCommandDialog.on_commandCombo_editTextChanged" ID="HgCommandDialog.on_commandCombo_editTextChanged"></a> |
|
98 <h4>HgCommandDialog.on_commandCombo_editTextChanged</h4> |
|
99 <b>on_commandCombo_editTextChanged</b>(<i>text</i>) |
|
100 <p> |
|
101 Private method used to enable/disable the OK-button. |
|
102 </p><dl> |
|
103 <dt><i>text</i></dt> |
|
104 <dd> |
|
105 ignored |
|
106 </dd> |
|
107 </dl> |
|
108 <div align="right"><a href="#top">Up</a></div> |
|
109 <hr /> |
|
110 </body></html> |