28 #ifndef TRIALDISPLAY_DRAWINGDISPLAYMETHOD_H
29 #define TRIALDISPLAY_DRAWINGDISPLAYMETHOD_H
39 class DrawingDisplayData;
Assistance class for auto-caching of DisplayData objects.
Buffer for storing Attributes.
virtual WorldCanvas * worldCanvas()
Return the WorldCanvas recorded in this CachingDisplayMethod.
Base class for auto-caching DisplayData objects.
virtual ~DrawingDisplayMethod()
Destructor.
bool Bool
Define the standard types used by Casacore.
RefreshReason
Callback reasons for PCRefreshEvent and WCRefreshEvent.
A holder to interface between DisplayDatas and a WorldCanvas.
Implementation of drawing in world coordinates on top of a PixelCanvas.
void operator=(const DrawingDisplayMethod &other)
(Required) copy assignment.
DrawingDisplayMethod()
(Required) default constructor.
virtual void cleanup()
Clean up (ie.
virtual casacore::Bool drawIntoList(Display::RefreshReason reason, WorldCanvasHolder &wcHolder)
Draw into a cached drawing list, called by draw function.
DisplayMethod which provides actual drawing for DrawingDisplayData class.