OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::THeaderHitTestInfo Class Reference

THeaderHitTestInfo contains hittest information for the header control. More...

#include <owl/colmnhdr.h>

Inheritance diagram for owl::THeaderHitTestInfo:

Public Member Functions

 THeaderHitTestInfo (const TPoint &pt)
 Initializes the client ooordinates being hit-tested with the specified TPoint parameter.
 
 THeaderHitTestInfo (int x, int y)
 Initializes the client ooordinates being hit-tested with the specified 'x' and 'y' locations.
 

Detailed Description

THeaderHitTestInfo contains hittest information for the header control.

It is used with the TColumnHeader::HitTest method.

Definition at line 104 of file colmnhdr.h.

Constructor & Destructor Documentation

◆ THeaderHitTestInfo() [1/2]

owl::THeaderHitTestInfo::THeaderHitTestInfo ( const TPoint & pt)
inline

Initializes the client ooordinates being hit-tested with the specified TPoint parameter.

Definition at line 342 of file colmnhdr.h.

◆ THeaderHitTestInfo() [2/2]

owl::THeaderHitTestInfo::THeaderHitTestInfo ( int x,
int y )
inline

Initializes the client ooordinates being hit-tested with the specified 'x' and 'y' locations.

Definition at line 352 of file colmnhdr.h.


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