BCGSuite for MFC
CBCGPDiagramTextDataObject

Detailed Description

The CBCGPDiagramTextDataObject encapsulates the part of text information inside a diagram item. The class is used by CBCGPDiagramTableShape to represent the table text. Each line of text in a table is a separate CBCGPDiagramTextDataObject object.

See also
CBCGPVisualDataObject
+ Inheritance diagram for CBCGPDiagramTextDataObject:

Public Member Functions

 CBCGPDiagramTextDataObjectConstructor.
 
 GetTextGets the text label.
 
 GetTextColorGets text color.
 
 GetTextFormatGets text format.
 
 SetTextSets a new text label.
 
 SetTextSets a new text label.
 
 SetTextSets a new text label.
 
 SetTextColorSets text color.
 
 SetTextFormatSets text format.
 
- Public Member Functions inherited from CBCGPVisualDataObject
 CBCGPVisualDataObjectDefault constructor.
 
 CBCGPVisualDataObjectCopy constructor.
 
 GetParentVisualGets the parent visual object.
 
 GetValueGets the value.
 
 SetValueSets a value.
 
- Public Member Functions inherited from CBCGPAnimationManager
 CBCGPAnimationManagerDefault constructor.
 
 GetAnimatedValueGets current animated value.
 
 GetAnimationDurationGets animation duration.
 
 GetLastAnimationErrorGets the animation error returned by recent call to Windows Animation API.
 
 IsAnimatedChecks if animation is running.
 
 StartAnimationStarts an animation.
 
 StartFlashAnimationStarts "flash" animation.
 
 StopAnimationStops an animation.
 

Additional Inherited Members

- Public Types inherited from CBCGPAnimationManager
enum  BCGPAnimationType
 
- Static Public Member Functions inherited from CBCGPAnimationManager
 IsAnimationSupportedByOSChecks if animation is supported by OS.
 
- Protected Member Functions inherited from CBCGPAnimationManager
 OnAnimationIdleCalled by the framework in an animation idle time.