eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.VcsPlugins.vcsPySvn.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>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog</h1>
24
25 <p>
26 Module implementing a dialog to enter the revisions for the svn diff command.
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#SvnRevisionSelectionDialog">SvnRevisionSelectionDialog</a></td>
39 <td>Class implementing a dialog to enter the revisions for the svn diff command.</td>
40 </tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45 <tr><td>None</td></tr>
46 </table>
47 <hr />
48 <hr />
49 <a NAME="SvnRevisionSelectionDialog" ID="SvnRevisionSelectionDialog"></a>
50 <h2>SvnRevisionSelectionDialog</h2>
51
52 <p>
53 Class implementing a dialog to enter the revisions for the svn diff
54 command.
55 </p>
56 <h3>Derived from</h3>
57 QDialog, Ui_SvnRevisionSelectionDialog
58 <h3>Class Attributes</h3>
59
60 <table>
61 <tr><td>None</td></tr>
62 </table>
63 <h3>Class Methods</h3>
64
65 <table>
66 <tr><td>None</td></tr>
67 </table>
68 <h3>Methods</h3>
69
70 <table>
71
72 <tr>
73 <td><a href="#SvnRevisionSelectionDialog.__init__">SvnRevisionSelectionDialog</a></td>
74 <td>Constructor</td>
75 </tr>
76 <tr>
77 <td><a href="#SvnRevisionSelectionDialog.__getRevision">__getRevision</a></td>
78 <td>Private method to generate the revision.</td>
79 </tr>
80 <tr>
81 <td><a href="#SvnRevisionSelectionDialog.getRevisions">getRevisions</a></td>
82 <td>Public method to get the revisions.</td>
83 </tr>
84 </table>
85 <h3>Static Methods</h3>
86
87 <table>
88 <tr><td>None</td></tr>
89 </table>
90
91 <a NAME="SvnRevisionSelectionDialog.__init__" ID="SvnRevisionSelectionDialog.__init__"></a>
92 <h4>SvnRevisionSelectionDialog (Constructor)</h4>
93 <b>SvnRevisionSelectionDialog</b>(<i>parent=None</i>)
94
95 <p>
96 Constructor
97 </p>
98 <dl>
99
100 <dt><i>parent</i></dt>
101 <dd>
102 parent widget of the dialog (QWidget)
103 </dd>
104 </dl>
105 <a NAME="SvnRevisionSelectionDialog.__getRevision" ID="SvnRevisionSelectionDialog.__getRevision"></a>
106 <h4>SvnRevisionSelectionDialog.__getRevision</h4>
107 <b>__getRevision</b>(<i>no</i>)
108
109 <p>
110 Private method to generate the revision.
111 </p>
112 <dl>
113
114 <dt><i>no</i></dt>
115 <dd>
116 revision number to generate (1 or 2)
117 </dd>
118 </dl>
119 <dl>
120 <dt>Return:</dt>
121 <dd>
122 revision (integer or string)
123 </dd>
124 </dl>
125 <a NAME="SvnRevisionSelectionDialog.getRevisions" ID="SvnRevisionSelectionDialog.getRevisions"></a>
126 <h4>SvnRevisionSelectionDialog.getRevisions</h4>
127 <b>getRevisions</b>(<i></i>)
128
129 <p>
130 Public method to get the revisions.
131 </p>
132 <dl>
133 <dt>Return:</dt>
134 <dd>
135 list two integers or strings
136 </dd>
137 </dl>
138 <div align="right"><a href="#top">Up</a></div>
139 <hr />
140 </body></html>

eric ide

mercurial