|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog</title> |
|
6 <style> |
|
7 body { |
|
8 background: #EDECE6; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #85774A; } |
|
14 h2 { color: white; background: #85774A; } |
|
15 h3 { color: white; background: #9D936E; } |
|
16 h4 { color: white; background: #9D936E; } |
|
17 |
|
18 a { color: #BA6D36; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body><a NAME="top" ID="top"></a> |
|
23 <h1>eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog</h1> |
|
24 <p> |
|
25 Module implementing a dialog to enter data for the Mercurial export command. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#HgExportDialog">HgExportDialog</a></td> |
|
35 <td>Class documentation goes here.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="HgExportDialog" ID="HgExportDialog"></a> |
|
44 <h2>HgExportDialog</h2> |
|
45 <p> |
|
46 Class documentation goes here. |
|
47 </p> |
|
48 <h3>Derived from</h3> |
|
49 QDialog, Ui_HgExportDialog |
|
50 <h3>Class Attributes</h3> |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 <h3>Class Methods</h3> |
|
55 <table> |
|
56 <tr><td>None</td></tr> |
|
57 </table> |
|
58 <h3>Methods</h3> |
|
59 <table> |
|
60 <tr> |
|
61 <td><a href="#HgExportDialog.__init__">HgExportDialog</a></td> |
|
62 <td>Constructor</td> |
|
63 </tr><tr> |
|
64 <td><a href="#HgExportDialog.__updateOK">__updateOK</a></td> |
|
65 <td>Private slot to update the OK button.</td> |
|
66 </tr><tr> |
|
67 <td><a href="#HgExportDialog.getParameters">getParameters</a></td> |
|
68 <td>Public method to retrieve the export data.</td> |
|
69 </tr><tr> |
|
70 <td><a href="#HgExportDialog.on_changesetsEdit_textChanged">on_changesetsEdit_textChanged</a></td> |
|
71 <td>Private slot to react on changes of the changesets edit.</td> |
|
72 </tr><tr> |
|
73 <td><a href="#HgExportDialog.on_directoryButton_clicked">on_directoryButton_clicked</a></td> |
|
74 <td>Private slot called by pressing the export directory selection button.</td> |
|
75 </tr><tr> |
|
76 <td><a href="#HgExportDialog.on_directoryEdit_textChanged">on_directoryEdit_textChanged</a></td> |
|
77 <td>Private slot to react on changes of the export directory edit.</td> |
|
78 </tr><tr> |
|
79 <td><a href="#HgExportDialog.on_patternEdit_textChanged">on_patternEdit_textChanged</a></td> |
|
80 <td>Private slot to react on changes of the export file name pattern edit.</td> |
|
81 </tr> |
|
82 </table> |
|
83 <h3>Static Methods</h3> |
|
84 <table> |
|
85 <tr><td>None</td></tr> |
|
86 </table> |
|
87 <a NAME="HgExportDialog.__init__" ID="HgExportDialog.__init__"></a> |
|
88 <h4>HgExportDialog (Constructor)</h4> |
|
89 <b>HgExportDialog</b>(<i>parent=None</i>) |
|
90 <p> |
|
91 Constructor |
|
92 </p><dl> |
|
93 <dt><i>parent</i></dt> |
|
94 <dd> |
|
95 reference to the parent widget (QWidget) |
|
96 </dd> |
|
97 </dl><a NAME="HgExportDialog.__updateOK" ID="HgExportDialog.__updateOK"></a> |
|
98 <h4>HgExportDialog.__updateOK</h4> |
|
99 <b>__updateOK</b>(<i></i>) |
|
100 <p> |
|
101 Private slot to update the OK button. |
|
102 </p><a NAME="HgExportDialog.getParameters" ID="HgExportDialog.getParameters"></a> |
|
103 <h4>HgExportDialog.getParameters</h4> |
|
104 <b>getParameters</b>(<i></i>) |
|
105 <p> |
|
106 Public method to retrieve the export data. |
|
107 </p><dl> |
|
108 <dt>Returns:</dt> |
|
109 <dd> |
|
110 tuple naming the output file name, the list of revisions to export, |
|
111 and flags indicating to compare against the second parent, to treat all |
|
112 files as text, to omit dates in the diff headers and to use the git extended |
|
113 diff format (string, list of strings, 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><dl> |
|
121 <dt><i>txt</i></dt> |
|
122 <dd> |
|
123 contents of the line edit (string) |
|
124 </dd> |
|
125 </dl><a NAME="HgExportDialog.on_directoryButton_clicked" ID="HgExportDialog.on_directoryButton_clicked"></a> |
|
126 <h4>HgExportDialog.on_directoryButton_clicked</h4> |
|
127 <b>on_directoryButton_clicked</b>(<i></i>) |
|
128 <p> |
|
129 Private slot called by pressing the export directory selection button. |
|
130 </p><a NAME="HgExportDialog.on_directoryEdit_textChanged" ID="HgExportDialog.on_directoryEdit_textChanged"></a> |
|
131 <h4>HgExportDialog.on_directoryEdit_textChanged</h4> |
|
132 <b>on_directoryEdit_textChanged</b>(<i>p0</i>) |
|
133 <p> |
|
134 Private slot to react on changes of the export directory edit. |
|
135 </p><dl> |
|
136 <dt><i>txt</i></dt> |
|
137 <dd> |
|
138 contents of the line edit (string) |
|
139 </dd> |
|
140 </dl><a NAME="HgExportDialog.on_patternEdit_textChanged" ID="HgExportDialog.on_patternEdit_textChanged"></a> |
|
141 <h4>HgExportDialog.on_patternEdit_textChanged</h4> |
|
142 <b>on_patternEdit_textChanged</b>(<i>p0</i>) |
|
143 <p> |
|
144 Private slot to react on changes of the export file name pattern edit. |
|
145 </p><dl> |
|
146 <dt><i>txt</i></dt> |
|
147 <dd> |
|
148 contents of the line edit (string) |
|
149 </dd> |
|
150 </dl> |
|
151 <div align="right"><a href="#top">Up</a></div> |
|
152 <hr /> |
|
153 </body></html> |