TParaFormatMask Class Reference
Masks the paragraph format attributes which are involved when setting and sensing paragraph formatting.
Used in conjunction with an object of class
CParaFormat
. When setting formatting, only the attributes which are set in the mask will participate in the relevant function. When sensing formatting, on return, the mask indicates which attributes were sensed from the format layer, and were not taken from the default values.
Constructor & Destructor Documentation
TParaFormatMask()
TParaFormatMask
|
(
|
)
|
[inline]
|
The default C++ constructor constructs a paragraph format mask, initialising all bits to zero.
Member Functions Documentation
AttribIsSet(TTextFormatAttribute)
Tests whether an attribute flag is set.
ClearAll()
IMPORT_C void
|
ClearAll
|
(
|
)
|
|
ClearAttrib(TTextFormatAttribute)
Clears a single attribute flag in the paragraph format mask.
IsNull()
TBool
|
IsNull
|
(
|
)
|
const [inline]
|
Tests whether the mask is NULL, indicating that no flags have been set.
SetAttrib(TTextFormatAttribute)
Sets a single attribute flag in the paragraph format mask.
operator!=(const TParaFormatMask &)
Compares two paragraph format masks for inequality.
operator==(const TParaFormatMask &)
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.