linestyle.h File Reference


Detailed Description

Definition in file linestyle.h.

#include "whiptk/pattern_scale.h"

Go to the source code of this file.

Classes

class  WT_Line_Style
 Describes the attributes which affect rendered lines, polylines, and arcs. More...
class  WT_Line_Style::WT_Line_Style_Option_Code
 Provides an ID for line style option objects. More...
#define WHIP_LINE_STYLE_OPTION(class_type, __A, __B, __C, __D, __E, __F, __G)   friend class WT_##class_type;
#define WHIP_LINE_STYLE_OPTION(class_type, class_lower, class_upper, data_type, default_value, hex_bit, brief_description, full_description)   WHIP_LINE_STYLE_CLASS( class_type, class_lower, class_upper, data_type, default_value, hex_bit, brief_description, full_description )
#define WHIP_LINE_STYLE_OPTION(class_type, class_lower, class_upper, __A, __B, __C, __D, __E)   m_##class_lower = copy.m_##class_lower;
#define WHIP_LINE_STYLE_OPTION(class_type, class_lower, __A, __B, __C, __D, __E, __F)   WT_##class_type const & class_lower() const { return m_##class_lower; }
#define WHIP_LINE_STYLE_OPTION(class_type, class_lower, class_upper, __A, __B, __C, __D, __E)   WT_##class_type & class_lower() { m_fields_defined |= class_upper##_BIT; return m_##class_lower; }
#define WHIP_LINE_STYLE_OPTION(__A, __B, class_upper, __C, __D, hex_bit, __E, __F)   class_upper##_BIT = hex_bit,
#define WHIP_LINE_STYLE_OPTION(class_type, class_lower, __A, __B, __C, __D, __E, __F)   protected: WT_##class_type m_##class_lower;

Defines

#define WHIP_LINE_STYLE_LIST
#define WHIP_LINE_STYLE_CLASS(class_type, class_lower, class_upper, data_type, default_value, hex_bit, brief_description, full_description)


Generated on Tue Jan 6 22:41:13 2009 for Autodesk DWF Whip 2D Toolkit by  doxygen 1.4.5