wxGridRangeSelectEvent Class Reference

#include <wx/grid.h>

Inheritance diagram for wxGridRangeSelectEvent:

wxNotifyEvent wxCommandEvent wxEvent wxObject

List of all members.


Detailed Description

Library:  wxAdvanced

Category:  group_class_grid

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)

Constructor & Destructor Documentation

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 
)


Member Function Documentation

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.



wxWidgets logo

[ top ]