#include <AcDbBlockParamValueSet.h>
|
| | AcDbBlockParamValueSet (AcDbBlockParamValueSet const &) |
| |
| | AcDbBlockParamValueSet (void) |
| |
| bool | angDir (void) const |
| |
| bool | angular (void) const |
| |
| bool | useIncrement (void) const |
| |
| bool | useMaximum (void) const |
| |
| bool | useMinimum (void) const |
| |
| bool | useValueList (void) const |
| |
| AcGeDoubleArray | sortedValueListIncluding (double) const |
| |
| AcGeDoubleArray | valueList (void) const |
| |
| AcDbBlockParamValueSet & | operator= (AcDbBlockParamValueSet const &) |
| |
| double | increment (void) const |
| |
| double | maximum (void) const |
| |
| double | minimum (void) const |
| |
| virtual | ~AcDbBlockParamValueSet (void) |
| |
| virtual bool | valueIsLegal (double, double) const |
| |
| virtual double | closestLegalValue (double, double) const |
| |
| virtual Acad::ErrorStatus | dwgInFieldsHelper (AcDbDwgFiler *) |
| |
| virtual Acad::ErrorStatus | dwgOutFieldsHelper (AcDbDwgFiler *) const |
| |
| virtual Acad::ErrorStatus | dxfInFieldsHelper (AcDbDxfFiler *, short, short, short, short, short, short) |
| |
| virtual Acad::ErrorStatus | dxfOutFieldsHelper (AcDbDxfFiler *, short, short, short, short, short, short) const |
| |
| void | list (AcString, AcString, AcString, AcString) const |
| |
| void | setAngDir (bool) |
| |
| void | setAngular (bool) |
| |
| void | setIncrement (double) |
| |
| void | setIncrement (double, bool) |
| |
| void | setMaximum (double) |
| |
| void | setMaximum (double, bool) |
| |
| void | setMinimum (double) |
| |
| void | setMinimum (double, bool) |
| |
| void | setUseIncrement (bool) |
| |
| void | setUseMaximum (bool) |
| |
| void | setUseMinimum (bool) |
| |
| void | setUseValueList (bool) |
| |
| void | setValueList (AcGeDoubleArray const &) |
| |
| void | setValueList (AcGeDoubleArray const &, bool) |
| |
| void | updateValue (double) |
| |
| virtual AcRxObject * | queryX (AcRxClass const *) const |
| |
| AcRxObject * | x (AcRxClass const *) const |
| |
| virtual AcRxClass * | isA (void) const |
| |
| virtual AcRxObject * | clone (void) const |
| |
| virtual AcRx::Ordering | comparedTo (AcRxObject const *) const |
| |
| virtual Acad::ErrorStatus | copyFrom (AcRxObject const *) |
| |
| virtual int | isEqualTo (AcRxObject const *) const |
| |
| bool | isKindOf (const AcRxClass *pOtherClass) const |
| |
| virtual | ~AcRxObject (void) |
| |
| | AcRTTIObject () |
| |
| virtual | ~AcRTTIObject () |
| |
| | AcObject () |
| |
| | AcObject (const AcObject &source) |
| |
| virtual | ~AcObject () |
| |
| void * | data () const |
| |
Definition at line 27 of file AcDbBlockParamValueSet.h.
◆ AcDbBlockParamValueSet() [1/3]
◆ AcDbBlockParamValueSet() [2/3]
| AcDbBlockParamValueSet::AcDbBlockParamValueSet |
( |
void | | ) |
|
◆ ~AcDbBlockParamValueSet()
| virtual AcDbBlockParamValueSet::~AcDbBlockParamValueSet |
( |
void | | ) |
|
|
virtual |
◆ AcDbBlockParamValueSet() [3/3]
| AcDbBlockParamValueSet::AcDbBlockParamValueSet |
( |
void * | | ) |
|
|
protected |
◆ angDir()
| bool AcDbBlockParamValueSet::angDir |
( |
void | | ) |
const |
◆ angular()
| bool AcDbBlockParamValueSet::angular |
( |
void | | ) |
const |
◆ closestLegalValue()
◆ dwgInFieldsHelper()
◆ dwgOutFieldsHelper()
◆ dxfInFieldsHelper()
◆ dxfOutFieldsHelper()
◆ increment()
| double AcDbBlockParamValueSet::increment |
( |
void | | ) |
const |
◆ list()
◆ maximum()
| double AcDbBlockParamValueSet::maximum |
( |
void | | ) |
const |
◆ minimum()
| double AcDbBlockParamValueSet::minimum |
( |
void | | ) |
const |
◆ operator=()
◆ setAngDir()
| void AcDbBlockParamValueSet::setAngDir |
( |
bool | | ) |
|
◆ setAngular()
| void AcDbBlockParamValueSet::setAngular |
( |
bool | | ) |
|
◆ setIncrement() [1/2]
| void AcDbBlockParamValueSet::setIncrement |
( |
double | | ) |
|
◆ setIncrement() [2/2]
◆ setMaximum() [1/2]
| void AcDbBlockParamValueSet::setMaximum |
( |
double | | ) |
|
◆ setMaximum() [2/2]
◆ setMinimum() [1/2]
| void AcDbBlockParamValueSet::setMinimum |
( |
double | | ) |
|
◆ setMinimum() [2/2]
◆ setUseIncrement()
| void AcDbBlockParamValueSet::setUseIncrement |
( |
bool | | ) |
|
◆ setUseMaximum()
| void AcDbBlockParamValueSet::setUseMaximum |
( |
bool | | ) |
|
◆ setUseMinimum()
| void AcDbBlockParamValueSet::setUseMinimum |
( |
bool | | ) |
|
◆ setUseValueList()
| void AcDbBlockParamValueSet::setUseValueList |
( |
bool | | ) |
|
◆ setValueList() [1/2]
◆ setValueList() [2/2]
◆ sortedValueListIncluding()
◆ updateValue()
| void AcDbBlockParamValueSet::updateValue |
( |
double | | ) |
|
◆ useIncrement()
| bool AcDbBlockParamValueSet::useIncrement |
( |
void | | ) |
const |
◆ useMaximum()
| bool AcDbBlockParamValueSet::useMaximum |
( |
void | | ) |
const |
◆ useMinimum()
| bool AcDbBlockParamValueSet::useMinimum |
( |
void | | ) |
const |
◆ useValueList()
| bool AcDbBlockParamValueSet::useValueList |
( |
void | | ) |
const |
◆ valueIsLegal()
◆ valueList()
The documentation for this class was generated from the following file: