casa
$Rev:20696$
|
Implementation of CachingDisplayMethod to be used by RegionShapes. More...
#include <RegionShape.h>
Public Member Functions | |
RegionShapeDM (RegionShape &shape, WorldCanvas *wc, AttributeBuffer *wcAttr, AttributeBuffer *ddAttr, CachingDisplayData *dd) | |
Constructor that takes the RegionShape to draw, as well as the other parameters for the CachingDisplayMethod constructor. | |
~RegionShapeDM () | |
Destructor. | |
Bool | drawIntoList (Display::RefreshReason reason, WorldCanvasHolder &wch) |
Implementation of CachingDisplayMethod::drawIntoList. | |
Private Attributes | |
RegionShape & | m_shape |
Implementation of CachingDisplayMethod to be used by RegionShapes.
Basically just a call to the shape's draw method.
Definition at line 701 of file RegionShape.h.
casa::RegionShapeDM::RegionShapeDM | ( | RegionShape & | shape, |
WorldCanvas * | wc, | ||
AttributeBuffer * | wcAttr, | ||
AttributeBuffer * | ddAttr, | ||
CachingDisplayData * | dd | ||
) |
Constructor that takes the RegionShape to draw, as well as the other parameters for the CachingDisplayMethod constructor.
Destructor.
Bool casa::RegionShapeDM::drawIntoList | ( | Display::RefreshReason | reason, |
WorldCanvasHolder & | wch | ||
) | [virtual] |
Implementation of CachingDisplayMethod::drawIntoList.
Implements casa::CachingDisplayMethod.
RegionShape& casa::RegionShapeDM::m_shape [private] |
Definition at line 715 of file RegionShape.h.