Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CanvasSelectionEvent Class Reference

#include <CanvasSelectionEvent.h>

Inheritance diagram for CanvasSelectionEvent:

Inheritance graph
[legend]
Collaboration diagram for CanvasSelectionEvent:

Collaboration graph
[legend]
List of all members.

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 37 of file CanvasSelectionEvent.h.

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


Constructor & Destructor Documentation

CanvasSelectionEvent::CanvasSelectionEvent const CanvasSelectionEvent  )  [private]
 

The copy constructor.

Definition at line 28 of file CanvasSelectionEvent.cxx.

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

Definition at line 21 of file CanvasSelectionEvent.cxx.

CanvasSelectionEvent::~CanvasSelectionEvent  )  [virtual]
 

The required virtual destructor.

Definition at line 33 of file CanvasSelectionEvent.cxx.


Member Function Documentation

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

Returns the PlotterBase objects that created the update event.

Definition at line 39 of file CanvasSelectionEvent.cxx.

References m_plotters.


Member Data Documentation

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

Definition at line 40 of file CanvasSelectionEvent.h.

Referenced by getPlotters().


The documentation for this class was generated from the following files:
Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3