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

#include <PlotCanvasLayout.h>

Inheritance diagram for casa::PlotLayoutSingle:
casa::PlotCanvasLayout

List of all members.

Public Member Functions

 PlotLayoutSingle (PlotCanvasPtr c)
 Constructor which takes the canvas.
 ~PlotLayoutSingle ()
 Destructor.
bool coordIsValid (const PlotLayoutCoordinate &) const
 Implements PlotCanvasLayout::coordIsValid().
int coordToIndex (const PlotLayoutCoordinate &) const
 Implements PlotCanvasLayout::coordToIndex().
void setCanvasAt (const PlotLayoutCoordinate &coord, PlotCanvasPtr c)
 Implements PlotCanvasLayout::setCanvasAt().
void setCanvas (PlotCanvasPtr canvas)
 Sets this layout's canvas to the given.
PlotCanvasPtr canvas () const
 Implements PlotCanvasLayout::canvas().
PlotCanvasPtr canvasAt (const PlotLayoutCoordinate &coord) const
 Implements PlotCanvasLayout::canvasAt().
vector< PlotCanvasPtrallCanvases () const
 Implements PlotCanvasLayout::allCanvases().
bool isValid () const
 Implements PlotCanvasLayout::isValid().
unsigned int spacing () const
 Implements PlotCanvasLayout::spacing().
void setSpacing (unsigned int)
 Implements PlotCanvasLayout::setSpacing().

Protected Attributes

PlotCanvasPtr m_canvas

Detailed Description

Definition at line 114 of file PlotCanvasLayout.h.


Constructor & Destructor Documentation

Constructor which takes the canvas.

Destructor.


Member Function Documentation

bool casa::PlotLayoutSingle::coordIsValid ( const PlotLayoutCoordinate ) const [inline, virtual]

Implements PlotCanvasLayout::coordIsValid().

Implements casa::PlotCanvasLayout.

Definition at line 124 of file PlotCanvasLayout.h.

int casa::PlotLayoutSingle::coordToIndex ( const PlotLayoutCoordinate ) const [inline, virtual]

Implements PlotCanvasLayout::coordToIndex().

Implements casa::PlotCanvasLayout.

Definition at line 127 of file PlotCanvasLayout.h.

bool casa::PlotLayoutSingle::isValid ( ) const [virtual]

Sets this layout's canvas to the given.

void casa::PlotLayoutSingle::setCanvasAt ( const PlotLayoutCoordinate coord,
PlotCanvasPtr  c 
) [virtual]
void casa::PlotLayoutSingle::setSpacing ( unsigned int  ) [inline, virtual]

Implements PlotCanvasLayout::setSpacing().

Implements casa::PlotCanvasLayout.

Definition at line 151 of file PlotCanvasLayout.h.

unsigned int casa::PlotLayoutSingle::spacing ( ) const [inline, virtual]

Implements PlotCanvasLayout::spacing().

Implements casa::PlotCanvasLayout.

Definition at line 148 of file PlotCanvasLayout.h.


Member Data Documentation

Definition at line 154 of file PlotCanvasLayout.h.


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