|
| SkyCatOverlayDM (WorldCanvas *worldCanvas, AttributeBuffer *wchAttributes, AttributeBuffer *ddAttributes, CachingDisplayData *dd) |
| Constructor. More...
|
|
virtual | ~SkyCatOverlayDM () |
| 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) |
|
Class to draw catalogue overlays for SkyCatOverlayDD.
Synopsis
This class adds to the interface defined by DisplayMethod to provide the necessary infrastructure to draw simple catalogue overlays when requested to do so by the SkyCatOverlayDD class.
Definition at line 51 of file SkyCatOverlayDM.h.