|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog</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><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog</h1> |
|
23 <p> |
|
24 Module implementing a dialog to enter data for the Mercurial export command. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#HgExportDialog">HgExportDialog</a></td> |
|
34 <td>Class documentation goes here.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr><td>None</td></tr> |
|
40 </table> |
|
41 <hr /><hr /> |
|
42 <a NAME="HgExportDialog" ID="HgExportDialog"></a> |
|
43 <h2>HgExportDialog</h2> |
|
44 <p> |
|
45 Class documentation goes here. |
|
46 </p> |
|
47 <h3>Derived from</h3> |
|
48 QDialog, Ui_HgExportDialog |
|
49 <h3>Class Attributes</h3> |
|
50 <table> |
|
51 <tr><td>None</td></tr> |
|
52 </table> |
|
53 <h3>Class Methods</h3> |
|
54 <table> |
|
55 <tr><td>None</td></tr> |
|
56 </table> |
|
57 <h3>Methods</h3> |
|
58 <table> |
|
59 <tr> |
|
60 <td><a href="#HgExportDialog.__init__">HgExportDialog</a></td> |
|
61 <td>Constructor</td> |
|
62 </tr><tr> |
|
63 <td><a href="#HgExportDialog.__updateOK">__updateOK</a></td> |
|
64 <td>Private slot to update the OK button.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#HgExportDialog.getParameters">getParameters</a></td> |
|
67 <td>Public method to retrieve the export data.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#HgExportDialog.on_changesetsEdit_textChanged">on_changesetsEdit_textChanged</a></td> |
|
70 <td>Private slot to react on changes of the changesets edit.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#HgExportDialog.on_directoryButton_clicked">on_directoryButton_clicked</a></td> |
|
73 <td>Private slot called by pressing the export directory selection button.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#HgExportDialog.on_directoryEdit_textChanged">on_directoryEdit_textChanged</a></td> |
|
76 <td>Private slot to react on changes of the export directory edit.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#HgExportDialog.on_patternEdit_textChanged">on_patternEdit_textChanged</a></td> |
|
79 <td>Private slot to react on changes of the export file name pattern edit.</td> |
|
80 </tr> |
|
81 </table> |
|
82 <h3>Static Methods</h3> |
|
83 <table> |
|
84 <tr><td>None</td></tr> |
|
85 </table> |
|
86 <a NAME="HgExportDialog.__init__" ID="HgExportDialog.__init__"></a> |
|
87 <h4>HgExportDialog (Constructor)</h4> |
|
88 <b>HgExportDialog</b>(<i>parent=None</i>) |
|
89 <p> |
|
90 Constructor |
|
91 </p><dl> |
|
92 <dt><i>parent</i></dt> |
|
93 <dd> |
|
94 reference to the parent widget (QWidget) |
|
95 </dd> |
|
96 </dl><a NAME="HgExportDialog.__updateOK" ID="HgExportDialog.__updateOK"></a> |
|
97 <h4>HgExportDialog.__updateOK</h4> |
|
98 <b>__updateOK</b>(<i></i>) |
|
99 <p> |
|
100 Private slot to update the OK button. |
|
101 </p><a NAME="HgExportDialog.getParameters" ID="HgExportDialog.getParameters"></a> |
|
102 <h4>HgExportDialog.getParameters</h4> |
|
103 <b>getParameters</b>(<i></i>) |
|
104 <p> |
|
105 Public method to retrieve the export data. |
|
106 </p><dl> |
|
107 <dt>Returns:</dt> |
|
108 <dd> |
|
109 tuple naming the output file name, the list of revisions to |
|
110 export, and flags indicating to compare against the second parent, |
|
111 to treat all files as text, to omit dates in the diff headers and |
|
112 to use the git extended diff format (string, list of strings, |
|
113 boolean, boolean, boolean, boolean) |
|
114 </dd> |
|
115 </dl><a NAME="HgExportDialog.on_changesetsEdit_textChanged" ID="HgExportDialog.on_changesetsEdit_textChanged"></a> |
|
116 <h4>HgExportDialog.on_changesetsEdit_textChanged</h4> |
|
117 <b>on_changesetsEdit_textChanged</b>(<i></i>) |
|
118 <p> |
|
119 Private slot to react on changes of the changesets edit. |
|
120 </p><a NAME="HgExportDialog.on_directoryButton_clicked" ID="HgExportDialog.on_directoryButton_clicked"></a> |
|
121 <h4>HgExportDialog.on_directoryButton_clicked</h4> |
|
122 <b>on_directoryButton_clicked</b>(<i></i>) |
|
123 <p> |
|
124 Private slot called by pressing the export directory selection button. |
|
125 </p><a NAME="HgExportDialog.on_directoryEdit_textChanged" ID="HgExportDialog.on_directoryEdit_textChanged"></a> |
|
126 <h4>HgExportDialog.on_directoryEdit_textChanged</h4> |
|
127 <b>on_directoryEdit_textChanged</b>(<i>txt</i>) |
|
128 <p> |
|
129 Private slot to react on changes of the export directory edit. |
|
130 </p><dl> |
|
131 <dt><i>txt</i></dt> |
|
132 <dd> |
|
133 contents of the line edit (string) |
|
134 </dd> |
|
135 </dl><a NAME="HgExportDialog.on_patternEdit_textChanged" ID="HgExportDialog.on_patternEdit_textChanged"></a> |
|
136 <h4>HgExportDialog.on_patternEdit_textChanged</h4> |
|
137 <b>on_patternEdit_textChanged</b>(<i>txt</i>) |
|
138 <p> |
|
139 Private slot to react on changes of the export file name pattern edit. |
|
140 </p><dl> |
|
141 <dt><i>txt</i></dt> |
|
142 <dd> |
|
143 contents of the line edit (string) |
|
144 </dd> |
|
145 </dl> |
|
146 <div align="right"><a href="#top">Up</a></div> |
|
147 <hr /> |
|
148 </body></html> |