casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions
casa::AxesDisplayMethod Class Reference

Class to draw a single set of axis labels for AxesDisplayData. More...

#include <AxesDisplayMethod.h>

Inheritance diagram for casa::AxesDisplayMethod:
casa::CachingDisplayMethod casa::DisplayMethod

List of all members.

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.

Detailed Description

Class to draw a single set of axis labels for AxesDisplayData.

Synopsis

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.


Constructor & Destructor Documentation

casa::AxesDisplayMethod::AxesDisplayMethod ( WorldCanvas worldCanvas,
AttributeBuffer wchAttributes,
AttributeBuffer ddAttributes,
CachingDisplayData dd 
)

Constructor.

Destructor.

(Required) default constructor.

(Required) copy constructor.


Member Function Documentation

virtual void casa::AxesDisplayMethod::cleanup ( ) [virtual]

Clean up (ie.

delete any existing cached display list).

Reimplemented from casa::DisplayMethod.

Draw into a cached drawing list, called by draw function.

Implements casa::CachingDisplayMethod.

void casa::AxesDisplayMethod::operator= ( const AxesDisplayMethod other) [protected]

(Required) copy assignment.


The documentation for this class was generated from the following file: