Documentation/Source/eric6.HexEdit.HexEditSearchReplaceWidget.html

changeset 5606
da305d172769
parent 4666
bc52ef526e11
equal deleted inserted replaced
5605:1950fe1a32c4 5606:da305d172769
176 <dd> 176 <dd>
177 int 177 int
178 </dd> 178 </dd>
179 </dl><a NAME="HexEditSearchReplaceWidget.__bytearray2text" ID="HexEditSearchReplaceWidget.__bytearray2text"></a> 179 </dl><a NAME="HexEditSearchReplaceWidget.__bytearray2text" ID="HexEditSearchReplaceWidget.__bytearray2text"></a>
180 <h4>HexEditSearchReplaceWidget.__bytearray2text</h4> 180 <h4>HexEditSearchReplaceWidget.__bytearray2text</h4>
181 <b>__bytearray2text</b>(<i>array, format</i>) 181 <b>__bytearray2text</b>(<i>array, dataFormat</i>)
182 <p> 182 <p>
183 Private method to convert a byte array to a text. 183 Private method to convert a byte array to a text.
184 </p><dl> 184 </p><dl>
185 <dt><i>array</i> (bytearray)</dt> 185 <dt><i>array</i> (bytearray)</dt>
186 <dd> 186 <dd>
187 byte array to be converted 187 byte array to be converted
188 </dd><dt><i>format</i> (str)</dt> 188 </dd><dt><i>dataFormat</i> (str)</dt>
189 <dd> 189 <dd>
190 format of the text 190 format of the text
191 </dd> 191 </dd>
192 </dl><dl> 192 </dl><dl>
193 <dt>Returns:</dt> 193 <dt>Returns:</dt>
301 <dd> 301 <dd>
302 hex encoded text to be shown in the findtext edit 302 hex encoded text to be shown in the findtext edit
303 </dd> 303 </dd>
304 </dl><a NAME="HexEditSearchReplaceWidget.__text2bytearray" ID="HexEditSearchReplaceWidget.__text2bytearray"></a> 304 </dl><a NAME="HexEditSearchReplaceWidget.__text2bytearray" ID="HexEditSearchReplaceWidget.__text2bytearray"></a>
305 <h4>HexEditSearchReplaceWidget.__text2bytearray</h4> 305 <h4>HexEditSearchReplaceWidget.__text2bytearray</h4>
306 <b>__text2bytearray</b>(<i>txt, format</i>) 306 <b>__text2bytearray</b>(<i>txt, dataFormat</i>)
307 <p> 307 <p>
308 Private method to convert a text to a byte array. 308 Private method to convert a text to a byte array.
309 </p><dl> 309 </p><dl>
310 <dt><i>txt</i> (str)</dt> 310 <dt><i>txt</i> (str)</dt>
311 <dd> 311 <dd>
312 text to be converted 312 text to be converted
313 </dd><dt><i>format</i> (str)</dt> 313 </dd><dt><i>dataFormat</i> (str)</dt>
314 <dd> 314 <dd>
315 format of the text 315 format of the text
316 </dd> 316 </dd>
317 </dl><dl> 317 </dl><dl>
318 <dt>Returns:</dt> 318 <dt>Returns:</dt>

eric ide

mercurial