|
| enum | SettingsOption {
ShowNone = 0
, ShowSize = 1 << 0
, ShowAdaptiveness = 1 << 1
, ShowSmoothing = 1 << 2
,
ShowContiguous = 1 << 3
, ShowLinkViews = 1 << 4
, ShowOnly2D = 1 << 5
, ShowAll = ShowSize | ShowAdaptiveness | ShowSmoothing | ShowContiguous | ShowLinkViews | ShowOnly2D
} |
|
|
| BrushSettingsWidget (AnnotationActionSharedState::BrushSettings &settings, Flags< SettingsOption > options, QWidget *parent=nullptr) |
|
void | adaptToImage (const Image &img) |
|
void | keyPressEvent (QKeyEvent *event) override |
|
void | wheelEvent (QWheelEvent *event) override |
The documentation for this class was generated from the following file:
- ImFusionLabels/lib/include/ImFusion/Labels/UI/Widgets/BrushSettingsWidget.h