Public Member Functions
PlotterEvent Class Reference

A derived class of QCustomEvent to handle updates from PlotterBase. More...

#include <PlotterEvent.h>

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

List of all members.

Public Member Functions

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

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_.nosp@m.Kunz.nosp@m.@slac.nosp@m..sta.nosp@m.nford.nosp@m..edu

Definition at line 39 of file PlotterEvent.h.


Constructor & Destructor Documentation

PlotterEvent ( PlotterBase plotter)

Definition at line 24 of file PlotterEvent.cxx.

PlotterEvent ( const PlotterEvent event)

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