84 <p> |
84 <p> |
85 Constructor |
85 Constructor |
86 </p> |
86 </p> |
87 <dl> |
87 <dl> |
88 |
88 |
89 <dt><i>vcs</i></dt> |
89 <dt><i>vcs</i> (Hg)</dt> |
90 <dd> |
90 <dd> |
91 reference to the Mercurial object (Hg) |
91 reference to the Mercurial object (Hg) |
92 </dd> |
92 </dd> |
93 <dt><i>parent</i></dt> |
93 <dt><i>parent</i> (QWidget)</dt> |
94 <dd> |
94 <dd> |
95 reference to the parent widget (QWidget) |
95 reference to the parent widget |
96 </dd> |
96 </dd> |
97 </dl> |
97 </dl> |
98 <a NAME="HgArchiveDialog.getData" ID="HgArchiveDialog.getData"></a> |
98 <a NAME="HgArchiveDialog.getData" ID="HgArchiveDialog.getData"></a> |
99 <h4>HgArchiveDialog.getData</h4> |
99 <h4>HgArchiveDialog.getData</h4> |
100 <b>getData</b>(<i></i>) |
100 <b>getData</b>(<i></i>) |
103 Public method to retrieve the data. |
103 Public method to retrieve the data. |
104 </p> |
104 </p> |
105 <dl> |
105 <dl> |
106 <dt>Return:</dt> |
106 <dt>Return:</dt> |
107 <dd> |
107 <dd> |
108 tuple giving the archive name (string), the archive type |
108 tuple giving the archive name, the archive type, the directory prefix |
109 (string), the directory prefix 8string) and a flag indicating |
109 and a flag indicating to recurse into subrepositories |
110 to recurse into subrepositories (boolean) |
110 </dd> |
|
111 </dl> |
|
112 <dl> |
|
113 <dt>Return Type:</dt> |
|
114 <dd> |
|
115 tuple of (str, str, str, bool) |
111 </dd> |
116 </dd> |
112 </dl> |
117 </dl> |
113 <a NAME="HgArchiveDialog.on_archivePicker_textChanged" ID="HgArchiveDialog.on_archivePicker_textChanged"></a> |
118 <a NAME="HgArchiveDialog.on_archivePicker_textChanged" ID="HgArchiveDialog.on_archivePicker_textChanged"></a> |
114 <h4>HgArchiveDialog.on_archivePicker_textChanged</h4> |
119 <h4>HgArchiveDialog.on_archivePicker_textChanged</h4> |
115 <b>on_archivePicker_textChanged</b>(<i>archive</i>) |
120 <b>on_archivePicker_textChanged</b>(<i>archive</i>) |
117 <p> |
122 <p> |
118 Private slot to handle changes of the archive name. |
123 Private slot to handle changes of the archive name. |
119 </p> |
124 </p> |
120 <dl> |
125 <dl> |
121 |
126 |
122 <dt><i>archive</i></dt> |
127 <dt><i>archive</i> (str)</dt> |
123 <dd> |
128 <dd> |
124 name of the archive (string) |
129 name of the archive |
125 </dd> |
130 </dd> |
126 </dl> |
131 </dl> |
127 <a NAME="HgArchiveDialog.on_typeComboBox_activated" ID="HgArchiveDialog.on_typeComboBox_activated"></a> |
132 <a NAME="HgArchiveDialog.on_typeComboBox_activated" ID="HgArchiveDialog.on_typeComboBox_activated"></a> |
128 <h4>HgArchiveDialog.on_typeComboBox_activated</h4> |
133 <h4>HgArchiveDialog.on_typeComboBox_activated</h4> |
129 <b>on_typeComboBox_activated</b>(<i>index</i>) |
134 <b>on_typeComboBox_activated</b>(<i>index</i>) |