eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.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.HgPhaseDialog</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.HgPhaseDialog</h1>
24
25 <p>
26 Module implementing a dialog to enter data for the Mercurial Phase operation.
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="#HgPhaseDialog">HgPhaseDialog</a></td>
39 <td>Class dimplementing a dialog to enter data for the Mercurial Phase operation.</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="HgPhaseDialog" ID="HgPhaseDialog"></a>
50 <h2>HgPhaseDialog</h2>
51
52 <p>
53 Class dimplementing a dialog to enter data for the Mercurial Phase
54 operation.
55 </p>
56 <h3>Derived from</h3>
57 QDialog, Ui_HgPhaseDialog
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="#HgPhaseDialog.__init__">HgPhaseDialog</a></td>
74 <td>Constructor</td>
75 </tr>
76 <tr>
77 <td><a href="#HgPhaseDialog.__updateOk">__updateOk</a></td>
78 <td>Private slot to update the state of the OK button.</td>
79 </tr>
80 <tr>
81 <td><a href="#HgPhaseDialog.getData">getData</a></td>
82 <td>Public method to retrieve the entered data.</td>
83 </tr>
84 <tr>
85 <td><a href="#HgPhaseDialog.on_phaseCombo_activated">on_phaseCombo_activated</a></td>
86 <td>Private slot to react upon changes of the phase.</td>
87 </tr>
88 <tr>
89 <td><a href="#HgPhaseDialog.on_revisionsEdit_textChanged">on_revisionsEdit_textChanged</a></td>
90 <td>Private slot to react upon changes of revisions.</td>
91 </tr>
92 </table>
93 <h3>Static Methods</h3>
94
95 <table>
96 <tr><td>None</td></tr>
97 </table>
98
99 <a NAME="HgPhaseDialog.__init__" ID="HgPhaseDialog.__init__"></a>
100 <h4>HgPhaseDialog (Constructor)</h4>
101 <b>HgPhaseDialog</b>(<i>parent=None</i>)
102
103 <p>
104 Constructor
105 </p>
106 <dl>
107
108 <dt><i>parent</i></dt>
109 <dd>
110 reference to the parent widget (QWidget)
111 </dd>
112 </dl>
113 <a NAME="HgPhaseDialog.__updateOk" ID="HgPhaseDialog.__updateOk"></a>
114 <h4>HgPhaseDialog.__updateOk</h4>
115 <b>__updateOk</b>(<i></i>)
116
117 <p>
118 Private slot to update the state of the OK button.
119 </p>
120 <a NAME="HgPhaseDialog.getData" ID="HgPhaseDialog.getData"></a>
121 <h4>HgPhaseDialog.getData</h4>
122 <b>getData</b>(<i></i>)
123
124 <p>
125 Public method to retrieve the entered data.
126 </p>
127 <dl>
128 <dt>Return:</dt>
129 <dd>
130 tuple with list of revisions, phase and a flag indicating
131 a forced operation (list of strings, string, boolean)
132 </dd>
133 </dl>
134 <a NAME="HgPhaseDialog.on_phaseCombo_activated" ID="HgPhaseDialog.on_phaseCombo_activated"></a>
135 <h4>HgPhaseDialog.on_phaseCombo_activated</h4>
136 <b>on_phaseCombo_activated</b>(<i>index</i>)
137
138 <p>
139 Private slot to react upon changes of the phase.
140 </p>
141 <dl>
142
143 <dt><i>index</i> (int)</dt>
144 <dd>
145 index of the selected entry
146 </dd>
147 </dl>
148 <a NAME="HgPhaseDialog.on_revisionsEdit_textChanged" ID="HgPhaseDialog.on_revisionsEdit_textChanged"></a>
149 <h4>HgPhaseDialog.on_revisionsEdit_textChanged</h4>
150 <b>on_revisionsEdit_textChanged</b>(<i></i>)
151
152 <p>
153 Private slot to react upon changes of revisions.
154 </p>
155 <div align="right"><a href="#top">Up</a></div>
156 <hr />
157 </body></html>

eric ide

mercurial