1 #ifndef RubberBandComboBox_h 2 #define RubberBandComboBox_h 31 bool showIndicatorColors =
false);
58 unsigned int getDefault(
unsigned int defaultOption,
unsigned int bandingOptions);
77 void showRectangle() {
81 void showRotatedRectangle() {
83 m_showIndicatorColors);
90 void showSegmentedLine() {
95 bool m_showIndicatorColors;
void reset()
Resets the selection.
Definition: RubberBandComboBox.cpp:226
QString toolIconDir() const
Returns the icon directory.
Definition: RubberBandComboBox.h:48
Combo box for choosing a rubber band type.
Definition: RubberBandComboBox.h:26
RotatedRectangle.
Definition: RubberBandComboBox.h:40
RubberBandOptions
Enum to store rubber band shapes.
Definition: RubberBandComboBox.h:36
RubberBandComboBox(Tool *tool, unsigned int bandingOptions, unsigned int defaultOption, bool showIndicatorColors=false)
RubberBandComboBox constructor.
Definition: RubberBandComboBox.cpp:16
Segmented Line.
Definition: RubberBandComboBox.h:43
Polygon.
Definition: RubberBandComboBox.h:41
void selectionChanged(int index)
This slot is called whenever the rubberband shape selection has changed.
Definition: RubberBandComboBox.cpp:189
Defines an angle and provides unit conversions.
Definition: Angle.h:62
Circle.
Definition: RubberBandComboBox.h:37
Definition: Selection.h:29
Rectangle.
Definition: RubberBandComboBox.h:39
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Line.
Definition: RubberBandComboBox.h:42