src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog</h1>
10
11 <p>
12 Module implementing a dialog to enter the revisions for the svn diff command.
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>None</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22
23 <tr>
24 <td><a href="#SvnRevisionSelectionDialog">SvnRevisionSelectionDialog</a></td>
25 <td>Class implementing a dialog to enter the revisions for the svn diff command.</td>
26 </tr>
27 </table>
28 <h3>Functions</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <hr />
34 <hr />
35 <a NAME="SvnRevisionSelectionDialog" ID="SvnRevisionSelectionDialog"></a>
36 <h2>SvnRevisionSelectionDialog</h2>
37
38 <p>
39 Class implementing a dialog to enter the revisions for the svn diff
40 command.
41 </p>
42 <h3>Derived from</h3>
43 QDialog, Ui_SvnRevisionSelectionDialog
44 <h3>Class Attributes</h3>
45
46 <table>
47 <tr><td>None</td></tr>
48 </table>
49 <h3>Class Methods</h3>
50
51 <table>
52 <tr><td>None</td></tr>
53 </table>
54 <h3>Methods</h3>
55
56 <table>
57
58 <tr>
59 <td><a href="#SvnRevisionSelectionDialog.__init__">SvnRevisionSelectionDialog</a></td>
60 <td>Constructor</td>
61 </tr>
62 <tr>
63 <td><a href="#SvnRevisionSelectionDialog.__getRevision">__getRevision</a></td>
64 <td>Private method to generate the revision.</td>
65 </tr>
66 <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
73 <table>
74 <tr><td>None</td></tr>
75 </table>
76
77 <a NAME="SvnRevisionSelectionDialog.__init__" ID="SvnRevisionSelectionDialog.__init__"></a>
78 <h4>SvnRevisionSelectionDialog (Constructor)</h4>
79 <b>SvnRevisionSelectionDialog</b>(<i>parent=None</i>)
80
81 <p>
82 Constructor
83 </p>
84 <dl>
85
86 <dt><i>parent</i></dt>
87 <dd>
88 parent widget of the dialog (QWidget)
89 </dd>
90 </dl>
91 <a NAME="SvnRevisionSelectionDialog.__getRevision" ID="SvnRevisionSelectionDialog.__getRevision"></a>
92 <h4>SvnRevisionSelectionDialog.__getRevision</h4>
93 <b>__getRevision</b>(<i>no</i>)
94
95 <p>
96 Private method to generate the revision.
97 </p>
98 <dl>
99
100 <dt><i>no</i></dt>
101 <dd>
102 revision number to generate (1 or 2)
103 </dd>
104 </dl>
105 <dl>
106 <dt>Return:</dt>
107 <dd>
108 revision (integer or string)
109 </dd>
110 </dl>
111 <a NAME="SvnRevisionSelectionDialog.getRevisions" ID="SvnRevisionSelectionDialog.getRevisions"></a>
112 <h4>SvnRevisionSelectionDialog.getRevisions</h4>
113 <b>getRevisions</b>(<i></i>)
114
115 <p>
116 Public method to get the revisions.
117 </p>
118 <dl>
119 <dt>Return:</dt>
120 <dd>
121 list two integers or strings
122 </dd>
123 </dl>
124 <div align="right"><a href="#top">Up</a></div>
125 <hr />
126 </body></html>

eric ide

mercurial