Use the functions in this group to construct or destroy objects of class ILoop.
![]() |
public:
virtual ~ILoop()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
public:
ILoop(const ILoop&)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
public:
ILoop(IGLoop2D* adoptLoop, IGrafBundle* adoptBundle = 0)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
public:
ILoop()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the functions in this group to obtain ownership of a geometry or to return it to the caller.
![]() |
public:
virtual void adoptGeometry(IGLoop2D*)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
public:
virtual IGLoop2D* orphanGeometry()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the function in this group to assign the given ILoop object to the target one.
![]() |
public:
ILoop& operator =(const ILoop& source)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the function in this group to draw the geometry to the given graphics port.
![]() |
public:
virtual void draw(IGrafPort&) const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the functions in this group to get the bounding rectangle of the geometry or the device dependent bounds of the graphic.
![]() |
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 functions in this group to transforms the graphic using the specified transformation matrix.
![]() |
public:
virtual void transformBy(const IGrafMatrix&)
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 IGLoop2D* geometry()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the function in this group to determine if the loop intersects the given triangle.
![]() |
public:
virtual bool intersects(const IGRect2D& rect) const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the functions in this group to read in the ILoop object or write it out to the given stream.
![]() |
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 the function in this group to test the ILoop against an IMDrawable object for equality.
![]() |
public:
virtual bool operator ==(const IMDrawable&) const
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(const IMDrawable&)
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