|
ACF $AcfVersion:0$
|
This is the complete list of members for i2d::CLine2d, including all inherited members.
| ApproxFromPoints(const QSet< i2d::CVector2d > &points) | i2d::CLine2d | |
| BeginChangeGroup(const ChangeSet &changeSet) | istd::IChangeable | inlinevirtual |
| BeginChanges(const ChangeSet &changeSet) | istd::IChangeable | inlinevirtual |
| CF_ACF_INTERNAL enum value | istd::IChangeable | |
| CF_ALL_DATA enum value | istd::IChangeable | |
| CF_ANY enum value | istd::IChangeable | |
| CF_DELEGATED enum value | istd::IChangeable | |
| CF_DESTROYING enum value | istd::IChangeable | |
| CF_NO_UNDO enum value | istd::IChangeable | |
| CF_OBJECT_POSITION enum value | i2d::IObject2d | |
| ChangeFlags enum name | i2d::IObject2d | |
| ChangeInfoMap typedef | istd::IChangeable | |
| CLine2d() | i2d::CLine2d | |
| CLine2d(const CVector2d &p1, const CVector2d &p2) | i2d::CLine2d | |
| CLine2d(double x1, double y1, double x2, double y2) | i2d::CLine2d | |
| CloneMe(CompatibilityMode mode=CM_WITHOUT_REFS) const override | i2d::CLine2d | virtual |
| CM_CONVERT enum value | istd::IChangeable | |
| CM_STRICT enum value | istd::IChangeable | |
| CM_WITH_REFS enum value | istd::IChangeable | |
| CM_WITHOUT_REFS enum value | istd::IChangeable | |
| CObject2dBase() | i2d::CObject2dBase | |
| CObject2dBase(const CObject2dBase &object2d) | i2d::CObject2dBase | |
| CObject2dBase(CObject2dBase &&object2d) | i2d::CObject2dBase | |
| CompatibilityMode enum name | istd::IChangeable | |
| CopyFrom(const IChangeable &object, CompatibilityMode mode=CM_WITHOUT_REFS) override | i2d::CLine2d | virtual |
| i2d::CObject2dBase::CopyFrom(const istd::IChangeable &object, CompatibilityMode mode=CM_WITHOUT_REFS) override | i2d::CObject2dBase | virtual |
| EndChangeGroup(const ChangeSet &changeSet) | istd::IChangeable | inlinevirtual |
| EndChanges(const ChangeSet &changeSet) | istd::IChangeable | inlinevirtual |
| GetAllChanges() | istd::IChangeable | inlinestatic |
| GetAlphaAndCastDistance(const i2d::CVector2d &point) const | i2d::CLine2d | inline |
| GetAnyChange() | istd::IChangeable | inlinestatic |
| GetBoundingBox() const override | i2d::CLine2d | virtual |
| GetCalibration() const override | i2d::CObject2dBase | virtual |
| GetCastAlpha(const i2d::CVector2d &point) const | i2d::CLine2d | inline |
| GetCenter() const override | i2d::CLine2d | virtual |
| GetClipped(const CRectangle &rect) const | i2d::CLine2d | |
| GetCutAlpha(const CLine2d &line) const | i2d::CLine2d | inline |
| GetCutPoint(const CLine2d &otherLine, i2d::CVector2d &cutPoint) const | i2d::CLine2d | |
| GetCutXPos(double linePosY) const | i2d::CLine2d | inline |
| GetCutYPos(double linePosX) const | i2d::CLine2d | inline |
| GetDelegatedChanges() | istd::IChangeable | inlinestatic |
| GetDiffVector() const | i2d::CLine2d | inline |
| GetDirectionAngle() const | i2d::CLine2d | |
| GetDistance(const CVector2d &position) const | i2d::CLine2d | |
| GetExtendedDistance(const CVector2d &position) const | i2d::CLine2d | |
| GetExtendedIntersection(const CLine2d &line, CVector2d &result) const | i2d::CLine2d | |
| GetExtendedNearestPoint(const i2d::CVector2d &point) const | i2d::CLine2d | |
| GetFactoryId() const override | i2d::CLine2d | virtual |
| GetIntercept() const | i2d::CLine2d | |
| GetIntersection(const CLine2d &line, CVector2d &result) const | i2d::CLine2d | |
| GetInvTransformed(const ITransformation2d &transformation, IObject2d &result, ITransformation2d::ExactnessMode mode=ITransformation2d::EM_NONE, double *errorFactorPtr=NULL) const override | i2d::CLine2d | virtual |
| GetLength() const | i2d::CLine2d | |
| GetLength2() const | i2d::CLine2d | |
| GetMaxDistance(const CVector2d &position) const | i2d::CLine2d | |
| GetMinimalVersion(int versionId) const | iser::ISerializable | inlinevirtual |
| GetNearestPoint(const i2d::CVector2d &point) const | i2d::CLine2d | |
| GetNoChanges() | istd::IChangeable | inlinestatic |
| GetPoint1() const | i2d::CLine2d | inline |
| GetPoint1Ref() | i2d::CLine2d | inline |
| GetPoint2() const | i2d::CLine2d | inline |
| GetPoint2Ref() | i2d::CLine2d | inline |
| GetPositionFromAlpha(double alpha) const | i2d::CLine2d | |
| GetShortestConnection(const i2d::CVector2d &point) const | i2d::CLine2d | |
| GetShortestConnection(const CLine2d &line) const | i2d::CLine2d | |
| GetShortestConnectionToNext(const CLine2d &line) const | i2d::CLine2d | |
| GetShortestEndConnection(const CLine2d &line) const | i2d::CLine2d | |
| GetSlope() const | i2d::CLine2d | |
| GetSupportedOperations() const override | i2d::CLine2d | virtual |
| GetSwapped() const | i2d::CLine2d | |
| GetTransformed(const ITransformation2d &transformation, IObject2d &result, ITransformation2d::ExactnessMode mode=ITransformation2d::EM_NONE, double *errorFactorPtr=NULL) const override | i2d::CLine2d | virtual |
| GetTypeName() | i2d::CLine2d | static |
| Intersects(const CVector2d &lhsp1, const CVector2d &lhsp2, const CVector2d &rhsp1, const CVector2d &rhsp2) | i2d::CLine2d | static |
| InvTransform(const ITransformation2d &transformation, ITransformation2d::ExactnessMode mode=ITransformation2d::EM_NONE, double *errorFactorPtr=NULL) override | i2d::CLine2d | virtual |
| IsEqual(const IChangeable &object) const | istd::IChangeable | inlinevirtual |
| IsIntersectedBy(const CLine2d &line) const | i2d::CLine2d | |
| IsNull() const | i2d::CLine2d | inline |
| IsParallel(const CLine2d &line) const | i2d::CLine2d | |
| MoveCenterTo(const CVector2d &position) override | i2d::CLine2d | virtual |
| OnBeginChanges() | istd::IChangeable | inlineprotectedvirtual |
| OnEndChanges(const ChangeSet &changeSet) | istd::IChangeable | inlineprotectedvirtual |
| operator!=(const CLine2d &line) const | i2d::CLine2d | inline |
| operator=(const CObject2dBase &object2d) | i2d::CObject2dBase | |
| operator=(CObject2dBase &&object2d) | i2d::CObject2dBase | |
| operator==(const CLine2d &line) const | i2d::CLine2d | inline |
| PushBeginPoint(const i2d::CVector2d &newBeginPoint) | i2d::CLine2d | |
| PushBeginPointQuiet(const i2d::CVector2d &newBeginPoint) | i2d::CLine2d | inline |
| PushEndPoint(const i2d::CVector2d &newEndPoint) | i2d::CLine2d | |
| PushEndPointQuiet(const i2d::CVector2d &newEndPoint) | i2d::CLine2d | inline |
| ResetData(CompatibilityMode mode=CM_WITHOUT_REFS) override | i2d::CObject2dBase | virtual |
| s_objectModifiedChange | i2d::CObject2dBase | protectedstatic |
| s_objectMovedChange | i2d::CObject2dBase | protectedstatic |
| Serialize(iser::IArchive &archive) override | i2d::CLine2d | virtual |
| SetCalibration(const ICalibration2d *calibrationPtr, bool releaseFlag=false) override | i2d::CObject2dBase | virtual |
| SetPoint1(const CVector2d &point) | i2d::CLine2d | |
| SetPoint1Quiet(const CVector2d &point) | i2d::CLine2d | inline |
| SetPoint2(const CVector2d &point) | i2d::CLine2d | |
| SetPoint2Quiet(const CVector2d &point) | i2d::CLine2d | inline |
| SO_CLONE enum value | istd::IChangeable | |
| SO_COMPARE enum value | istd::IChangeable | |
| SO_COPY enum value | istd::IChangeable | |
| SO_NONE enum value | istd::IChangeable | |
| SO_OBSERVE enum value | istd::IChangeable | |
| SO_RESET enum value | istd::IChangeable | |
| SupportedOperations enum name | istd::IChangeable | |
| Transform(const ITransformation2d &transformation, ITransformation2d::ExactnessMode mode=ITransformation2d::EM_NONE, double *errorFactorPtr=NULL) override | i2d::CLine2d | virtual |
| ~IPolymorphic() | istd::IPolymorphic | inlinevirtual |