eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog</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.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog</h1>
24
25 <p>
26 Module implementing a dialog to show the commit message of the current patch.
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="#HgQueuesHeaderDialog">HgQueuesHeaderDialog</a></td>
39 <td>Class implementing a dialog to show the commit message of the current patch.</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="HgQueuesHeaderDialog" ID="HgQueuesHeaderDialog"></a>
50 <h2>HgQueuesHeaderDialog</h2>
51
52 <p>
53 Class implementing a dialog to show the commit message of the current
54 patch.
55 </p>
56 <h3>Derived from</h3>
57 QDialog, Ui_HgQueuesHeaderDialog
58 <h3>Class Attributes</h3>
59
60 <table>
61 <tr><td>None</td></tr>
62 </table>
63 <h3>Class Methods</h3>
64
65 <table>
66 <tr><td>None</td></tr>
67 </table>
68 <h3>Methods</h3>
69
70 <table>
71
72 <tr>
73 <td><a href="#HgQueuesHeaderDialog.__init__">HgQueuesHeaderDialog</a></td>
74 <td>Constructor</td>
75 </tr>
76 <tr>
77 <td><a href="#HgQueuesHeaderDialog.__finish">__finish</a></td>
78 <td>Private slot called when the process finished or the user pressed the button.</td>
79 </tr>
80 <tr>
81 <td><a href="#HgQueuesHeaderDialog.__showError">__showError</a></td>
82 <td>Private slot to show some error.</td>
83 </tr>
84 <tr>
85 <td><a href="#HgQueuesHeaderDialog.__showOutput">__showOutput</a></td>
86 <td>Private slot to show some output.</td>
87 </tr>
88 <tr>
89 <td><a href="#HgQueuesHeaderDialog.closeEvent">closeEvent</a></td>
90 <td>Protected slot implementing a close event handler.</td>
91 </tr>
92 <tr>
93 <td><a href="#HgQueuesHeaderDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
94 <td>Private slot called by a button of the button box clicked.</td>
95 </tr>
96 <tr>
97 <td><a href="#HgQueuesHeaderDialog.start">start</a></td>
98 <td>Public slot to start the list command.</td>
99 </tr>
100 </table>
101 <h3>Static Methods</h3>
102
103 <table>
104 <tr><td>None</td></tr>
105 </table>
106
107 <a NAME="HgQueuesHeaderDialog.__init__" ID="HgQueuesHeaderDialog.__init__"></a>
108 <h4>HgQueuesHeaderDialog (Constructor)</h4>
109 <b>HgQueuesHeaderDialog</b>(<i>vcs, parent=None</i>)
110
111 <p>
112 Constructor
113 </p>
114 <dl>
115
116 <dt><i>vcs</i></dt>
117 <dd>
118 reference to the vcs object
119 </dd>
120 <dt><i>parent</i></dt>
121 <dd>
122 reference to the parent widget (QWidget)
123 </dd>
124 </dl>
125 <a NAME="HgQueuesHeaderDialog.__finish" ID="HgQueuesHeaderDialog.__finish"></a>
126 <h4>HgQueuesHeaderDialog.__finish</h4>
127 <b>__finish</b>(<i></i>)
128
129 <p>
130 Private slot called when the process finished or the user pressed
131 the button.
132 </p>
133 <a NAME="HgQueuesHeaderDialog.__showError" ID="HgQueuesHeaderDialog.__showError"></a>
134 <h4>HgQueuesHeaderDialog.__showError</h4>
135 <b>__showError</b>(<i>out</i>)
136
137 <p>
138 Private slot to show some error.
139 </p>
140 <dl>
141
142 <dt><i>out</i></dt>
143 <dd>
144 error to be shown (string)
145 </dd>
146 </dl>
147 <a NAME="HgQueuesHeaderDialog.__showOutput" ID="HgQueuesHeaderDialog.__showOutput"></a>
148 <h4>HgQueuesHeaderDialog.__showOutput</h4>
149 <b>__showOutput</b>(<i>out</i>)
150
151 <p>
152 Private slot to show some output.
153 </p>
154 <dl>
155
156 <dt><i>out</i></dt>
157 <dd>
158 output to be shown (string)
159 </dd>
160 </dl>
161 <a NAME="HgQueuesHeaderDialog.closeEvent" ID="HgQueuesHeaderDialog.closeEvent"></a>
162 <h4>HgQueuesHeaderDialog.closeEvent</h4>
163 <b>closeEvent</b>(<i>e</i>)
164
165 <p>
166 Protected slot implementing a close event handler.
167 </p>
168 <dl>
169
170 <dt><i>e</i></dt>
171 <dd>
172 close event (QCloseEvent)
173 </dd>
174 </dl>
175 <a NAME="HgQueuesHeaderDialog.on_buttonBox_clicked" ID="HgQueuesHeaderDialog.on_buttonBox_clicked"></a>
176 <h4>HgQueuesHeaderDialog.on_buttonBox_clicked</h4>
177 <b>on_buttonBox_clicked</b>(<i>button</i>)
178
179 <p>
180 Private slot called by a button of the button box clicked.
181 </p>
182 <dl>
183
184 <dt><i>button</i></dt>
185 <dd>
186 button that was clicked (QAbstractButton)
187 </dd>
188 </dl>
189 <a NAME="HgQueuesHeaderDialog.start" ID="HgQueuesHeaderDialog.start"></a>
190 <h4>HgQueuesHeaderDialog.start</h4>
191 <b>start</b>(<i></i>)
192
193 <p>
194 Public slot to start the list command.
195 </p>
196 <div align="right"><a href="#top">Up</a></div>
197 <hr />
198 </body></html>

eric ide

mercurial