WT_XAML_Dash_Pattern Class Reference
[GroupRenditionAttributes]

#include <XamlDashPattern.h>

Inheritance diagram for WT_XAML_Dash_Pattern:

Inheritance graph
[legend]
Collaboration diagram for WT_XAML_Dash_Pattern:

Collaboration graph
[legend]
List of all members.

Detailed Description

Rendition attribute describing a user definable line pattern.

Given a unique ID and a sequence of dash and space lengths, this object defines a custom line pattern.

Note:
Dash patterns override line patterns. When finished with the dash pattern, clients must "turn off" dash patterns by setting the current dash pattern to WT_Dash_Pattern::kNull.
Warning:
The unique ID must not conflict with the predefined line pattern definitions or the static dash pattern kNull (therefore should be >= WT_Line_Pattern::Count.) To reserve room for predefined line pattern growth in the future (which will all have positive ID's, it is suggested that dash pattern ID's begin at WT_Line_Pattern::Count+100 and increase in value from there. The toolkit does not prevent conflicts from happening.
See also:
WT_Rendition

Definition at line 50 of file XamlDashPattern.h.
WT_Result parseAttributeList (XamlXML::tAttributeMap &rMap, WT_XAML_File &rFile)
 partial materialization of shell from W2X

Public Member Functions

WT_XAML_Dash_Pattern const & operator= (WT_XAML_Dash_Pattern const &other) throw (WT_Result)

Protected Member Functions

 WT_XAML_Dash_Pattern ()
 Construct a WT_XAML_Dash_Pattern object.
 WT_XAML_Dash_Pattern (WT_Integer32 id_number, WT_Integer16 length, WT_Integer16 const *pArray) throw (WT_Result)
 Construct a WT_XAML_Dash_Pattern object with the given data.
 WT_XAML_Dash_Pattern (WT_Dash_Pattern const &r) throw (WT_Result)
 Construct a WT_XAML_Dash_Pattern object. Copy constructor.
virtual ~WT_XAML_Dash_Pattern ()
 Destroys a WT_XAML_Dash_Pattern object.

Friends

class WT_XAML_Class_Factory
class WT_XAML_Rendition


The documentation for this class was generated from the following file:
Generated on Tue Jan 6 22:40:11 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5