SpanListItem Class Reference

#include <xpfrgn.h>

Inheritance diagram for SpanListItem:

ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 SpanListItem (Node *pFirstNode=NULL, Node *pLastNode=NULL, BOOL bNonAlpha=FALSE)

Public Attributes

Nodem_pFirstNode
Nodem_pLastNode
BOOL m_bNonAlphaTrans

Detailed Description

Definition at line 202 of file xpfrgn.h.


Constructor & Destructor Documentation

SpanListItem::SpanListItem Node pFirstNode = NULL,
Node pLastNode = NULL,
BOOL  bNonAlpha = FALSE
[inline]
 

Definition at line 206 of file xpfrgn.h.

00207     {
00208         m_pFirstNode = pFirstNode;
00209         m_pLastNode = pLastNode ? pLastNode : pFirstNode;
00210         m_bNonAlphaTrans = bNonAlpha;
00211     }


Member Data Documentation

BOOL SpanListItem::m_bNonAlphaTrans
 

Definition at line 215 of file xpfrgn.h.

Node* SpanListItem::m_pFirstNode
 

Definition at line 213 of file xpfrgn.h.

Node* SpanListItem::m_pLastNode
 

Definition at line 214 of file xpfrgn.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 04:01:20 2007 for Camelot by  doxygen 1.4.4