27 #ifndef GLVIEWER_ASPECTLINE_H
28 #define GLVIEWER_ASPECTLINE_H
35 #pragma warning( disable:4251 )
69 void setLineColors( QColor nc = Qt::black,
71 QColor sc = Qt::red );
73 int setLineWidth(
const float theWidth );
78 int setLineType(
const int theType );
86 void getLineColors( QColor& theNC, QColor& theHC, QColor& theSC )
const;
96 QByteArray getByteCopy()
const;
119 #pragma warning ( default:4251 )
#define GLVIEWER_API
Macro for exports.
Definition: GLViewer.h:37
Class for manage of presentations in GLViewer.
Definition: GLViewer_AspectLine.h:44
QColor myNColor
A normal color.
Definition: GLViewer_AspectLine.h:106
QColor myHColor
A highlight color.
Definition: GLViewer_AspectLine.h:108
QColor mySColor
A select color.
Definition: GLViewer_AspectLine.h:110
float getLineWidth() const
A function for getting information about line width.
Definition: GLViewer_AspectLine.h:88
float myLineWidth
A line width.
Definition: GLViewer_AspectLine.h:112
int getLineType() const
A function for getting information about line type.
Definition: GLViewer_AspectLine.h:90
int myLineType
A line type.
Definition: GLViewer_AspectLine.h:115