PlotTableEvent Class Reference

#include <PlotTableEvent.h>

Inheritance diagram for PlotTableEvent:

Inheritance graph
QCustomEvent
[legend]
Collaboration diagram for PlotTableEvent:

Collaboration graph
QCustomEvent
[legend]
List of all members.

Detailed Description

A derived class of QCustomEvent PlotTable events.

A derived class of QCustomEvent events generated by the PlotTable. The PlotTable uses this mechanism in browser mode to inform the initiating Window of changes.

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

Definition at line 39 of file PlotTableEvent.h.

Public Types

enum  Type { Copy = 1001, Close = 1002 }
 The event types avaiable. More...

Public Member Functions

 data () const
 PlotTableEvent (const PlotTableEvent &)
 The copy constructor.
 PlotTableEvent (Type type)
 setData (void *data)
virtual ~PlotTableEvent ()
 The required virtual destructor.


Member Enumeration Documentation

enum Type

The event types avaiable.

Enumerator:
Copy 
Close 

Definition at line 46 of file PlotTableEvent.h.


Constructor & Destructor Documentation

PlotTableEvent ( Type  type  ) 

Definition at line 25 of file PlotTableEvent.cxx.

PlotTableEvent ( const PlotTableEvent  ) 

The copy constructor.

Definition at line 31 of file PlotTableEvent.cxx.

~PlotTableEvent (  )  [virtual]

The required virtual destructor.

Definition at line 36 of file PlotTableEvent.cxx.


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