This group contains the constructors and destructor that create and destroy objects of class IGraphicHierarchy.
![]() |
public:
virtual ~IGraphicHierarchy()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
protected:
IGraphicHierarchy(IGrafBundle* adoptBundle)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
protected:
IGraphicHierarchy(const IGraphicHierarchy&)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
protected:
IGraphicHierarchy()
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the operator in this group to assign the given object to the target one.
![]() |
protected:
IGraphicHierarchy& operator =( const IGraphicHierarchy& source )
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the function in this group to create an IGraphicHierarchy iterator.
![]() |
public:
virtual IGraphicIterator* createIterator() const = 0
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the functions in this group to get the objects bounding rectangle.
![]() |
public:
virtual IGRect2D geometricBounds() const = 0
Windows | OS/2 | AIX |
Yes | Yes | Yes |
![]() |
public:
virtual IGRect2D looseFitBounds( const IGrafPort* = 0 ) const = 0
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the function in this group to draw the object to the port.
![]() |
public:
virtual void draw(IGrafPort&) const = 0
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use the functions in this group to stream the object in and out.
![]() |
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 functions in this group to test the IGraphicHierarchy with an 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 transform the shape of the object or change its position.
![]() |
public:
virtual void transformBy(const IGrafMatrix&) = 0
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
IMGraphic()
virtual IGRect2D looseFitBounds(const IGrafPort* = 0) const
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 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(const IMGraphic&)
IMGraphic(IGrafBundle* adoptedBundle)
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