src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.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.HgPhaseDialog</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.HgPhaseDialog</h1>
10
11 <p>
12 Module implementing a dialog to enter data for the Mercurial Phase operation.
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="#HgPhaseDialog">HgPhaseDialog</a></td>
25 <td>Class dimplementing a dialog to enter data for the Mercurial Phase operation.</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="HgPhaseDialog" ID="HgPhaseDialog"></a>
36 <h2>HgPhaseDialog</h2>
37
38 <p>
39 Class dimplementing a dialog to enter data for the Mercurial Phase
40 operation.
41 </p>
42 <h3>Derived from</h3>
43 QDialog, Ui_HgPhaseDialog
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="#HgPhaseDialog.__init__">HgPhaseDialog</a></td>
60 <td>Constructor</td>
61 </tr>
62 <tr>
63 <td><a href="#HgPhaseDialog.__updateOk">__updateOk</a></td>
64 <td>Private slot to update the state of the OK button.</td>
65 </tr>
66 <tr>
67 <td><a href="#HgPhaseDialog.getData">getData</a></td>
68 <td>Public method to retrieve the entered data.</td>
69 </tr>
70 <tr>
71 <td><a href="#HgPhaseDialog.on_phaseCombo_activated">on_phaseCombo_activated</a></td>
72 <td>Private slot to react upon changes of the phase.</td>
73 </tr>
74 <tr>
75 <td><a href="#HgPhaseDialog.on_revisionsEdit_textChanged">on_revisionsEdit_textChanged</a></td>
76 <td>Private slot to react upon changes of revisions.</td>
77 </tr>
78 </table>
79 <h3>Static Methods</h3>
80
81 <table>
82 <tr><td>None</td></tr>
83 </table>
84
85 <a NAME="HgPhaseDialog.__init__" ID="HgPhaseDialog.__init__"></a>
86 <h4>HgPhaseDialog (Constructor)</h4>
87 <b>HgPhaseDialog</b>(<i>parent=None</i>)
88
89 <p>
90 Constructor
91 </p>
92 <dl>
93
94 <dt><i>parent</i></dt>
95 <dd>
96 reference to the parent widget (QWidget)
97 </dd>
98 </dl>
99 <a NAME="HgPhaseDialog.__updateOk" ID="HgPhaseDialog.__updateOk"></a>
100 <h4>HgPhaseDialog.__updateOk</h4>
101 <b>__updateOk</b>(<i></i>)
102
103 <p>
104 Private slot to update the state of the OK button.
105 </p>
106 <a NAME="HgPhaseDialog.getData" ID="HgPhaseDialog.getData"></a>
107 <h4>HgPhaseDialog.getData</h4>
108 <b>getData</b>(<i></i>)
109
110 <p>
111 Public method to retrieve the entered data.
112 </p>
113 <dl>
114 <dt>Return:</dt>
115 <dd>
116 tuple with list of revisions, phase and a flag indicating
117 a forced operation (list of strings, string, boolean)
118 </dd>
119 </dl>
120 <a NAME="HgPhaseDialog.on_phaseCombo_activated" ID="HgPhaseDialog.on_phaseCombo_activated"></a>
121 <h4>HgPhaseDialog.on_phaseCombo_activated</h4>
122 <b>on_phaseCombo_activated</b>(<i>index</i>)
123
124 <p>
125 Private slot to react upon changes of the phase.
126 </p>
127 <dl>
128
129 <dt><i>index</i> (int)</dt>
130 <dd>
131 index of the selected entry
132 </dd>
133 </dl>
134 <a NAME="HgPhaseDialog.on_revisionsEdit_textChanged" ID="HgPhaseDialog.on_revisionsEdit_textChanged"></a>
135 <h4>HgPhaseDialog.on_revisionsEdit_textChanged</h4>
136 <b>on_revisionsEdit_textChanged</b>(<i></i>)
137
138 <p>
139 Private slot to react upon changes of revisions.
140 </p>
141 <div align="right"><a href="#top">Up</a></div>
142 <hr />
143 </body></html>

eric ide

mercurial