|
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.vcsPySvn.SvnRevisionSelectionDialog</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog</h1> |
|
12 <p> |
|
13 Module implementing a dialog to enter the revisions for the svn diff command. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#SvnRevisionSelectionDialog">SvnRevisionSelectionDialog</a></td> |
|
23 <td>Class implementing a dialog to enter the revisions for the svn diff command.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="SvnRevisionSelectionDialog" ID="SvnRevisionSelectionDialog"></a> |
|
32 <h2>SvnRevisionSelectionDialog</h2> |
|
33 <p> |
|
34 Class implementing a dialog to enter the revisions for the svn diff command. |
|
35 </p> |
|
36 <h3>Derived from</h3> |
|
37 QDialog, Ui_SvnRevisionSelectionDialog |
|
38 <h3>Class Attributes</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <h3>Methods</h3> |
|
43 <table> |
|
44 <tr> |
|
45 <td><a href="#SvnRevisionSelectionDialog.__init__">SvnRevisionSelectionDialog</a></td> |
|
46 <td>Constructor</td> |
|
47 </tr><tr> |
|
48 <td><a href="#SvnRevisionSelectionDialog.__getRevision">__getRevision</a></td> |
|
49 <td>Private method to generate the revision.</td> |
|
50 </tr><tr> |
|
51 <td><a href="#SvnRevisionSelectionDialog.getRevisions">getRevisions</a></td> |
|
52 <td>Public method to get the revisions.</td> |
|
53 </tr> |
|
54 </table> |
|
55 <a NAME="SvnRevisionSelectionDialog.__init__" ID="SvnRevisionSelectionDialog.__init__"></a> |
|
56 <h4>SvnRevisionSelectionDialog (Constructor)</h4> |
|
57 <b>SvnRevisionSelectionDialog</b>(<i>parent = None</i>) |
|
58 <p> |
|
59 Constructor |
|
60 </p><dl> |
|
61 <dt><i>parent</i></dt> |
|
62 <dd> |
|
63 parent widget of the dialog (QWidget) |
|
64 </dd> |
|
65 </dl><a NAME="SvnRevisionSelectionDialog.__getRevision" ID="SvnRevisionSelectionDialog.__getRevision"></a> |
|
66 <h4>SvnRevisionSelectionDialog.__getRevision</h4> |
|
67 <b>__getRevision</b>(<i>no</i>) |
|
68 <p> |
|
69 Private method to generate the revision. |
|
70 </p><dl> |
|
71 <dt><i>no</i></dt> |
|
72 <dd> |
|
73 revision number to generate (1 or 2) |
|
74 </dd> |
|
75 </dl><dl> |
|
76 <dt>Returns:</dt> |
|
77 <dd> |
|
78 revision (integer or string) |
|
79 </dd> |
|
80 </dl><a NAME="SvnRevisionSelectionDialog.getRevisions" ID="SvnRevisionSelectionDialog.getRevisions"></a> |
|
81 <h4>SvnRevisionSelectionDialog.getRevisions</h4> |
|
82 <b>getRevisions</b>(<i></i>) |
|
83 <p> |
|
84 Public method to get the revisions. |
|
85 </p><dl> |
|
86 <dt>Returns:</dt> |
|
87 <dd> |
|
88 list two integers or strings |
|
89 </dd> |
|
90 </dl> |
|
91 <div align="right"><a href="#top">Up</a></div> |
|
92 <hr /> |
|
93 </body></html> |