CFx SDK Documentation 2024 SP0
|
This is the complete list of members for ExtBar::RangeElement, including all inherited members.
attachSomeData(void *pData)=0 | ExtBar::Element | pure virtual |
cast(Element *pIface) | ExtBar::RangeElement | inlinestatic |
elementId() const =0 | ExtBar::Element | pure virtual |
elementInterface(ElementType type)=0 | ExtBar::Element | pure virtual |
elementType() const =0 | ExtBar::Element | pure virtual |
getAttachedData() const =0 | ExtBar::Element | pure virtual |
getDeltaFP() const =0 | ExtBar::RangeElement | pure virtual |
getDeltaInt() const =0 | ExtBar::RangeElement | pure virtual |
getImpl() const =0 | ExtBar::Element | pure virtual |
getPosFP() const =0 | ExtBar::RangeElement | pure virtual |
getPosInt() const =0 | ExtBar::RangeElement | pure virtual |
getPosUInt() const =0 | ExtBar::RangeElement | pure virtual |
getRangeMaxFP() const =0 | ExtBar::RangeElement | pure virtual |
getRangeMaxInt() const =0 | ExtBar::RangeElement | pure virtual |
getRangeMaxUInt() const =0 | ExtBar::RangeElement | pure virtual |
getRangeMinFP() const =0 | ExtBar::RangeElement | pure virtual |
getRangeMinInt() const =0 | ExtBar::RangeElement | pure virtual |
getRangeMinUInt() const =0 | ExtBar::RangeElement | pure virtual |
isDisabled() const =0 | ExtBar::Element | pure virtual |
isFP() const =0 | ExtBar::RangeElement | pure virtual |
isSigned() const =0 | ExtBar::RangeElement | pure virtual |
setDeltaFP(double fDelta)=0 | ExtBar::RangeElement | pure virtual |
setDeltaInt(OdInt32 nDelta)=0 | ExtBar::RangeElement | pure virtual |
setDisabled(bool bDisable)=0 | ExtBar::Element | pure virtual |
setFP(double fPos=0.0, double fMin=DBL_MIN, double fMax=DBL_MAX, double fDelta=0.01)=0 | ExtBar::RangeElement | pure virtual |
setFP(bool bFP)=0 | ExtBar::RangeElement | pure virtual |
setInt(OdInt32 nPos=0, OdInt32 nMin=INT_MIN, OdInt32 nMax=INT_MAX, OdInt32 nDelta=1)=0 | ExtBar::RangeElement | pure virtual |
setPosFP(double fPos)=0 | ExtBar::RangeElement | pure virtual |
setPosInt(OdInt32 nPos)=0 | ExtBar::RangeElement | pure virtual |
setPosUInt(OdUInt32 nPos)=0 | ExtBar::RangeElement | pure virtual |
setRangeFP(double fMin, double fMax)=0 | ExtBar::RangeElement | pure virtual |
setRangeInt(OdInt32 nMin, OdInt32 nMax)=0 | ExtBar::RangeElement | pure virtual |
setRangeUInt(OdUInt32 nMin, OdUInt32 nMax)=0 | ExtBar::RangeElement | pure virtual |
setSigned(bool bSigned)=0 | ExtBar::RangeElement | pure virtual |
setUInt(OdUInt32 nPos=0, OdUInt32 nMin=0, OdUInt32 nMax=UINT_MAX, OdInt32 nDelta=1)=0 | ExtBar::RangeElement | pure virtual |
~Element() | ExtBar::Element | inlinevirtual |