|
| TblAsXYDM (WorldCanvas *worldCanvas, AttributeBuffer *wchAttributes, AttributeBuffer *ddAttributes, CachingDisplayData *dd) |
| constructor More...
|
|
virtual | ~TblAsXYDM () |
| Destructor. More...
|
|
virtual void | cleanup () |
| Clean up (ie. More...
|
|
virtual casacore::Bool | drawIntoList (Display::RefreshReason reason, WorldCanvasHolder &wcHolder) |
| Draw into a cached drawing list, called by draw function. More...
|
|
| CachingDisplayMethod (WorldCanvas *worldCanvas, AttributeBuffer *wchAttributes, AttributeBuffer *ddAttributes, CachingDisplayData *parentDisplayData) |
| Constructor. More...
|
|
virtual | ~CachingDisplayMethod () |
| Destructor. More...
|
|
virtual WorldCanvas * | worldCanvas () |
| Return the WorldCanvas recorded in this CachingDisplayMethod. More...
|
|
virtual void | draw (Display::RefreshReason reason, WorldCanvasHolder &wcHolder) |
| Draw this slice of data on the supplied WorldCanvasHolder. More...
|
|
| DisplayMethod (DisplayData *parentDisplayData) |
| Constructor. More...
|
|
virtual | ~DisplayMethod () |
| Destructor. More...
|
|
void | addRestriction (Attribute &newAt, casacore::Bool permanent) |
| Set & remove restrictions. More...
|
|
void | addRestrictions (AttributeBuffer &newBuf) |
|
void | setRestriction (Attribute &newAt) |
|
void | setRestrictions (AttributeBuffer &newBuf) |
|
void | removeRestriction (const casacore::String &name) |
|
casacore::Bool | existRestriction (const casacore::String &name) |
|
void | clearRestrictions () |
|
casacore::Bool | matches (Attribute &at) |
| match restriction More...
|
|
casacore::Bool | matches (AttributeBuffer &atBuf) |
|
A DisplayMethod to draw XY plots from table data.
Intended use:
Internal or
Intended use:
Internal
Prerequisite
Etymology
Synopsis
This class adds to the interface defined by DisplayMethod to provide the necessary infrastructure to draw xy displays of data from a table when requested to do so by the TblAsXYDD class.
Definition at line 64 of file TblAsXYDM.h.