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

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

eric ide

mercurial