ITextUneditableStyle
- Provides a style that determines whether the text the style applies to is editable or not. TRUE means
that the text is not editable.
A style that determines whether the text it is applied to is editable or not (true means NOT editable).
Do not derive your own classes from this class.
ITextUneditableStyle - Member Functions and Data by Group
Constructors & Destructor
Use these constructors and destructors to create and destroy objects of class ITextUneditableStyle.
- ~ITextUneditableStyle
public:
virtual ~ITextUneditableStyle()
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
- ITextUneditableStyle
Overload 1
public:
ITextUneditableStyle()
- The default constructor leaves the style in an undefined state!
A default-constructed style must have its value filled in in
some way before it is used for anything!
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
Overload 2
public:
ITextUneditableStyle(const ITextUneditableStyle& other)
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
- operator =
public:
ITextUneditableStyle&
operator =( const ITextUneditableStyle& other )
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
Comparing Two ITextUneditableStyle Values for Equality or Inequality
Use these operators to compare the contents of two ITextUneditableStyle objects to determine if they are equal or not.
- operator !=
public:
bool operator !=(const ITextUneditableStyle& other) const
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
- operator ==
public:
bool operator ==(const ITextUneditableStyle& other) const
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
Getting and Setting the ITextUneditableStyle Value
Use these functions to determine if ITextUneditableStyle is set, to set it to uneditable, and to get its current setting, testing if it is set
to uneditable.
- isUneditable
public:
bool isUneditable() const
- Tests the value of ITextUneditable style to determine if it is set to uneditable.
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
- ITextUneditableStyle
- Tests to determine if ITextUneditableStyle is set.
public:
ITextUneditableStyle(bool isSet)
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
- setUneditable
public:
void setUneditable(bool value)
- Sets the style to specify that the text is not editable.
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
Inherited Public Functions
- ICharacterStyle
-
- ITextStyle
-
Inherited Public Data
Inherited Protected Functions
- ITextStyle
-
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()
ITextStyle(const ITextStyle&)
ITextStyle& operator =(const ITextStyle&)
virtual void removeFromSet(ITextStyleSet& set) const = 0
- ITextUneditableStyle
-
- ICharacterStyle
-
Inherited Protected Data