Class QfCogoParameter
A COGO operation parameter.
#include <qfcogooperation.h>
Public Properties
| Type | Name |
|---|---|
| property QColor | color |
| property QVariantMap | configuration |
| property QString | label |
| property QString | name |
| property QString | type |
Public Functions
| Type | Name |
|---|---|
| QfCogoParameter (const QString & type=QString(), const QString & name=QString(), const QString & label=QString(), const QColor & color=Qt::transparent, const QVariantMap & configuration=QVariantMap()) |
|
| bool | operator!= (const QfCogoParameter & other) const |
| bool | operator== (const QfCogoParameter & other) const |
Public Properties Documentation
property color
QColor QfCogoParameter::color;
The COGO parameter color.
property configuration
QVariantMap QfCogoParameter::configuration;
The COGO parameter's extra configuration details.
property label
QString QfCogoParameter::label;
The COGO parameter label.
property name
QString QfCogoParameter::name;
The COGO parameter name.
property type
QString QfCogoParameter::type;
The COGO parameter type ("point", "distance", "angle, "enum", etc.).
Public Functions Documentation
function QfCogoParameter
inline explicit QfCogoParameter::QfCogoParameter (
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 QfCogoParameter::operator!= (
const QfCogoParameter & other
) const
function operator==
inline bool QfCogoParameter::operator== (
const QfCogoParameter & other
) const
The documentation for this class was generated from the following file src/core/cogo/qfcogooperation.h