casa
5.7.0-16
|
Default WorldCanvas SizeControl handler. More...
#include <DefaultWCSizeControlHandler.h>
Public Member Functions | |
DefaultWCSizeControlHandler () | |
Default Constructor Required. More... | |
virtual casacore::Bool | executeSizeControl (WorldCanvas *wc) |
apply modifies the world canvas parameters through the passed pointer. More... | |
virtual | ~DefaultWCSizeControlHandler () |
Destructor. More... | |
Public Member Functions inherited from casa::WCSizeControlHandler | |
WCSizeControlHandler () | |
Default Constructor Required. More... | |
virtual | ~WCSizeControlHandler () |
Destructor. More... | |
Default WorldCanvas SizeControl handler.
DefaultWCSizeControlHandler - Default WorldCanvas Size Control Handler.
This class implements default functionality for the size control handler that the WorldCanvas creates for itself when the WorldCanvas constructor is called.
Presently the default size control handler does nothing, relying on the WCResampleHandler to fit output images to the screen pixel array when images are supposed to be drawn.
Wanted to have default functionality for this to make it easier on the user of this class and to avoid having to check all the time in the WorldCanvas to see if a size control handler has been registered.
Definition at line 72 of file DefaultWCSizeControlHandler.h.
casa::DefaultWCSizeControlHandler::DefaultWCSizeControlHandler | ( | ) |
Default Constructor Required.
|
virtual |
Destructor.
|
virtual |
apply modifies the world canvas parameters through the passed pointer.
Implements casa::WCSizeControlHandler.