|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog</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.vcsSubversion.SvnRevisionSelectionDialog</h1> |
|
23 <p> |
|
24 Module implementing a dialog to enter the revisions for the svn diff 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="#SvnRevisionSelectionDialog">SvnRevisionSelectionDialog</a></td> |
|
34 <td>Class implementing a dialog to enter the revisions for the svn diff command.</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="SvnRevisionSelectionDialog" ID="SvnRevisionSelectionDialog"></a> |
|
43 <h2>SvnRevisionSelectionDialog</h2> |
|
44 <p> |
|
45 Class implementing a dialog to enter the revisions for the svn diff |
|
46 command. |
|
47 </p> |
|
48 <h3>Derived from</h3> |
|
49 QDialog, Ui_SvnRevisionSelectionDialog |
|
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="#SvnRevisionSelectionDialog.__init__">SvnRevisionSelectionDialog</a></td> |
|
62 <td>Constructor</td> |
|
63 </tr><tr> |
|
64 <td><a href="#SvnRevisionSelectionDialog.__getRevision">__getRevision</a></td> |
|
65 <td>Private method to generate the revision.</td> |
|
66 </tr><tr> |
|
67 <td><a href="#SvnRevisionSelectionDialog.getRevisions">getRevisions</a></td> |
|
68 <td>Public method to get the revisions.</td> |
|
69 </tr> |
|
70 </table> |
|
71 <h3>Static Methods</h3> |
|
72 <table> |
|
73 <tr><td>None</td></tr> |
|
74 </table> |
|
75 <a NAME="SvnRevisionSelectionDialog.__init__" ID="SvnRevisionSelectionDialog.__init__"></a> |
|
76 <h4>SvnRevisionSelectionDialog (Constructor)</h4> |
|
77 <b>SvnRevisionSelectionDialog</b>(<i>parent=None</i>) |
|
78 <p> |
|
79 Constructor |
|
80 </p><dl> |
|
81 <dt><i>parent</i></dt> |
|
82 <dd> |
|
83 parent widget of the dialog (QWidget) |
|
84 </dd> |
|
85 </dl><a NAME="SvnRevisionSelectionDialog.__getRevision" ID="SvnRevisionSelectionDialog.__getRevision"></a> |
|
86 <h4>SvnRevisionSelectionDialog.__getRevision</h4> |
|
87 <b>__getRevision</b>(<i>no</i>) |
|
88 <p> |
|
89 Private method to generate the revision. |
|
90 </p><dl> |
|
91 <dt><i>no</i></dt> |
|
92 <dd> |
|
93 revision number to generate (1 or 2) |
|
94 </dd> |
|
95 </dl><dl> |
|
96 <dt>Returns:</dt> |
|
97 <dd> |
|
98 revision (integer or string) |
|
99 </dd> |
|
100 </dl><a NAME="SvnRevisionSelectionDialog.getRevisions" ID="SvnRevisionSelectionDialog.getRevisions"></a> |
|
101 <h4>SvnRevisionSelectionDialog.getRevisions</h4> |
|
102 <b>getRevisions</b>(<i></i>) |
|
103 <p> |
|
104 Public method to get the revisions. |
|
105 </p><dl> |
|
106 <dt>Returns:</dt> |
|
107 <dd> |
|
108 list two integers or strings |
|
109 </dd> |
|
110 </dl> |
|
111 <div align="right"><a href="#top">Up</a></div> |
|
112 <hr /> |
|
113 </body></html> |