Public Member Functions | Protected Member Functions
ToolHVRotate Class Reference

Brief description of class still missing. More...

#include <ToolHVRotate.h>

Inheritance diagram for ToolHVRotate:
ToolHV MonoStation::AbstractTool GeopsyGui::ToolBase

List of all members.

Public Member Functions

 ToolHVRotate (QWidget *parent=0)

Protected Member Functions

virtual HVStationcreateStation (StationSignals *sigs)
virtual AbstractSummarycreateSummary ()
virtual WinResultscreateWinResults ()
virtual bool initStations (SubSignalPool *subPool)

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

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();
}

Member Function Documentation

HVStation * ToolHVRotate::createStation ( StationSignals sigs) [protected, virtual]

Reimplemented from ToolHV.

References TRACE.

{
  TRACE;
  return new HVRotateStation(sigs);
}
AbstractSummary * ToolHVRotate::createSummary ( ) [protected, virtual]

Reimplemented from ToolHV.

References TRACE.

{
  TRACE;
  return 0;
}
WinResults * ToolHVRotate::createWinResults ( ) [protected, virtual]

Reimplemented from ToolHV.

References TRACE.

{
  TRACE;
  return new HVRotateWinResults;
}
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;
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines