#include <PlotCanvasLayout.h>
Inheritance diagram for casa::PlotLayoutSingle:


Definition at line 114 of file PlotCanvasLayout.h.
| casa::PlotLayoutSingle::PlotLayoutSingle | ( | PlotCanvasPtr | c | ) |
Constructor which takes the canvas.
| casa::PlotLayoutSingle::~PlotLayoutSingle | ( | ) |
Destructor.
| bool casa::PlotLayoutSingle::coordIsValid | ( | const PlotLayoutCoordinate & | coord | ) | const [inline, virtual] |
Implements PlotCanvasLayout::coordIsValid().
Implements casa::PlotCanvasLayout.
Definition at line 124 of file PlotCanvasLayout.h.
| int casa::PlotLayoutSingle::coordToIndex | ( | const PlotLayoutCoordinate & | coord | ) | const [inline, virtual] |
Implements PlotCanvasLayout::coordToIndex().
Implements casa::PlotCanvasLayout.
Definition at line 127 of file PlotCanvasLayout.h.
| void casa::PlotLayoutSingle::setCanvasAt | ( | const PlotLayoutCoordinate & | coord, | |
| PlotCanvasPtr | c | |||
| ) | [virtual] |
| void casa::PlotLayoutSingle::setCanvas | ( | PlotCanvasPtr | canvas | ) |
Sets this layout's canvas to the given.
| PlotCanvasPtr casa::PlotLayoutSingle::canvas | ( | ) | const [virtual] |
| PlotCanvasPtr casa::PlotLayoutSingle::canvasAt | ( | const PlotLayoutCoordinate & | coord | ) | const [virtual] |
| vector<PlotCanvasPtr> casa::PlotLayoutSingle::allCanvases | ( | ) | const [virtual] |
| bool casa::PlotLayoutSingle::isValid | ( | ) | const [virtual] |
| unsigned int casa::PlotLayoutSingle::spacing | ( | ) | const [inline, virtual] |
Implements PlotCanvasLayout::spacing().
Implements casa::PlotCanvasLayout.
Definition at line 148 of file PlotCanvasLayout.h.
| void casa::PlotLayoutSingle::setSpacing | ( | unsigned int | spacing | ) | [inline, virtual] |
Implements PlotCanvasLayout::setSpacing().
Implements casa::PlotCanvasLayout.
Definition at line 151 of file PlotCanvasLayout.h.
PlotCanvasPtr casa::PlotLayoutSingle::m_canvas [protected] |
Definition at line 154 of file PlotCanvasLayout.h.
1.5.1