Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TAbstractParagraphStyle
Inherited By:
None.
Purpose:
TAbstractLongParagraphStyle is an abstract class used to build paragraph styles containing a long value.
Instantiation:
Abstract class; do not instantiate directly.
Deriving Classes:
Derive a paragraph style class from TAbstractLongParagraphStyle when the class needs to contain a value of type long.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
Other Considerations:
None.
virtual long Value () const
Interface Category:
API.
Purpose:
Access function that returns the value of type long that is stored by this class.
Calling Context:
Called to check the value.
Parameters:
Return Value:
The value of type long that is stored by this class.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
bool operator ==(const TStyle & style) const
Interface Category:
API.
Purpose:
Tests whether this object is equivalent to the argument object.
Calling Context:
Called to test equivalence of the two objects on either side of the ==symbol.
Parameters:
- const TStyle & style -The style object to be compared to this object.
Return Value:
Returns true if the objects are equivalent.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual TStream & operator >>=(TStream & toWhere) const
Interface Category:
API.
Purpose:
Stream-out operator.
Calling Context:
Called to stream out data.
Parameters:
- TStream & toWhere -The stream the object streams itself out to.
Return Value:
Returns a reference to the stream the object streams itself out to.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual TStream & operator <<= (TStream & fromWhere)
Interface Category:
API.
Purpose:
Stream-in operator.
Calling Context:
Called to stream in data.
Parameters:
- TStream & fromWhere -The stream the object streams itself in from.
Return Value:
Returns a reference to the stream the object streams itself in from.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
- TAbstractLongParagraphStyle (const TAbstractLongParagraphStyle & that)
- TAbstractLongParagraphStyle (const long value)
- TAbstractLongParagraphStyle ()
Interface Category:
API.
Purpose:
- Copy constructor. This constructor is protected.
- Constructor for creating a TAbstractLongParagraphStyle with the specified long value. This constructor is protected.
- Default constructor. This constructor is protected.
Calling Context:
- Called to copy an object.
- Called to create a TAbstractLongParagraphStyle with the specified long value.
- Called by the stream-in operators.
Parameters:
- const TAbstractLongParagraphStyle & that -The object to copy.
- const long value -The long value to be stored by this object.
- Takes no parameters.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
TAbstractLongParagraphStyle & operator =(const TAbstractLongParagraphStyle &)
Interface Category:
API.
Purpose:
Assignment operator.
Calling Context:
Called when an object is assigned to another compatible object.
Parameters:
Return Value:
A non-const reference to the left-hand side object.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
This function is protected.
virtual ~ TAbstractLongParagraphStyle ()
Interface Category:
API.
Purpose:
Destructor.
Calling Context:
Called to destroy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
This function is protected.
virtual const TStyleName & GetName () const
Interface Category:
API.
Purpose:
Returns the style name.
Calling Context:
Called to determine the name of this style.
Parameters:
Return Value:
The style name.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
This is a protected pure virtual function and needs to be overridden.
virtual void Set (long)
Interface Category:
API.
Purpose:
Sets the long value stored by this object to the specified value.
Calling Context:
Protected member function: to be called only by derived classes to initialize or change the value.
Parameters:
- long -The long value to be stored.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
This function is protected.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.