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

Default WorldCanvas SizeControl handler. More...

#include <DefaultWCSizeControlHandler.h>

Inheritance diagram for casa::DefaultWCSizeControlHandler:
casa::WCSizeControlHandler

List of all members.

Public Member Functions

 DefaultWCSizeControlHandler ()
 Default Constructor Required.
virtual Bool executeSizeControl (WorldCanvas *wc)
 apply modifies the world canvas parameters through the passed pointer.
virtual ~DefaultWCSizeControlHandler ()
 Destructor.

Detailed Description

Default WorldCanvas SizeControl handler.

Etymology

DefaultWCSizeControlHandler - Default WorldCanvas Size Control Handler.

Synopsis

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.

Motivation

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.

Example

none available yet.

To Do

Definition at line 72 of file DefaultWCSizeControlHandler.h.


Constructor & Destructor Documentation

Default Constructor Required.

Destructor.


Member Function Documentation

apply modifies the world canvas parameters through the passed pointer.

Implements casa::WCSizeControlHandler.


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