dwginfo.h File Reference


Detailed Description

Definition in file dwginfo.h.

#include "whiptk/whipcore.h"
#include "whiptk/timestamp.h"
#include "whiptk/informational.h"
#include "whiptk/named_view_list.h"
#include "whiptk/units.h"

Go to the source code of this file.

Classes

class  WT_Drawing_Info
 Contains drawing metadata. More...

Metadata accessor methods

The following methods provide writable access to the drawing info metadata objects.

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

Defines

#define WHIP_DRAWING_INFO_LIST


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