CustusX
22.04-rc5
An IGT application
|
Widget for displaying a Vector3D. More...
#include <cxVector3DWidget.h>
Public Member Functions | |
Vector3DWidget (QWidget *parent, Vector3DPropertyBasePtr data) | |
virtual | ~Vector3DWidget () |
void | showDim (int dim, bool visible) |
Static Public Member Functions | |
static Vector3DWidget * | createSmallHorizontal (QWidget *parent, Vector3DPropertyBasePtr data) |
static Vector3DWidget * | createVerticalWithSliders (QWidget *parent, Vector3DPropertyBasePtr data) |
Widget for displaying a Vector3D.
Definition at line 32 of file cxVector3DWidget.h.
cx::Vector3DWidget::Vector3DWidget | ( | QWidget * | parent, |
Vector3DPropertyBasePtr | data | ||
) |
Definition at line 26 of file cxVector3DWidget.cpp.
|
inlinevirtual |
Definition at line 37 of file cxVector3DWidget.h.
|
static |
Definition at line 32 of file cxVector3DWidget.cpp.
|
static |
Definition at line 46 of file cxVector3DWidget.cpp.
void cx::Vector3DWidget::showDim | ( | int | dim, |
bool | visible | ||
) |
Definition at line 59 of file cxVector3DWidget.cpp.