Brief description of class still missing. More...
#include <ToolHVRotate.h>
Public Member Functions | |
| ToolHVRotate (QWidget *parent=0) | |
Protected Member Functions | |
| virtual HVStation * | createStation (StationSignals *sigs) |
| virtual AbstractSummary * | createSummary () |
| virtual WinResults * | createWinResults () |
| virtual bool | initStations (SubSignalPool *subPool) |
Brief description of class still missing.
Full description of class still missing
| ToolHVRotate::ToolHVRotate | ( | QWidget * | parent = 0 | ) |
Description of constructor still missing
References MonoStation::AbstractTool::_d, MonoStation::AbstractToold::removeHorizontalComponents(), and TRACE.
: ToolHV(parent) { TRACE; setWindowIcon(QIcon( ":/images/hvrotate-22x22.png" )); setObjectName("ToolHVRotate"); _d->removeHorizontalComponents(); }
| HVStation * ToolHVRotate::createStation | ( | StationSignals * | sigs | ) | [protected, virtual] |
| AbstractSummary * ToolHVRotate::createSummary | ( | ) | [protected, virtual] |
| WinResults * ToolHVRotate::createWinResults | ( | ) | [protected, virtual] |
| bool ToolHVRotate::initStations | ( | SubSignalPool * | subPool | ) | [protected, virtual] |
Reimplemented from ToolHV.
References GeopsyCore::SubSignalPool::name(), GeopsyGui::ToolBase::setWindowTitle(), QGpCoreTools::tr(), and TRACE.
{
TRACE;
bool ret=ToolHV::initStations(subPool);
setWindowTitle(tr("H/V Rotate toolbox - ") + subPool->name());
return ret;
}