PlotterEvent Class Reference

#include <PlotterEvent.h>

Inheritance diagram for PlotterEvent:

Inheritance graph
QCustomEvent
[legend]
Collaboration diagram for PlotterEvent:

Collaboration graph
QCustomEvent
[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 39 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 ( PlotterBase plotter  ) 

Definition at line 24 of file PlotterEvent.cxx.

PlotterEvent ( const PlotterEvent  ) 

The copy constructor.

Definition at line 30 of file PlotterEvent.cxx.

~PlotterEvent (  )  [virtual]

The required virtual destructor.

Definition at line 35 of file PlotterEvent.cxx.


Member Function Documentation

PlotterBase * plotter (  )  const

Returns the PlotterBase object that created the update event.

Definition at line 41 of file PlotterEvent.cxx.

References QCustomEvent::data().


The documentation for this class was generated from the following files:
Generated for HippoDraw Class Library by doxygen