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

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog</h1>
10
11 <p> 10 <p>
12 Module implementing a dialog to enter the revisions for the svn diff command. 11 Module implementing a dialog to enter the revisions for the svn diff command.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#SvnRevisionSelectionDialog">SvnRevisionSelectionDialog</a></td> 22 <td><a href="#SvnRevisionSelectionDialog">SvnRevisionSelectionDialog</a></td>
25 <td>Class implementing a dialog to enter the revisions for the svn diff command.</td> 23 <td>Class implementing a dialog to enter the revisions for the svn diff command.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
32 </table> 30 </table>
31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="SvnRevisionSelectionDialog" ID="SvnRevisionSelectionDialog"></a> 34 <a NAME="SvnRevisionSelectionDialog" ID="SvnRevisionSelectionDialog"></a>
36 <h2>SvnRevisionSelectionDialog</h2> 35 <h2>SvnRevisionSelectionDialog</h2>
37
38 <p> 36 <p>
39 Class implementing a dialog to enter the revisions for the svn diff 37 Class implementing a dialog to enter the revisions for the svn diff
40 command. 38 command.
41 </p> 39 </p>
40
42 <h3>Derived from</h3> 41 <h3>Derived from</h3>
43 QDialog, Ui_SvnRevisionSelectionDialog 42 QDialog, Ui_SvnRevisionSelectionDialog
44 <h3>Class Attributes</h3> 43 <h3>Class Attributes</h3>
45
46 <table> 44 <table>
47 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
48 </table> 46 </table>
47
49 <h3>Class Methods</h3> 48 <h3>Class Methods</h3>
50
51 <table> 49 <table>
52 <tr><td>None</td></tr> 50 <tr><td>None</td></tr>
53 </table> 51 </table>
52
54 <h3>Methods</h3> 53 <h3>Methods</h3>
55
56 <table> 54 <table>
57
58 <tr> 55 <tr>
59 <td><a href="#SvnRevisionSelectionDialog.__init__">SvnRevisionSelectionDialog</a></td> 56 <td><a href="#SvnRevisionSelectionDialog.__init__">SvnRevisionSelectionDialog</a></td>
60 <td>Constructor</td> 57 <td>Constructor</td>
61 </tr> 58 </tr>
62 <tr> 59 <tr>
66 <tr> 63 <tr>
67 <td><a href="#SvnRevisionSelectionDialog.getRevisions">getRevisions</a></td> 64 <td><a href="#SvnRevisionSelectionDialog.getRevisions">getRevisions</a></td>
68 <td>Public method to get the revisions.</td> 65 <td>Public method to get the revisions.</td>
69 </tr> 66 </tr>
70 </table> 67 </table>
68
71 <h3>Static Methods</h3> 69 <h3>Static Methods</h3>
72
73 <table> 70 <table>
74 <tr><td>None</td></tr> 71 <tr><td>None</td></tr>
75 </table> 72 </table>
76 73
74
77 <a NAME="SvnRevisionSelectionDialog.__init__" ID="SvnRevisionSelectionDialog.__init__"></a> 75 <a NAME="SvnRevisionSelectionDialog.__init__" ID="SvnRevisionSelectionDialog.__init__"></a>
78 <h4>SvnRevisionSelectionDialog (Constructor)</h4> 76 <h4>SvnRevisionSelectionDialog (Constructor)</h4>
79 <b>SvnRevisionSelectionDialog</b>(<i>parent=None</i>) 77 <b>SvnRevisionSelectionDialog</b>(<i>parent=None</i>)
80
81 <p> 78 <p>
82 Constructor 79 Constructor
83 </p> 80 </p>
81
84 <dl> 82 <dl>
85 83
86 <dt><i>parent</i> (QWidget)</dt> 84 <dt><i>parent</i> (QWidget)</dt>
87 <dd> 85 <dd>
88 parent widget of the dialog 86 parent widget of the dialog
89 </dd> 87 </dd>
90 </dl> 88 </dl>
91 <a NAME="SvnRevisionSelectionDialog.__getRevision" ID="SvnRevisionSelectionDialog.__getRevision"></a> 89 <a NAME="SvnRevisionSelectionDialog.__getRevision" ID="SvnRevisionSelectionDialog.__getRevision"></a>
92 <h4>SvnRevisionSelectionDialog.__getRevision</h4> 90 <h4>SvnRevisionSelectionDialog.__getRevision</h4>
93 <b>__getRevision</b>(<i>no</i>) 91 <b>__getRevision</b>(<i>no</i>)
94
95 <p> 92 <p>
96 Private method to generate the revision. 93 Private method to generate the revision.
97 </p> 94 </p>
95
98 <dl> 96 <dl>
99 97
100 <dt><i>no</i> (int)</dt> 98 <dt><i>no</i> (int)</dt>
101 <dd> 99 <dd>
102 revision number to generate (1 or 2) 100 revision number to generate (1 or 2)
115 </dd> 113 </dd>
116 </dl> 114 </dl>
117 <a NAME="SvnRevisionSelectionDialog.getRevisions" ID="SvnRevisionSelectionDialog.getRevisions"></a> 115 <a NAME="SvnRevisionSelectionDialog.getRevisions" ID="SvnRevisionSelectionDialog.getRevisions"></a>
118 <h4>SvnRevisionSelectionDialog.getRevisions</h4> 116 <h4>SvnRevisionSelectionDialog.getRevisions</h4>
119 <b>getRevisions</b>(<i></i>) 117 <b>getRevisions</b>(<i></i>)
120
121 <p> 118 <p>
122 Public method to get the revisions. 119 Public method to get the revisions.
123 </p> 120 </p>
121
124 <dl> 122 <dl>
125 <dt>Return:</dt> 123 <dt>Return:</dt>
126 <dd> 124 <dd>
127 list containing two revisions 125 list containing two revisions
128 </dd> 126 </dd>

eric ide

mercurial