#include <HeightSource.h>
Public Member Functions | |
| virtual int | getCanvasHeight ()=0 |
| virtual void | postMessage (const QString &msg)=0 |
| virtual | ~HeightSource () |
Definition at line 29 of file HeightSource.h.
| virtual casa::HeightSource::~HeightSource | ( | ) | [inline, virtual] |
Definition at line 33 of file HeightSource.h.
| virtual int casa::HeightSource::getCanvasHeight | ( | ) | [pure virtual] |
Implemented in casa::BinPlotWidget.
| virtual void casa::HeightSource::postMessage | ( | const QString & | msg | ) | [pure virtual] |
Implemented in casa::BinPlotWidget.
1.6.1