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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
81 <p> 81 <p>
82 Constructor 82 Constructor
83 </p> 83 </p>
84 <dl> 84 <dl>
85 85
86 <dt><i>parent</i></dt> 86 <dt><i>parent</i> (QWidget)</dt>
87 <dd> 87 <dd>
88 parent widget of the dialog (QWidget) 88 parent widget of the dialog
89 </dd> 89 </dd>
90 </dl> 90 </dl>
91 <a NAME="SvnRevisionSelectionDialog.__getRevision" ID="SvnRevisionSelectionDialog.__getRevision"></a> 91 <a NAME="SvnRevisionSelectionDialog.__getRevision" ID="SvnRevisionSelectionDialog.__getRevision"></a>
92 <h4>SvnRevisionSelectionDialog.__getRevision</h4> 92 <h4>SvnRevisionSelectionDialog.__getRevision</h4>
93 <b>__getRevision</b>(<i>no</i>) 93 <b>__getRevision</b>(<i>no</i>)
95 <p> 95 <p>
96 Private method to generate the revision. 96 Private method to generate the revision.
97 </p> 97 </p>
98 <dl> 98 <dl>
99 99
100 <dt><i>no</i></dt> 100 <dt><i>no</i> (int)</dt>
101 <dd> 101 <dd>
102 revision number to generate (1 or 2) 102 revision number to generate (1 or 2)
103 </dd> 103 </dd>
104 </dl> 104 </dl>
105 <dl> 105 <dl>
106 <dt>Return:</dt> 106 <dt>Return:</dt>
107 <dd> 107 <dd>
108 revision (integer or string) 108 revision
109 </dd>
110 </dl>
111 <dl>
112 <dt>Return Type:</dt>
113 <dd>
114 int or str
109 </dd> 115 </dd>
110 </dl> 116 </dl>
111 <a NAME="SvnRevisionSelectionDialog.getRevisions" ID="SvnRevisionSelectionDialog.getRevisions"></a> 117 <a NAME="SvnRevisionSelectionDialog.getRevisions" ID="SvnRevisionSelectionDialog.getRevisions"></a>
112 <h4>SvnRevisionSelectionDialog.getRevisions</h4> 118 <h4>SvnRevisionSelectionDialog.getRevisions</h4>
113 <b>getRevisions</b>(<i></i>) 119 <b>getRevisions</b>(<i></i>)
116 Public method to get the revisions. 122 Public method to get the revisions.
117 </p> 123 </p>
118 <dl> 124 <dl>
119 <dt>Return:</dt> 125 <dt>Return:</dt>
120 <dd> 126 <dd>
121 list two integers or strings 127 list containing two revisions
128 </dd>
129 </dl>
130 <dl>
131 <dt>Return Type:</dt>
132 <dd>
133 list of [int or str, int or str]
122 </dd> 134 </dd>
123 </dl> 135 </dl>
124 <div align="right"><a href="#top">Up</a></div> 136 <div align="right"><a href="#top">Up</a></div>
125 <hr /> 137 <hr />
126 </body></html> 138 </body></html>

eric ide

mercurial