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