Public Types | Public Member Functions
PlotTableEvent Class Reference

A derived class of QCustomEvent PlotTable events. More...

#include <PlotTableEvent.h>

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

List of all members.

Public Types

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

Public Member Functions

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

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.


Member Enumeration Documentation

enum Type

The event types avaiable.

Enumerator:
Copy 
Close 

Definition at line 46 of file PlotTableEvent.h.


Constructor & Destructor Documentation

Definition at line 25 of file PlotTableEvent.cxx.

PlotTableEvent ( const PlotTableEvent event)

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