12 #ifndef CXERASERWIDGET_H_
13 #define CXERASERWIDGET_H_
15 #include "cxGuiExport.h"
52 QCheckBox* mContinousEraseCheckBox;
54 QCheckBox* mShowEraserCheckBox;
57 QAction* mDuplicateAction;
59 QAction* mRemoveAction;
61 QWidget* mEraseValueWidget;
65 void eraseVolume(TYPE* volumePointer);
67 QTimer* mContinousEraseTimer;
70 double mPreviousRadius;
78 void toggleShowEraser(
bool on);
79 void toggleContinous(
bool on);
82 void continousRemoveSlot();
84 void sphereSizeChangedSlot();
85 void activeImageChangedSlot();