ddc
Public Member Functions | Public Attributes | List of all members
CDomen Struct Reference

#include <Domen.h>

Collaboration diagram for CDomen:
Collaboration graph
[legend]

Public Member Functions

 CDomen ()
 
 ~CDomen ()
 
int AddItem (const char *s, int Length)
 
void DelItem (int Offset, int Length)
 
bool IsEmpty () const
 

Public Attributes

int DomId
 
char DomStr [DomStrSize]
 
char Format [255]
 
char Source
 
bool IsDelim
 
bool IsFree
 
WORD ItemsCount
 
BYTE Parts [MaxDomensUnionSize]
 
BYTE PartsSize
 
int DropDownCount
 
DWORD Color
 
char * m_Items
 
int m_ItemsLength
 
TItemContainerm_pParent
 
int m_StartDomItem
 
int m_EndDomItem
 
BYTE m_DomNo
 
bool m_bFreed
 

Constructor & Destructor Documentation

◆ CDomen()

CDomen::CDomen ( )

◆ ~CDomen()

CDomen::~CDomen ( )

References m_Items.

Member Function Documentation

◆ AddItem()

int CDomen::AddItem ( const char *  s,
int  Length 
)

References m_Items, and m_ItemsLength.

◆ DelItem()

void CDomen::DelItem ( int  Offset,
int  Length 
)

◆ IsEmpty()

bool CDomen::IsEmpty ( ) const

References m_StartDomItem.

Referenced by TItemContainer::BuildOneFieldFormat().

Here is the caller graph for this function:

Member Data Documentation

◆ DomId

int CDomen::DomId

◆ DomStr

char CDomen::DomStr[DomStrSize]

◆ Format

char CDomen::Format[255]

◆ Source

char CDomen::Source

◆ IsDelim

bool CDomen::IsDelim

◆ IsFree

bool CDomen::IsFree

◆ ItemsCount

WORD CDomen::ItemsCount

◆ Parts

BYTE CDomen::Parts[MaxDomensUnionSize]

◆ PartsSize

BYTE CDomen::PartsSize

◆ DropDownCount

int CDomen::DropDownCount

◆ Color

DWORD CDomen::Color

◆ m_Items

char* CDomen::m_Items

◆ m_ItemsLength

int CDomen::m_ItemsLength

◆ m_pParent

TItemContainer* CDomen::m_pParent

◆ m_StartDomItem

int CDomen::m_StartDomItem

◆ m_EndDomItem

int CDomen::m_EndDomItem

◆ m_DomNo

BYTE CDomen::m_DomNo

◆ m_bFreed

bool CDomen::m_bFreed

Referenced by CDomen().


The documentation for this struct was generated from the following files: