#include <cxPointSamplingWidget.h>
|
| | PointSamplingWidget (QWidget *parent) |
| |
| virtual | ~PointSamplingWidget () |
| |
| | BaseWidget (QWidget *parent, QString objectName, QString windowTitle) |
| |
| virtual | ~BaseWidget () |
| |
| QWidget * | createMethodWidget (QWidget *inputWidget, QWidget *outputWidget, QString methodname, bool inputChecked=false, bool outputVisible=true) |
| | Create a specialized widget for filters, with input/ouput, enable and options. More...
|
| |
| QGroupBox * | createGroupbox (QWidget *widget, QString boxname) |
| | Create a group box with a given name. More...
|
| |
| QGroupBox * | wrapInGroupBox (QWidget *base, QString name) |
| |
| CXFrame * | wrapInFrame (QWidget *base) |
| |
| QAction * | createAction2 (QObject *parent, QIcon iconName, QString text, QString tip, QLayout *layout=NULL, QToolButton *button=new QToolButton()) |
| |
| template<class T > |
| QAction * | createAction (QObject *parent, QIcon iconName, QString text, QString tip, T slot, QLayout *layout=NULL, QToolButton *button=new QToolButton()) |
| |
| | OptimizedUpdateWidget (QWidget *parent=NULL) |
| |
| virtual | ~OptimizedUpdateWidget () |
| |
| void | forcePrePaint () |
| |
Early version of metric/label system. Replaced by MetricWidget.
- See Also
- MetricWidget
- Date
- 2010.05.05
- Author
- Christian Askeland, SINTEF
Definition at line 66 of file cxPointSamplingWidget.h.
| cx::PointSamplingWidget::PointSamplingWidget |
( |
QWidget * |
parent | ) |
|
| cx::PointSamplingWidget::~PointSamplingWidget |
( |
| ) |
|
|
virtual |
| void cx::PointSamplingWidget::addButtonClickedSlot |
( |
| ) |
|
|
protectedslot |
| void cx::PointSamplingWidget::addPoint |
( |
Vector3D |
point | ) |
|
|
protected |
| void cx::PointSamplingWidget::editButtonClickedSlot |
( |
| ) |
|
|
protectedslot |
| void cx::PointSamplingWidget::enablebuttons |
( |
| ) |
|
|
protected |
| Vector3D cx::PointSamplingWidget::getSample |
( |
| ) |
const |
|
protected |
| void cx::PointSamplingWidget::gotoButtonClickedSlot |
( |
| ) |
|
|
protectedslot |
| void cx::PointSamplingWidget::hideEvent |
( |
QHideEvent * |
event | ) |
|
|
protectedvirtual |
| void cx::PointSamplingWidget::itemSelectionChanged |
( |
| ) |
|
|
protectedslot |
| void cx::PointSamplingWidget::loadReferencePointsSlot |
( |
| ) |
|
|
protectedslot |
| void cx::PointSamplingWidget::removeButtonClickedSlot |
( |
| ) |
|
|
protectedslot |
| void cx::PointSamplingWidget::setManualTool |
( |
const Vector3D & |
p_r | ) |
|
|
protected |
| void cx::PointSamplingWidget::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protectedvirtual |
| void cx::PointSamplingWidget::updateSlot |
( |
| ) |
|
|
protectedslot |
| QString cx::PointSamplingWidget::mActiveLandmark |
|
protected |
| QPushButton* cx::PointSamplingWidget::mAddButton |
|
protected |
| QPushButton* cx::PointSamplingWidget::mEditButton |
|
protected |
| QPushButton* cx::PointSamplingWidget::mLoadReferencePointsButton |
|
protected |
| QPushButton* cx::PointSamplingWidget::mRemoveButton |
|
protected |
| QTableWidget* cx::PointSamplingWidget::mTable |
|
protected |
| QVBoxLayout* cx::PointSamplingWidget::mVerticalLayout |
|
protected |
The documentation for this class was generated from the following files: