Module wxmpl :: Class PointEvent
[show private | hide private]
[frames | no frames]

Class PointEvent

wxObjectPtr --+                
              |                
     wxEventPtr --+            
                  |            
  wxCommandEventPtr --+        
                      |        
    wxPyCommandEventPtr --+    
                          |    
           wxPyCommandEvent --+
                              |
                             PointEvent


wxPython event emitted when a left-click-release occurs in a matplotlib axes of a window without an area selection.
Method Summary
  __init__(self, id, axes, x, y)
Create a new PointEvent for the matplotlib coordinates (x, y) of an axes.
  Clone(self)
    Inherited from wxPyCommandEventPtr
  __del__(self, delfunc)
  __repr__(self)
  GetSelf(self, *_args, **_kwargs)
  SetSelf(self, *_args, **_kwargs)
    Inherited from wxCommandEventPtr
  Checked(self, *_args, **_kwargs)
  GetClientData(self, *_args, **_kwargs)
  GetExtraLong(self, *_args, **_kwargs)
  GetInt(self, *_args, **_kwargs)
  GetSelection(self, *_args, **_kwargs)
  GetString(self, *_args, **_kwargs)
  IsChecked(self, *_args, **_kwargs)
  IsSelection(self, *_args, **_kwargs)
  SetExtraLong(self, *_args, **_kwargs)
  SetInt(self, *_args, **_kwargs)
  SetString(self, *_args, **_kwargs)
    Inherited from wxEventPtr
  GetEventObject(self, *_args, **_kwargs)
  GetEventType(self, *_args, **_kwargs)
  GetId(self, *_args, **_kwargs)
  GetSkipped(self, *_args, **_kwargs)
  GetTimestamp(self, *_args, **_kwargs)
  SetEventObject(self, *_args, **_kwargs)
  SetEventType(self, *_args, **_kwargs)
  SetId(self, *_args, **_kwargs)
  SetTimestamp(self, *_args, **_kwargs)
  Skip(self, *_args, **_kwargs)
    Inherited from wxObjectPtr
  Destroy(self, *_args, **_kwargs)
  GetClassName(self, *_args, **_kwargs)

Class Variable Summary
  axes: matplotlib Axes which was left-clicked
  x: matplotlib X coordinate
  xdata: axes X coordinate
  y: matplotlib Y coordinate
  ydata: axes Y coordinate

Method Details

__init__(self, id, axes, x, y)
(Constructor)

Create a new PointEvent for the matplotlib coordinates (x, y) of an axes.
Overrides:
wxPython.events.wxPyCommandEvent.__init__

Class Variable Details

axes

matplotlib Axes which was left-clicked

x

matplotlib X coordinate

xdata

axes X coordinate

y

matplotlib Y coordinate

ydata

axes Y coordinate

Generated by Epydoc 2.1 on Mon Aug 28 13:47:49 2006 http://epydoc.sf.net