|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsGit.GitCommandDialog</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> |
|
22 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitCommandDialog</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing the Git command dialog. |
|
27 </p> |
|
28 <h3>Global Attributes</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <h3>Classes</h3> |
|
34 |
|
35 <table> |
|
36 |
|
37 <tr> |
|
38 <td><a href="#GitCommandDialog">GitCommandDialog</a></td> |
|
39 <td>Class implementing the Git command dialog.</td> |
|
40 </tr> |
|
41 </table> |
|
42 <h3>Functions</h3> |
|
43 |
|
44 <table> |
|
45 <tr><td>None</td></tr> |
|
46 </table> |
|
47 <hr /> |
|
48 <hr /> |
|
49 <a NAME="GitCommandDialog" ID="GitCommandDialog"></a> |
|
50 <h2>GitCommandDialog</h2> |
|
51 |
|
52 <p> |
|
53 Class implementing the Git command dialog. |
|
54 </p> |
|
55 <p> |
|
56 It implements a dialog that is used to enter an |
|
57 arbitrary Git command. It asks the user to enter |
|
58 the commandline parameters. |
|
59 </p> |
|
60 <h3>Derived from</h3> |
|
61 QDialog, Ui_GitCommandDialog |
|
62 <h3>Class Attributes</h3> |
|
63 |
|
64 <table> |
|
65 <tr><td>None</td></tr> |
|
66 </table> |
|
67 <h3>Class Methods</h3> |
|
68 |
|
69 <table> |
|
70 <tr><td>None</td></tr> |
|
71 </table> |
|
72 <h3>Methods</h3> |
|
73 |
|
74 <table> |
|
75 |
|
76 <tr> |
|
77 <td><a href="#GitCommandDialog.__init__">GitCommandDialog</a></td> |
|
78 <td>Constructor</td> |
|
79 </tr> |
|
80 <tr> |
|
81 <td><a href="#GitCommandDialog.getData">getData</a></td> |
|
82 <td>Public method to retrieve the data entered into this dialog.</td> |
|
83 </tr> |
|
84 <tr> |
|
85 <td><a href="#GitCommandDialog.on_commandCombo_editTextChanged">on_commandCombo_editTextChanged</a></td> |
|
86 <td>Private method used to enable/disable the OK-button.</td> |
|
87 </tr> |
|
88 </table> |
|
89 <h3>Static Methods</h3> |
|
90 |
|
91 <table> |
|
92 <tr><td>None</td></tr> |
|
93 </table> |
|
94 |
|
95 <a NAME="GitCommandDialog.__init__" ID="GitCommandDialog.__init__"></a> |
|
96 <h4>GitCommandDialog (Constructor)</h4> |
|
97 <b>GitCommandDialog</b>(<i>argvList, ppath, parent=None</i>) |
|
98 |
|
99 <p> |
|
100 Constructor |
|
101 </p> |
|
102 <dl> |
|
103 |
|
104 <dt><i>argvList</i></dt> |
|
105 <dd> |
|
106 history list of commandline arguments (list of strings) |
|
107 </dd> |
|
108 <dt><i>ppath</i></dt> |
|
109 <dd> |
|
110 pathname of the project directory (string) |
|
111 </dd> |
|
112 <dt><i>parent</i></dt> |
|
113 <dd> |
|
114 parent widget of this dialog (QWidget) |
|
115 </dd> |
|
116 </dl> |
|
117 <a NAME="GitCommandDialog.getData" ID="GitCommandDialog.getData"></a> |
|
118 <h4>GitCommandDialog.getData</h4> |
|
119 <b>getData</b>(<i></i>) |
|
120 |
|
121 <p> |
|
122 Public method to retrieve the data entered into this dialog. |
|
123 </p> |
|
124 <dl> |
|
125 <dt>Return:</dt> |
|
126 <dd> |
|
127 commandline parameters (string) |
|
128 </dd> |
|
129 </dl> |
|
130 <a NAME="GitCommandDialog.on_commandCombo_editTextChanged" ID="GitCommandDialog.on_commandCombo_editTextChanged"></a> |
|
131 <h4>GitCommandDialog.on_commandCombo_editTextChanged</h4> |
|
132 <b>on_commandCombo_editTextChanged</b>(<i>text</i>) |
|
133 |
|
134 <p> |
|
135 Private method used to enable/disable the OK-button. |
|
136 </p> |
|
137 <dl> |
|
138 |
|
139 <dt><i>text</i></dt> |
|
140 <dd> |
|
141 ignored |
|
142 </dd> |
|
143 </dl> |
|
144 <div align="right"><a href="#top">Up</a></div> |
|
145 <hr /> |
|
146 </body></html> |