Skip to content

Class CogoParameter

ClassList > CogoParameter

A COGO operation parameter.

  • #include <cogooperation.h>

Public Properties

Type Name
property QColor color
property QVariantMap configuration
property QString label
property QString name
property QString type

Public Functions

Type Name
CogoParameter (const QString & type=QString(), const QString & name=QString(), const QString & label=QString(), const QColor & color=Qt::transparent, const QVariantMap & configuration=QVariantMap())
bool operator!= (const CogoParameter & other) const
bool operator== (const CogoParameter & other) const

Public Properties Documentation

property color

QColor CogoParameter::color;

The COGO parameter color.


property configuration

QVariantMap CogoParameter::configuration;

The COGO parameter's extra configuration details.


property label

QString CogoParameter::label;

The COGO parameter label.


property name

QString CogoParameter::name;

The COGO parameter name.


property type

QString CogoParameter::type;

The COGO parameter type ("point", "distance", "angle, "enum", etc.).


Public Functions Documentation

function CogoParameter

inline explicit CogoParameter::CogoParameter (
    const QString & type=QString(),
    const QString & name=QString(),
    const QString & label=QString(),
    const QColor & color=Qt::transparent,
    const QVariantMap & configuration=QVariantMap()
) 

function operator!=

inline bool CogoParameter::operator!= (
    const CogoParameter & other
) const

function operator==

inline bool CogoParameter::operator== (
    const CogoParameter & other
) const


The documentation for this class was generated from the following file src/core/cogo/cogooperation.h