Use the functions in this group to create and destroy IArea objects.
![]() |
public:
virtual ~IArea()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
public:
IArea(const IArea&)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
public:
IArea(IGArea* adoptArea, IGrafBundle* adoptBundle = 0)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
public:
IArea()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the objects in this group to access the geometry, adopt it, or revert ownership of it to the caller.
![]() |
public:
virtual void adoptGeometry(IGArea*)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
public:
virtual const IGArea* geometry()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
public:
virtual IGArea* orphanGeometry()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the operator in this group to assign the given geometry to the target one.
![]() |
public:
IArea& operator =(const IArea& source)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the functions in this group to get the geometry's bounding rectangle information.
![]() |
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 transform the area's shape and change its position.
![]() |
public:
virtual void transformBy(const IGrafMatrix&)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the function in this group to determine if the area intersects a given rectangle.
![]() |
public:
virtual bool intersects(const IGRect2D& rect) const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the function in this group to draw the area to the port.
![]() |
public:
virtual void draw(IGrafPort&) const
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the functions in this group to read an object in from and write it out to the specified 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 operator in this group to test an IArea object against an IMDrawable one 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