Skip to content
Snippets Groups Projects
Commit 18c2f657 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

class -> namespace

parent 926e8bbf
No related branches found
No related tags found
1 merge request!2100further minor cleanup in GUI Mask context
...@@ -22,13 +22,12 @@ class QPointF; ...@@ -22,13 +22,12 @@ class QPointF;
//! Static class to provide MaskEditor with common settings (colors, gradients, etc) //! Static class to provide MaskEditor with common settings (colors, gradients, etc)
class MaskEditorHelper { namespace MaskEditorHelper {
public: QBrush getSelectionMarkerBrush();
static QBrush getSelectionMarkerBrush(); QPen getSelectionMarkerPen();
static QPen getSelectionMarkerPen(); QBrush getMaskBrush(bool mask_value);
static QBrush getMaskBrush(bool mask_value); QPen getMaskPen(bool mask_value);
static QPen getMaskPen(bool mask_value); QRectF getMarkerRectangle(const QPointF& pos);
static QRectF getMarkerRectangle(const QPointF& pos);
}; };
#endif // BORNAGAIN_GUI_VIEW_SHAPE_MASKEDITORHELPER_H #endif // BORNAGAIN_GUI_VIEW_SHAPE_MASKEDITORHELPER_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment