All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions
GeopsyGui::PickToPick Class Reference

#include <PickToPick.h>

Inheritance diagram for GeopsyGui::PickToPick:
QGpGuiTools::Dialog QGpGuiTools::FrameGrabber

List of all members.

Public Member Functions

int context () const
bool magnifier () const
QString pickName () const
 PickToPick (QWidget *parent=0, Qt::WFlags fl=0)
double time () const

Constructor & Destructor Documentation

GeopsyGui::PickToPick::PickToPick ( QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

Constructs a PickToPick_Base as a child of 'parent', with the name 'name' and widget flags set to 'f'.

The dialog will by default be modeless, unless you set 'modal' to true to construct a modal dialog.

References TRACE.

    : Dialog(parent, fl)
{
  TRACE;
  setupUi(this);
  // Fill pick name combo
  pickNameCombo->addItems(TimePick::registeredNames());
}

Member Function Documentation

int GeopsyGui::PickToPick::context ( ) const [inline]

Referenced by GeopsyGui::PickLayer::setPick().

{return contextSize->value();}
bool GeopsyGui::PickToPick::magnifier ( ) const [inline]

Referenced by GeopsyGui::PickLayer::setPick().

{return showMagnifier->isChecked();}
QString GeopsyGui::PickToPick::pickName ( ) const [inline]

Referenced by GeopsyGui::PickLayer::setPick().

{return pickNameCombo->currentText();}
double GeopsyGui::PickToPick::time ( ) const [inline]

Referenced by GeopsyGui::PickLayer::setPick().

{return displayTime->value();}

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