All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <AbstractGraphicWindow.h>
Public Member Functions | |
| AbstractGraphicWindow (QWidget *parent=0) | |
| virtual PickLayer * | pickLayer () const =0 |
| virtual SignalLayer * | signalLayer () const =0 |
| virtual TimeWindowLayer * | timeWindowLayer () const =0 |
| virtual | ~AbstractGraphicWindow () |
Brief description of class still missing.
Full description of class still missing
| GeopsyGui::AbstractGraphicWindow::AbstractGraphicWindow | ( | QWidget * | parent = 0 | ) | [inline] |
Description of constructor still missing
: SubPoolWindow(parent) {}
| GeopsyGui::AbstractGraphicWindow::~AbstractGraphicWindow | ( | ) | [inline, virtual] |
Description of destructor still missing
{}
| virtual PickLayer* GeopsyGui::AbstractGraphicWindow::pickLayer | ( | ) | const [pure virtual] |
Implemented in GraphicWindow.
| virtual SignalLayer* GeopsyGui::AbstractGraphicWindow::signalLayer | ( | ) | const [pure virtual] |
Implemented in GraphicWindow.
| virtual TimeWindowLayer* GeopsyGui::AbstractGraphicWindow::timeWindowLayer | ( | ) | const [pure virtual] |
Implemented in GraphicWindow.