#include <wx/grid.h>

Public Member Functions | |
| bool | AltDown () |
| bool | ControlDown () |
| wxGridCellCoords | GetBottomRightCoords () |
| int | GetBottomRow () |
| int | GetLeftCol () |
| int | GetRightCol () |
| wxGridCellCoords | GetTopLeftCoords () |
| int | GetTopRow () |
| bool | MetaDown () |
| bool | Selecting () |
| bool | ShiftDown () |
| wxGridRangeSelectEvent () | |
| wxGridRangeSelectEvent (int id, wxEventType type, wxObject *obj, const wxGridCellCoords &topLeft, const wxGridCellCoords &bottomRight, bool sel=true, bool control=false, bool shift=false, bool alt=false, bool meta=false) | |
| wxGridRangeSelectEvent::wxGridRangeSelectEvent | ( | ) |
| wxGridRangeSelectEvent::wxGridRangeSelectEvent | ( | int | id, | |
| wxEventType | type, | |||
| wxObject * | obj, | |||
| const wxGridCellCoords & | topLeft, | |||
| const wxGridCellCoords & | bottomRight, | |||
| bool | sel = true, |
|||
| bool | control = false, |
|||
| bool | shift = false, |
|||
| bool | alt = false, |
|||
| bool | meta = false | |||
| ) |
| bool wxGridRangeSelectEvent::AltDown | ( | ) |
Returns true if the Alt key was down at the time of the event.
| bool wxGridRangeSelectEvent::ControlDown | ( | ) |
Returns true if the Control key was down at the time of the event.
| wxGridCellCoords wxGridRangeSelectEvent::GetBottomRightCoords | ( | ) |
Top left corner of the rectangular area that was (de)selected.
| int wxGridRangeSelectEvent::GetBottomRow | ( | ) |
Bottom row of the rectangular area that was (de)selected.
| int wxGridRangeSelectEvent::GetLeftCol | ( | ) |
Left column of the rectangular area that was (de)selected.
| int wxGridRangeSelectEvent::GetRightCol | ( | ) |
Right column of the rectangular area that was (de)selected.
| wxGridCellCoords wxGridRangeSelectEvent::GetTopLeftCoords | ( | ) |
Top left corner of the rectangular area that was (de)selected.
| int wxGridRangeSelectEvent::GetTopRow | ( | ) |
Top row of the rectangular area that was (de)selected.
| bool wxGridRangeSelectEvent::MetaDown | ( | ) |
Returns true if the Meta key was down at the time of the event.
| bool wxGridRangeSelectEvent::Selecting | ( | ) |
Returns true if the area was selected, false otherwise.
| bool wxGridRangeSelectEvent::ShiftDown | ( | ) |
Returns true if the Shift key was down at the time of the event.
|
[ top ] |