Class to draw a single set of axis labels for AxesDisplayData. More...
#include <AxesDisplayMethod.h>
Public Member Functions | |
| AxesDisplayMethod (WorldCanvas *worldCanvas, AttributeBuffer *wchAttributes, AttributeBuffer *ddAttributes, CachingDisplayData *dd) | |
| Constructor. | |
| virtual | ~AxesDisplayMethod () |
| 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 | |
| AxesDisplayMethod () | |
| (Required) default constructor. | |
| AxesDisplayMethod (const AxesDisplayMethod &other) | |
| (Required) copy constructor. | |
| void | operator= (const AxesDisplayMethod &other) |
| (Required) copy assignment. | |
Class to draw a single set of axis labels for AxesDisplayData.
This class adds to the interface defined by DisplayMethod to provide the necessary infrastructure to draw a single set of axis labels when requested by the AxesDisplayData class.
Definition at line 51 of file AxesDisplayMethod.h.
| casa::AxesDisplayMethod::AxesDisplayMethod | ( | WorldCanvas * | worldCanvas, | |
| AttributeBuffer * | wchAttributes, | |||
| AttributeBuffer * | ddAttributes, | |||
| CachingDisplayData * | dd | |||
| ) |
Constructor.
| virtual casa::AxesDisplayMethod::~AxesDisplayMethod | ( | ) | [virtual] |
Destructor.
| casa::AxesDisplayMethod::AxesDisplayMethod | ( | ) | [protected] |
(Required) default constructor.
| casa::AxesDisplayMethod::AxesDisplayMethod | ( | const AxesDisplayMethod & | other | ) | [protected] |
(Required) copy constructor.
| virtual void casa::AxesDisplayMethod::cleanup | ( | ) | [virtual] |
| virtual Bool casa::AxesDisplayMethod::drawIntoList | ( | Display::RefreshReason | reason, | |
| WorldCanvasHolder & | wcHolder | |||
| ) | [virtual] |
Draw into a cached drawing list, called by draw function.
Implements casa::CachingDisplayMethod.
| void casa::AxesDisplayMethod::operator= | ( | const AxesDisplayMethod & | other | ) | [protected] |
(Required) copy assignment.
Reimplemented from casa::CachingDisplayMethod.
1.6.1