SIVIC API
0.9.26
|
#include <svkSpecGridSelector.h>
Public Member Functions | |
virtual void | OnMouseMove () |
void | RedrawRubberBand () |
int | GetStartX () |
Pure getter, returns the x value where the selection started. More... | |
int | GetStartY () |
Pure getter, returns the y value where the selection started. More... | |
int | GetEndX () |
Pure getter, returns the x value where the selection ended. More... | |
int | GetEndY () |
Pure getter, returns the y value where the selection ended. More... | |
Static Public Member Functions | |
static svkSpecGridSelector * | New () |
int GetEndX | ( | ) |
Pure getter, returns the x value where the selection ended.
Referenced by svkPlotGridViewController::UpdateSelection().
int GetEndY | ( | ) |
Pure getter, returns the y value where the selection ended.
Referenced by svkPlotGridViewController::UpdateSelection().
int GetStartX | ( | ) |
Pure getter, returns the x value where the selection started.
Referenced by svkPlotGridViewController::UpdateSelection().
int GetStartY | ( | ) |
Pure getter, returns the y value where the selection started.
Referenced by svkPlotGridViewController::UpdateSelection().
|
static |
|
virtual |
Callback for a left button release. Clears the rubberband from the screen and throws a SelectionChangedEvent.
References svkSpecGridSelector::RedrawRubberBand().
void RedrawRubberBand | ( | ) |
Referenced by svkSpecGridSelector::OnMouseMove().