rendition.h File Reference


Detailed Description

Definition in file rendition.h.

#include "whiptk/whipcore.h"
#include "whiptk/rendopts.h"
#include "whiptk/dwginfo.h"
#include "whiptk/color.h"
#include "whiptk/colormap.h"
#include "whiptk/backgrnd.h"
#include "whiptk/fill.h"
#include "whiptk/view.h"
#include "whiptk/viewport.h"
#include "whiptk/visible.h"
#include "whiptk/lweight.h"
#include "whiptk/marksize.h"
#include "whiptk/marksymb.h"
#include "whiptk/projection.h"
#include "whiptk/url.h"
#include "whiptk/layer.h"
#include "whiptk/object_node.h"
#include "whiptk/font.h"
#include "whiptk/code_page.h"
#include "whiptk/linepat.h"
#include "whiptk/dashpat.h"
#include "whiptk/linestyle.h"
#include "whiptk/plotinfo.h"
#include "whiptk/merge_control.h"
#include "whiptk/font_extension.h"
#include "whiptk/plot_optimized.h"
#include "whiptk/fillpat.h"
#include "whiptk/blockref.h"
#include "whiptk/penpat.h"
#include "whiptk/delineate.h"
#include "whiptk/macro_scale.h"
#include "whiptk/macro_index.h"
#include "whiptk/text_background.h"
#include "whiptk/text_halign.h"
#include "whiptk/text_valign.h"
#include "whiptk/usrfillpat.h"
#include "whiptk/usrhatchpat.h"
#include "whiptk/contrastcolor.h"
#include "whiptk/attribute_url.h"

Go to the source code of this file.

Classes

class  WT_Rendition
 Contains attributes to be applied to geometry. More...

Rendition attribute accessor methods

The following methods provide writable access to the rendition attributes.
See also:
Rendition attributes


#define WHIP_ATTRIBUTE_MACRO(class_name, class_lower)   WT_##class_name m_##class_lower;
#define WHIP_ATTRIBUTE_MACRO(class_name, class_lower)   , m_##class_lower (other.m_##class_lower)
#define WHIP_ATTRIBUTE_MACRO(class_name, class_lower)   m_##class_lower = other.m_##class_lower;
#define WHIP_ATTRIBUTE_MACRO(class_name, class_lower)   virtual WT_##class_name const & class_lower() const { return m_##class_lower; }
#define WHIP_ATTRIBUTE_MACRO(class_name, class_lower)   virtual WT_##class_name & class_lower() { m_changed_flags |= class_name##_Bit; return m_##class_lower; }

Defines

#define WHIP_ATTRIBUTE_LIST


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