Public Member Functions | Private Member Functions | Private Attributes

CanvasSelectionEvent Class Reference

A derived class of QCustomEvent with which the CanvasView notifiies clients of changes in selections of objects on the canvas. More...

#include <CanvasSelectionEvent.h>

Inheritance diagram for CanvasSelectionEvent:
Inheritance graph
[legend]
Collaboration diagram for CanvasSelectionEvent:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CanvasSelectionEvent (std::vector< PlotterBase * >)
 data () const
const std::vector< PlotterBase * > & getPlotters () const
 Returns the PlotterBase objects that created the update event.
 setData (void *data)
virtual ~CanvasSelectionEvent ()
 The required virtual destructor.

Private Member Functions

 CanvasSelectionEvent (const CanvasSelectionEvent &)
 The copy constructor.

Private Attributes

std::vector< PlotterBase * > m_plotters

Detailed Description

A derived class of QCustomEvent with which the CanvasView notifiies clients of changes in selections of objects on the canvas.

Author:
Paul F. Kunz <Paul_Kunz@slac.stanford.edu>

Definition at line 39 of file CanvasSelectionEvent.h.


Constructor & Destructor Documentation

CanvasSelectionEvent ( const CanvasSelectionEvent event  )  [private]

The copy constructor.

Definition at line 22 of file CanvasSelectionEvent.cxx.

CanvasSelectionEvent ( std::vector< PlotterBase * >  plotters  ) 

Definition at line 15 of file CanvasSelectionEvent.cxx.

~CanvasSelectionEvent (  )  [virtual]

The required virtual destructor.

Definition at line 27 of file CanvasSelectionEvent.cxx.


Member Function Documentation

const std::vector< PlotterBase * > & getPlotters (  )  const

Returns the PlotterBase objects that created the update event.

Definition at line 33 of file CanvasSelectionEvent.cxx.


Member Data Documentation

std::vector< PlotterBase * > m_plotters [private]

Definition at line 42 of file CanvasSelectionEvent.h.


The documentation for this class was generated from the following files:

Generated for HippoDraw Class Library by doxygen