Use the functions in this group to construct or destroy objects of class ILine.
![]() |
public:
virtual ~ILine()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
public:
ILine(IGLine2D* adoptLine, IGrafBundle* adoptBundle = 0)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
public:
ILine(const ILine&)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
public:
ILine()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the function in this group to obtain an alias for accessing the counterpart geometry.
![]() |
public:
virtual const IGLine2D* geometry()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Assignment operator. Use this operator to assign the given line object to the target one.
![]() |
public:
ILine& operator =(const ILine& source)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the function in this group to determine if the current line object intersects the given rectangle.
![]() |
public:
virtual bool intersects(const IGRect2D& rect) const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the functions in this group to adopt the line geometry or return it to the caller.
![]() |
public:
virtual void adoptGeometry(IGLine2D*)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
public:
virtual IGLine2D* orphanGeometry()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the functions in this group to obtain the bounding rectangle information for the object.
![]() |
public:
virtual IGRect2D geometricBounds() const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
public:
virtual IGRect2D looseFitBounds(const IGrafPort* = 0) const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the function in this group to draw the line to the given port.
![]() |
public:
virtual void draw(IGrafPort&) const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the functions in this group to read the object in from the specified stream or write it out to it.
![]() |
protected:
virtual void readFromStream(IDataStream& toWhere)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
protected:
virtual void writeToStream(IDataStream& toWhere) const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use this function to test the current ILine object against the given IMDrawable object for equality.
![]() |
public:
virtual bool operator ==(const IMDrawable&) const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the function in this group to change the line's shape or position.
![]() |
public:
virtual void transformBy(const IGrafMatrix&)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
virtual ~IMDrawable()
bool operator !=(const IMDrawable&) const
virtual ~IMGraphic()
virtual void adoptAttributeState( IAttributeState* adoptedAttributeState )
virtual void adoptBundle(IGrafBundle* adoptedBundle)
virtual const IAttributeState* attributeState() const
virtual const IGrafBundle* bundle() const
virtual void draw(IGrafPort& port) const = 0
virtual IGRect2D geometricBounds() const = 0
IMGraphic()
virtual IAttributeState* orphanAttributeState()
virtual IGrafBundle* orphanBundle()
virtual void rotateBy( GDegrees, const IGPoint2D& centerOfRotation = IGPoint2D::origin ( ) )
virtual void scaleBy( const IGPoint2D&, const IGPoint2D& centerOfScale = IGPoint2D::origin ( ) )
virtual void transformBy(const IGrafMatrix&) = 0
virtual void translateBy(const IGPoint2D&)
virtual ~IMStreamable()
void externalizeToStream(IDataStream& towhere) const
void internalizeFromStream(IDataStream& fromwhere)
virtual const ITypeRepresentation& typeRepresentation() const = 0
IMDrawable()
IMDrawable(const IMDrawable&)
IMDrawable& operator =(const IMDrawable& source)
IMGraphic(IGrafBundle* adoptedBundle)
IMGraphic(const IMGraphic&)
IMGraphic& operator =(const IMGraphic& source)
virtual void resetTimeStamp()
void setHit(bool flag)
virtual void setTimeStamp(const unsigned long&)
virtual unsigned long timeStamp() const
virtual void updateTimeStamp()
IMStreamable(const IMStreamable& other)
IMStreamable()
virtual void readFromStream(IDataStream& fromwhere) = 0
virtual void writeToStream(IDataStream& towhere) const = 0