casa
5.7.0-16
|
PixelCanvas test pattern display refresh event handler. More...
#include <PCTestPattern.h>
Public Member Functions | |
PCTestPattern () | |
Default (and only) constructor. More... | |
~PCTestPattern () | |
Destructor. More... | |
void | operator() (const PCRefreshEvent &ev) |
Refresh event handling operator. More... | |
Public Member Functions inherited from casa::PCRefreshEH | |
PCRefreshEH () | |
Default Constructor Required. More... | |
PCRefreshEH (const PCRefreshEH &other) | |
virtual | ~PCRefreshEH () |
Destructor. More... | |
Protected Member Functions | |
PCTestPattern (const PCTestPattern &other) | |
(Required) copy constructor. More... | |
PCTestPattern & | operator= (const PCTestPattern &other) |
(Required) copy assignment. More... | |
Private Attributes | |
casacore::Bool | itsFirstTime |
casacore::uInt | itsWidth |
casacore::uInt | itsHeight |
casacore::uInt | itsListLength |
casacore::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.
casa::PCTestPattern::PCTestPattern | ( | ) |
Default (and only) constructor.
casa::PCTestPattern::~PCTestPattern | ( | ) |
Destructor.
|
protected |
(Required) copy constructor.
|
virtual |
Refresh event handling operator.
This implementation draws the test pattern/s on the PixelCanvas stored in ev
.
Reimplemented from casa::PCRefreshEH.
|
protected |
(Required) copy assignment.
|
private |
Definition at line 84 of file PCTestPattern.h.
|
private |
Definition at line 85 of file PCTestPattern.h.
|
private |
Definition at line 87 of file PCTestPattern.h.
|
private |
Definition at line 86 of file PCTestPattern.h.
|
private |
Definition at line 85 of file PCTestPattern.h.