All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
#include <PickToPick.h>
Public Member Functions | |
int | context () const |
bool | magnifier () const |
QString | pickName () const |
PickToPick (QWidget *parent=0, Qt::WFlags fl=0) | |
double | time () const |
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.
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();}