OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Encapsulates structure LVHITTESTINFO, used to contain information about a hit test in a TListViewCtrl. More...
#include <owl/listviewctrl.h>
Public Member Functions | |
Constructors | |
TLvHitTestInfo () | |
Constructs with a zero point for the hit test. | |
TLvHitTestInfo (const TPoint &p) | |
Constructs with a specified point for the hit test. | |
TLvHitTestInfo (const LVHITTESTINFO &info) | |
Constructs a copy of another class instance. | |
Accessors | |
auto | GetIndex () -> int |
Retrieves the hit item's index. | |
auto | GetSubItem () -> int |
Retrieves the subitem index for the hit item. | |
auto | GetGroup () -> int |
Retrieves the group index for the hit item. | |
auto | GetFlags () -> uint |
Retrieves the flags for the hit item. | |
Manipulators | |
auto | SetPoint (const TPoint &p) -> void |
Sets a point for the hit test. | |
Protected Member Functions | |
void | Init () |
Encapsulates structure LVHITTESTINFO, used to contain information about a hit test in a TListViewCtrl.
Definition at line 76 of file listviewctrl.h.
|
inline |
Constructs with a zero point for the hit test.
Definition at line 88 of file listviewctrl.h.
|
inlineexplicit |
Constructs with a specified point for the hit test.
[in] | p | is the point to use. |
Definition at line 96 of file listviewctrl.h.
|
inlineexplicit |
Constructs a copy of another class instance.
[in] | info | is the class instance to copy. |
Definition at line 104 of file listviewctrl.h.
Retrieves the flags for the hit item.
Definition at line 140 of file listviewctrl.h.
Retrieves the group index for the hit item.
Definition at line 132 of file listviewctrl.h.
Retrieves the hit item's index.
Definition at line 116 of file listviewctrl.h.
Retrieves the subitem index for the hit item.
Definition at line 124 of file listviewctrl.h.
|
inlineprotected |
Definition at line 161 of file listviewctrl.h.
Sets a point for the hit test.
[in] | p | is the point to use. |
Definition at line 154 of file listviewctrl.h.