11 #ifndef CXVECTOR3DWIDGET_H_
12 #define CXVECTOR3DWIDGET_H_
14 #include "cxResourceWidgetsExport.h"
41 void showDim(
int dim,
bool visible);
44 void addSliderControlsForIndex(QString name, QString help,
int index, QBoxLayout* layout);
45 void addSmallControlsForIndex(QString name, QString help,
int index, QBoxLayout* layout);
48 boost::array<DoublePropertyBasePtr, 3> mDoubleAdapter;
49 boost::array<QWidget*, 3> mWidgets;