casa
$Rev:20696$
|
PixelCanvas test pattern display refresh event handler. More...
#include <PCTestPattern.h>
Public Member Functions | |
PCTestPattern () | |
Default (and only) constructor. | |
~PCTestPattern () | |
Destructor. | |
void | operator() (const PCRefreshEvent &ev) |
Refresh event handling operator. | |
Protected Member Functions | |
PCTestPattern (const PCTestPattern &other) | |
(Required) copy constructor. | |
PCTestPattern & | operator= (const PCTestPattern &other) |
(Required) copy assignment. | |
Private Attributes | |
Bool | itsFirstTime |
uInt | itsWidth |
uInt | itsHeight |
uInt | itsListLength |
uInt * | itsImList |
PixelCanvas test pattern display refresh event handler.
"PCTestPattern" refers to a PixelCanvas Test Pattern.
In a number of places, notably test programs, it is useful to be able to see a test pattern on the PixelCanvas which displays currently registered Colormaps for Indexed ColorTables, or views of the color cube for RGB / HSV ColorTables.
Definition at line 60 of file PCTestPattern.h.
Default (and only) constructor.
Destructor.
casa::PCTestPattern::PCTestPattern | ( | const PCTestPattern & | other | ) | [protected] |
(Required) copy constructor.
void casa::PCTestPattern::operator() | ( | const PCRefreshEvent & | ev | ) | [virtual] |
Refresh event handling operator.
This implementation draws the test pattern/s on the PixelCanvas stored in ev
.
Reimplemented from casa::PCRefreshEH.
PCTestPattern& casa::PCTestPattern::operator= | ( | const PCTestPattern & | other | ) | [protected] |
(Required) copy assignment.
Bool casa::PCTestPattern::itsFirstTime [private] |
Definition at line 84 of file PCTestPattern.h.
uInt casa::PCTestPattern::itsHeight [private] |
Definition at line 85 of file PCTestPattern.h.
uInt* casa::PCTestPattern::itsImList [private] |
Definition at line 87 of file PCTestPattern.h.
uInt casa::PCTestPattern::itsListLength [private] |
Definition at line 86 of file PCTestPattern.h.
uInt casa::PCTestPattern::itsWidth [private] |
Definition at line 85 of file PCTestPattern.h.