Do not derive your own classes from this class.
Constructors & DestructorUse the constructors and destructor in this group to create and destroy objects of class ITextColorStyle.
![]() |
public:
virtual ~ITextColorStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
ITextColorStyle( unsigned char red, unsigned char green, unsigned char blue )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
ITextColorStyle(const ITextColorStyle& other)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
ITextColorStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Assignment OperatorUse this operator to assign the given ITextColorStyle object to the target one.
![]() |
public:
ITextColorStyle& operator =(const ITextColorStyle& other)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Comparing Two ITextColorStyle Objects for Equality or InequalityUse the operators in this group to test the given ITextColorStyle object against the current one for equality or inequality.
![]() |
public:
bool operator !=(const ITextColorStyle& other) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
bool operator ==(const ITextColorStyle& other) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Getting and Setting the RGB ValuesUse the functions in this group to get and set the red, green, and blue color values either collectively or individually.
![]() |
public:
unsigned char blue() const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
void colors( unsigned char& red, unsigned char& greed, unsigned char& blue ) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
unsigned char green() const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
unsigned char red() const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
void setBlue(unsigned char newValue)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
void setColors( unsigned char newRed, unsigned char newGreen, unsigned char newBlue )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
void setGreen(unsigned char newValue)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
void setRed(unsigned char newValue)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
virtual ~ICharacterStyle()
virtual ITextStyle::EStylePropagation propagates() const
virtual ~ITextStyle()
virtual EStylePropagation propagates() const = 0
virtual void addToSet(ITextStyleSet& set) const = 0
virtual void getValueFromSet(const ITextStyleSet& set) = 0
virtual bool isContainedInSet( const ITextStyleSet& set ) const = 0
virtual bool isValueContainedInSet( const ITextStyleSet& set ) const = 0
ITextStyle(const ITextStyle&)
ITextStyle()
ITextStyle& operator =(const ITextStyle&)
virtual void removeFromSet(ITextStyleSet& set) const = 0
virtual void addToSet(ITextStyleSet& set) const
virtual void getValueFromSet(const ITextStyleSet& set)
virtual bool isContainedInSet( const ITextStyleSet& set ) const
virtual bool isValueContainedInSet( const ITextStyleSet& set ) const
virtual void removeFromSet(ITextStyleSet& set) const
ICharacterStyle(const ICharacterStyle&)
ICharacterStyle()
ICharacterStyle& operator =(const ICharacterStyle&)