fe::HitTest Struct Reference
[Ferry Core library]

Result of a point hit test within an editor's window. More...

List of all members.

Public Types

enum  Area {
  aUnknown = 0x00, aTextLineBody = 0x01, aTextLineBelowLast = 0x02, aTextLineEndl = 0x04,
  aMarginLeft = 0x08, aMarginRight = 0x10, aMarginTop = 0x20, aMarginBottom = 0x40
}

Public Attributes

int area
unsigned byteIdx
unsigned lineIdx


Detailed Description

Result of a point hit test within an editor's window.

See also:
fe::IEditorFacade::getPointHitTest()

Member Enumeration Documentation

Editor's window area.

Enumerator:
aUnknown 
aTextLineBody 
aTextLineBelowLast 
aTextLineEndl 
aMarginLeft 
aMarginRight 
aMarginTop 
aMarginBottom 


Member Data Documentation

Editor's window area hit by a point.

Index of a text line hit by a point.

First byte of a byte sequence encoding a text character hit by a point.


The documentation for this struct was generated from the following file:

Generated on Tue Nov 18 21:08:23 2008 for Ferry by doxygen 1.5.7.1
http://sourceforge.net