ddc
|
#include <Domen.h>
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 |
TItemContainer * | m_pParent |
int | m_StartDomItem |
int | m_EndDomItem |
BYTE | m_DomNo |
bool | m_bFreed |
CDomen::CDomen | ( | ) |
References m_bFreed, m_EndDomItem, m_Items, m_ItemsLength, and m_StartDomItem.
CDomen::~CDomen | ( | ) |
References m_Items.
int CDomen::AddItem | ( | const char * | s, |
int | Length | ||
) |
References m_Items, and m_ItemsLength.
void CDomen::DelItem | ( | int | Offset, |
int | Length | ||
) |
References m_EndDomItem, m_Items, m_ItemsLength, and m_StartDomItem.
bool CDomen::IsEmpty | ( | ) | const |
References m_StartDomItem.
Referenced by TItemContainer::BuildOneFieldFormat().
int CDomen::DomId |
Referenced by TItemContainer::WriteDomens().
char CDomen::DomStr[DomStrSize] |
char CDomen::Format[255] |
char CDomen::Source |
bool CDomen::IsDelim |
bool CDomen::IsFree |
Referenced by TItemContainer::WriteDomens().
WORD CDomen::ItemsCount |
Referenced by TItemContainer::WriteDomens().
BYTE CDomen::Parts[MaxDomensUnionSize] |
Referenced by TItemContainer::GetItemNoByItemStr(), and TItemContainer::UpdateConstDomens().
BYTE CDomen::PartsSize |
Referenced by TItemContainer::GetItemNoByItemStr(), and TItemContainer::UpdateConstDomens().
int CDomen::DropDownCount |
Referenced by TItemContainer::WriteDomens().
DWORD CDomen::Color |
Referenced by TItemContainer::WriteDomens().
char* CDomen::m_Items |
int CDomen::m_ItemsLength |
TItemContainer* CDomen::m_pParent |
int CDomen::m_StartDomItem |
Referenced by TItemContainer::BuildDomItems(), CDomen(), DelItem(), IsEmpty(), and TItemContainer::UpdateConstDomens().
int CDomen::m_EndDomItem |
Referenced by TItemContainer::BuildDomItems(), CDomen(), DelItem(), and TItemContainer::UpdateConstDomens().
BYTE CDomen::m_DomNo |
Referenced by TItemContainer::WriteDomItems().
bool CDomen::m_bFreed |
Referenced by CDomen().