rendopts.h File Reference


Detailed Description

Definition in file rendopts.h.

#include "whiptk/whipcore.h"
#include "whiptk/backgrnd.h"
#include "whiptk/view.h"
#include "whiptk/plot_optimized.h"
#include "whiptk/inked_area.h"
#include "whiptk/penpat_options.h"

Go to the source code of this file.

Classes

class  WT_Rendering_Options
 Options stored in the rendition which describe drawing details of interest to a rendering application. More...

Rendering option accessor methods

The following methods provide writable access to the rendering options.
See also:
Rendering attributes


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

Defines

#define WHIP_RENDERING_OPTION_LIST


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