Public Slots | Signals | Public Member Functions
ToolPtMotiond Class Reference

#include <ToolPtMotiond.h>

List of all members.

Public Slots

void on_doFilterBut_stateChanged ()
void on_vertical_toggled ()

Signals

void paramChanged (bool, double)

Public Member Functions

 ToolPtMotiond (QWidget *parent=0, Qt::WFlags fl=0)
 ~ToolPtMotiond ()

Constructor & Destructor Documentation

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

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

References TRACE.

    : QWidget(parent, fl)
{
  TRACE;
  setupUi(this);
}

Destroys the object and frees any allocated resources

References TRACE.

{
  TRACE;
  // no need to delete child widgets, Qt does it all for us
}

Member Function Documentation

References TRACE.

Referenced by ToolPtMotion::updateAllFields().

{
  TRACE;
  filterWidget->setEnabled(doFilterBut->isChecked());
}

References TRACE.

Referenced by ToolPtMotion::updateAllFields().

{
  TRACE;
  azimuth->setEnabled(vertical->isChecked());
}
void ToolPtMotiond::paramChanged ( bool  ,
double   
) [signal]

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