src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
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>)
131 <p> 136 <p>
132 Private slot to react on changes of the selected archive type. 137 Private slot to react on changes of the selected archive type.
133 </p> 138 </p>
134 <dl> 139 <dl>
135 140
136 <dt><i>index</i></dt> 141 <dt><i>index</i> (int)</dt>
137 <dd> 142 <dd>
138 index of the selected type (integer) 143 index of the selected type
139 </dd> 144 </dd>
140 </dl> 145 </dl>
141 <div align="right"><a href="#top">Up</a></div> 146 <div align="right"><a href="#top">Up</a></div>
142 <hr /> 147 <hr />
143 </body></html> 148 </body></html>

eric ide

mercurial