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

PlotterEvent Class Reference

#include <PlotterEvent.h>

Inheritance diagram for PlotterEvent:

Inheritance graph
[legend]
Collaboration diagram for PlotterEvent:

Collaboration graph
[legend]
List of all members.

Detailed Description

A derived class of QCustomEvent to handle updates from PlotterBase.

A derived class of QCustomEvent to handle updates from PlotterBase. It adds a member function to preserve the type, PlotterBase, for the receiving object.

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

Definition at line 37 of file PlotterEvent.h.

Public Member Functions

 data () const
PlotterBaseplotter () const
 Returns the PlotterBase object that created the update event.
 PlotterEvent (const PlotterEvent &)
 The copy constructor.
 PlotterEvent (PlotterBase *plotter)
 setData (void *data)
virtual ~PlotterEvent ()
 The required virtual destructor.


Constructor & Destructor Documentation

PlotterEvent::PlotterEvent PlotterBase plotter  ) 
 

Definition at line 23 of file PlotterEvent.cxx.

PlotterEvent::PlotterEvent const PlotterEvent  ) 
 

The copy constructor.

Definition at line 29 of file PlotterEvent.cxx.

PlotterEvent::~PlotterEvent  )  [virtual]
 

The required virtual destructor.

Definition at line 34 of file PlotterEvent.cxx.


Member Function Documentation

PlotterBase * PlotterEvent::plotter  )  const
 

Returns the PlotterBase object that created the update event.

Definition at line 40 of file PlotterEvent.cxx.

References QCustomEvent::data().


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