wxPropertyGridHitTestResult Class Reference

wxPropertyGridHitTestResult, a return value from wxPropertyGrid::HitTest(), contains all you need to know about an arbitrary location on the grid. More...

#include <propgrid.h>

List of all members.

Public Member Functions

int GetColumn () const
 Returns column hit.
wxPGProperty * GetProperty () const
 Returns property hit.
int GetSplitter () const
 Returns index of splitter hit, -1 for none.
int GetSplitterHitOffset () const
 If splitter hit, then this member function returns offset to the exact splitter position.

Public Attributes

int column
 Column.
wxPGProperty * property
 Property.
int splitter
 Index of splitter hit, -1 for none.
int splitterHitOffset
 If splitter hit, offset to that.

Detailed Description

wxPropertyGridHitTestResult, a return value from wxPropertyGrid::HitTest(), contains all you need to know about an arbitrary location on the grid.


Member Function Documentation

int wxPropertyGridHitTestResult::GetColumn (  )  const

Returns column hit.

-1 for margin.

wxPGProperty* wxPropertyGridHitTestResult::GetProperty (  )  const

Returns property hit.

NULL if empty space below properties was hit instead.


Member Data Documentation

Column.

-1 for margin.

Property.

NULL if empty space below properties was hit

Index of splitter hit, -1 for none.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Enumerator

Generated on 28 Jan 2012 for wxPropertyGrid by  doxygen 1.6.1