76 <p> |
76 <p> |
77 Constructor |
77 Constructor |
78 </p> |
78 </p> |
79 <dl> |
79 <dl> |
80 |
80 |
81 <dt><i>realm</i></dt> |
81 <dt><i>realm</i> (str)</dt> |
82 <dd> |
82 <dd> |
83 name of the realm of the requested credentials (string) |
83 name of the realm of the requested credentials |
84 </dd> |
84 </dd> |
85 <dt><i>username</i></dt> |
85 <dt><i>username</i> (str)</dt> |
86 <dd> |
86 <dd> |
87 username as supplied by subversion (string) |
87 username as supplied by subversion |
88 </dd> |
88 </dd> |
89 <dt><i>may_save</i></dt> |
89 <dt><i>may_save</i> (bool)</dt> |
90 <dd> |
90 <dd> |
91 flag indicating, that subversion is willing to save |
91 flag indicating, that subversion is willing to save |
92 the answers returned (boolean) |
92 the answers returned |
93 </dd> |
93 </dd> |
94 <dt><i>parent</i></dt> |
94 <dt><i>parent</i> (QWidget)</dt> |
95 <dd> |
95 <dd> |
96 reference to the parent widget (QWidget) |
96 reference to the parent widget |
97 </dd> |
97 </dd> |
98 </dl> |
98 </dl> |
99 <a NAME="SvnLoginDialog.getData" ID="SvnLoginDialog.getData"></a> |
99 <a NAME="SvnLoginDialog.getData" ID="SvnLoginDialog.getData"></a> |
100 <h4>SvnLoginDialog.getData</h4> |
100 <h4>SvnLoginDialog.getData</h4> |
101 <b>getData</b>(<i></i>) |
101 <b>getData</b>(<i></i>) |
104 Public method to retrieve the login data. |
104 Public method to retrieve the login data. |
105 </p> |
105 </p> |
106 <dl> |
106 <dl> |
107 <dt>Return:</dt> |
107 <dt>Return:</dt> |
108 <dd> |
108 <dd> |
109 tuple of three values (username, password, save) |
109 tuple containing the username, the password and a flag to save the data |
|
110 </dd> |
|
111 </dl> |
|
112 <dl> |
|
113 <dt>Return Type:</dt> |
|
114 <dd> |
|
115 tuple of (str, str, bool) |
110 </dd> |
116 </dd> |
111 </dl> |
117 </dl> |
112 <div align="right"><a href="#top">Up</a></div> |
118 <div align="right"><a href="#top">Up</a></div> |
113 <hr /> |
119 <hr /> |
114 </body></html> |
120 </body></html> |