#include <wx/propgrid/propgridpagestate.h>
wxPropertyGridHitTestResult
A return value from wxPropertyGrid::HitTest(), contains all you need to know about an arbitrary location on the grid.
◆ wxPropertyGridHitTestResult()
wxPropertyGridHitTestResult::wxPropertyGridHitTestResult |
( |
| ) |
|
◆ ~wxPropertyGridHitTestResult()
wxPropertyGridHitTestResult::~wxPropertyGridHitTestResult |
( |
| ) |
|
◆ GetColumn()
int wxPropertyGridHitTestResult::GetColumn |
( |
| ) |
const |
Returns column hit.
-1 for margin.
◆ GetProperty()
wxPGProperty* wxPropertyGridHitTestResult::GetProperty |
( |
| ) |
const |
Returns property hit.
NULL if empty space below properties was hit instead.
◆ GetSplitter()
int wxPropertyGridHitTestResult::GetSplitter |
( |
| ) |
const |
Returns index of splitter hit, -1 for none.
◆ GetSplitterHitOffset()
int wxPropertyGridHitTestResult::GetSplitterHitOffset |
( |
| ) |
const |
If splitter hit, then this member function returns offset to the exact splitter position.
◆ wxPropertyGridPageState