32 #ifndef CXVECTOR3DWIDGET_H_
33 #define CXVECTOR3DWIDGET_H_
35 #include "cxResourceWidgetsExport.h"
62 void showDim(
int dim,
bool visible);
65 void addSliderControlsForIndex(QString name, QString help,
int index, QBoxLayout* layout);
66 void addSmallControlsForIndex(QString name, QString help,
int index, QBoxLayout* layout);
69 boost::array<DoublePropertyBasePtr, 3> mDoubleAdapter;
70 boost::array<QWidget*, 3> mWidgets;
boost::shared_ptr< Vector3DPropertyBase > Vector3DPropertyBasePtr