Class CogoVisualGuide
A COGO visual guide.
#include <cogooperation.h>
Public Types
| Type | Name |
|---|---|
| enum | Type |
Public Properties
| Type | Name |
|---|---|
| property QColor | color |
| property QVariantMap | details |
| property QColor | outlineColor |
| property Type | type |
Public Functions
| Type | Name |
|---|---|
| CogoVisualGuide (Type type=Point, const QVariantMap & details=QVariantMap(), const QColor & color=COLOR_NEUTRAL, const QColor & outlineColor=QColor(255, 255, 255, 127)) |
Public Types Documentation
enum Type
enum CogoVisualGuide::Type {
Point,
Line,
Circle,
Label
};
Public Properties Documentation
property color
QColor CogoVisualGuide::color;
The COGO visual guide color.
property details
QVariantMap CogoVisualGuide::details;
The COGO visual guide details.
property outlineColor
QColor CogoVisualGuide::outlineColor;
The COGO visual guide outline color.
property type
Type CogoVisualGuide::type;
The COGO visual guide type (point, line, circle, label, etc.)
Public Functions Documentation
function CogoVisualGuide
inline explicit CogoVisualGuide::CogoVisualGuide (
Type type=Point,
const QVariantMap & details=QVariantMap(),
const QColor & color=COLOR_NEUTRAL,
const QColor & outlineColor=QColor(255, 255, 255, 127)
)
The documentation for this class was generated from the following file src/core/cogo/cogooperation.h