NPlot::Windows::PlotSurface2D::Interactions::HorizontalRangeSelection Class Reference

Inheritance diagram for NPlot::Windows::PlotSurface2D::Interactions::HorizontalRangeSelection:

NPlot::Windows::PlotSurface2D::Interactions::Interaction List of all members.

Public Member Functions

override void DoMouseDown (MouseEventArgs e, Control ctr)
override void DoMouseMove (MouseEventArgs e, Control ctr, KeyEventArgs lastKeyEventArgs)
override void DoMouseUp (MouseEventArgs e, Control ctr)

Private Member Functions

void DrawHorizontalSelection (Point start, Point end, System.Windows.Forms.Control ctr)

Private Attributes

bool selectionInitiated_ = false
Point startPoint_ = new Point(-1, -1)
Point endPoint_ = new Point(-1, -1)
Point previousPoint_ = new Point(-1, -1)
Point unset_ = new Point(-1, -1)

Detailed Description

Definition at line 1791 of file Windows.PlotSurface2D.cs.


Member Function Documentation

override void NPlot::Windows::PlotSurface2D::Interactions::HorizontalRangeSelection::DoMouseDown MouseEventArgs  e,
Control  ctr
[inline]
 

Parameters:
e 
ctr 

Definition at line 1804 of file Windows.PlotSurface2D.cs.

override void NPlot::Windows::PlotSurface2D::Interactions::HorizontalRangeSelection::DoMouseMove MouseEventArgs  e,
Control  ctr,
KeyEventArgs  lastKeyEventArgs
[inline]
 

Parameters:
e 
ctr 
lastKeyEventArgs 

Definition at line 1838 of file Windows.PlotSurface2D.cs.

override void NPlot::Windows::PlotSurface2D::Interactions::HorizontalRangeSelection::DoMouseUp MouseEventArgs  e,
Control  ctr
[inline]
 

Parameters:
e 
ctr 

Definition at line 1871 of file Windows.PlotSurface2D.cs.

void NPlot::Windows::PlotSurface2D::Interactions::HorizontalRangeSelection::DrawHorizontalSelection Point  start,
Point  end,
System.Windows.Forms.Control  ctr
[inline, private]
 

Definition at line 1921 of file Windows.PlotSurface2D.cs.


Member Data Documentation

Point NPlot::Windows::PlotSurface2D::Interactions::HorizontalRangeSelection::endPoint_ = new Point(-1, -1) [private]
 

Definition at line 1795 of file Windows.PlotSurface2D.cs.

Point NPlot::Windows::PlotSurface2D::Interactions::HorizontalRangeSelection::previousPoint_ = new Point(-1, -1) [private]
 

Definition at line 1796 of file Windows.PlotSurface2D.cs.

bool NPlot::Windows::PlotSurface2D::Interactions::HorizontalRangeSelection::selectionInitiated_ = false [private]
 

Definition at line 1793 of file Windows.PlotSurface2D.cs.

Point NPlot::Windows::PlotSurface2D::Interactions::HorizontalRangeSelection::startPoint_ = new Point(-1, -1) [private]
 

Definition at line 1794 of file Windows.PlotSurface2D.cs.

Point NPlot::Windows::PlotSurface2D::Interactions::HorizontalRangeSelection::unset_ = new Point(-1, -1) [private]
 

Definition at line 1797 of file Windows.PlotSurface2D.cs.


The documentation for this class was generated from the following file:
Generated on Sat Nov 5 01:04:09 2005 for NPlot by  doxygen 1.4.5