DisplayMethod which provides actual drawing for DrawingDisplayData class. More...
#include <DrawingDisplayMethod.h>
Public Member Functions | |
| DrawingDisplayMethod (WorldCanvas *worldCanvas, AttributeBuffer *wchAttributes, AttributeBuffer *ddAttributes, CachingDisplayData *dd) | |
| Constructor. | |
| virtual | ~DrawingDisplayMethod () |
| Destructor. | |
| virtual void | cleanup () |
| Clean up (ie. | |
| virtual Bool | drawIntoList (Display::RefreshReason reason, WorldCanvasHolder &wcHolder) |
| Draw into a cached drawing list, called by draw function. | |
Protected Member Functions | |
| DrawingDisplayMethod () | |
| (Required) default constructor. | |
| DrawingDisplayMethod (const DrawingDisplayMethod &other) | |
| (Required) copy constructor. | |
| void | operator= (const DrawingDisplayMethod &other) |
| (Required) copy assignment. | |
DisplayMethod which provides actual drawing for DrawingDisplayData class.
This class provides the necessary implementation for the actual drawing of the objects contained within a DrawingDisplayData object.
Definition at line 51 of file DrawingDisplayMethod.h.
| casa::DrawingDisplayMethod::DrawingDisplayMethod | ( | WorldCanvas * | worldCanvas, | |
| AttributeBuffer * | wchAttributes, | |||
| AttributeBuffer * | ddAttributes, | |||
| CachingDisplayData * | dd | |||
| ) |
Constructor.
| virtual casa::DrawingDisplayMethod::~DrawingDisplayMethod | ( | ) | [virtual] |
Destructor.
| casa::DrawingDisplayMethod::DrawingDisplayMethod | ( | ) | [protected] |
(Required) default constructor.
| casa::DrawingDisplayMethod::DrawingDisplayMethod | ( | const DrawingDisplayMethod & | other | ) | [protected] |
(Required) copy constructor.
| virtual void casa::DrawingDisplayMethod::cleanup | ( | ) | [virtual] |
| virtual Bool casa::DrawingDisplayMethod::drawIntoList | ( | Display::RefreshReason | reason, | |
| WorldCanvasHolder & | wcHolder | |||
| ) | [virtual] |
Draw into a cached drawing list, called by draw function.
Implements casa::CachingDisplayMethod.
| void casa::DrawingDisplayMethod::operator= | ( | const DrawingDisplayMethod & | other | ) | [protected] |
(Required) copy assignment.
Reimplemented from casa::CachingDisplayMethod.
1.6.1