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

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

eric ide

mercurial