#include <PlotCanvasLayout.h>
Definition at line 112 of file PlotCanvasLayout.h.
casa::PlotLayoutSingle::PlotLayoutSingle | ( | PlotCanvasPtr | c | ) |
Constructor which takes the canvas.
casa::PlotLayoutSingle::~PlotLayoutSingle | ( | ) |
Destructor.
vector<PlotCanvasPtr> casa::PlotLayoutSingle::allCanvases | ( | ) | const [virtual] |
Implements PlotCanvasLayout::allCanvases().
Implements casa::PlotCanvasLayout.
PlotCanvasPtr casa::PlotLayoutSingle::canvas | ( | ) | const [virtual] |
Implements PlotCanvasLayout::canvas().
Implements casa::PlotCanvasLayout.
PlotCanvasPtr casa::PlotLayoutSingle::canvasAt | ( | const PlotLayoutCoordinate & | coord | ) | const [virtual] |
Implements PlotCanvasLayout::canvasAt().
Implements casa::PlotCanvasLayout.
bool casa::PlotLayoutSingle::coordIsValid | ( | const PlotLayoutCoordinate & | ) | const [inline, virtual] |
Implements PlotCanvasLayout::coordIsValid().
Implements casa::PlotCanvasLayout.
Definition at line 122 of file PlotCanvasLayout.h.
int casa::PlotLayoutSingle::coordToIndex | ( | const PlotLayoutCoordinate & | ) | const [inline, virtual] |
Implements PlotCanvasLayout::coordToIndex().
Implements casa::PlotCanvasLayout.
Definition at line 125 of file PlotCanvasLayout.h.
bool casa::PlotLayoutSingle::isValid | ( | ) | const [virtual] |
Implements PlotCanvasLayout::isValid().
Implements casa::PlotCanvasLayout.
void casa::PlotLayoutSingle::setCanvas | ( | PlotCanvasPtr | canvas | ) |
Sets this layout's canvas to the given.
void casa::PlotLayoutSingle::setCanvasAt | ( | const PlotLayoutCoordinate & | coord, | |
PlotCanvasPtr | c | |||
) | [virtual] |
Implements PlotCanvasLayout::setCanvasAt().
Implements casa::PlotCanvasLayout.
void casa::PlotLayoutSingle::setSpacing | ( | unsigned int | ) | [inline, virtual] |
Implements PlotCanvasLayout::setSpacing().
Implements casa::PlotCanvasLayout.
Definition at line 149 of file PlotCanvasLayout.h.
unsigned int casa::PlotLayoutSingle::spacing | ( | ) | const [inline, virtual] |
Implements PlotCanvasLayout::spacing().
Implements casa::PlotCanvasLayout.
Definition at line 146 of file PlotCanvasLayout.h.
PlotCanvasPtr casa::PlotLayoutSingle::m_canvas [protected] |
Definition at line 152 of file PlotCanvasLayout.h.