Module hiew :: Class Data
[frames] | no frames]

Class Data

object --+
         |
        Data

Class representing HIEWGATE_GETDATA

Instance Methods
 
__init__(self, hemHandle=0, callId=0, filename=None, filelength=0, offsetCurrent=0, offsetMark1=0, offsetMark2=0, sizeMark=0)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods
 
GetCurrentOffset()
Returns the current file offset
 
GetFileName()
Returns the opened file name
 
GetSel()
Returns selection information
 
GetSelData()
Returns the selected buffer or None
Properties

Inherited from object: __class__

Method Details

__init__(self, hemHandle=0, callId=0, filename=None, filelength=0, offsetCurrent=0, offsetMark1=0, offsetMark2=0, sizeMark=0)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

GetSel()
Static Method

 

Returns selection information

Returns:
(start, end, size)