ReactOS 0.4.15-dev-7953-g1f49173
BaseItem Struct Reference
Collaboration diagram for BaseItem:

Public Attributes

LPARAM lParam
 
LPTSTR pText
 
UINT uState
 
int iImage
 
int iSelectedImage
 
unsigned uShowPos
 
unsigned uFirstChild
 
unsigned uLastChild
 
unsigned uPrevItem
 
unsigned uNextItem
 
unsigned uParent
 
unsigned uLevel
 
int iTextPixels
 
WORD uTextSize
 
BYTE bCallback
 
BYTE bFlags
 
COLORREF uColorText
 
COLORREF uColorBk
 

Detailed Description

Definition at line 172 of file treelist.c.

Member Data Documentation

◆ bCallback

BYTE BaseItem::bCallback

Definition at line 187 of file treelist.c.

Referenced by TreeListInsertItem().

◆ bFlags

BYTE BaseItem::bFlags

Definition at line 188 of file treelist.c.

Referenced by TreeListDeleteItem(), TreeListInsertItem(), and TreeListSetFocus().

◆ iImage

int BaseItem::iImage

Definition at line 176 of file treelist.c.

Referenced by TreeListInsertItem().

◆ iSelectedImage

int BaseItem::iSelectedImage

Definition at line 177 of file treelist.c.

Referenced by TreeListInsertItem().

◆ iTextPixels

int BaseItem::iTextPixels

Definition at line 185 of file treelist.c.

◆ lParam

LPARAM BaseItem::lParam

Definition at line 173 of file treelist.c.

Referenced by TreeListChangeCheckbox(), TreeListInsertItem(), and TreeListSelectItem().

◆ pText

LPTSTR BaseItem::pText

Definition at line 174 of file treelist.c.

Referenced by TreeListChangeCheckbox(), and TreeListInsertItem().

◆ uColorBk

COLORREF BaseItem::uColorBk

Definition at line 190 of file treelist.c.

◆ uColorText

COLORREF BaseItem::uColorText

Definition at line 189 of file treelist.c.

◆ uFirstChild

◆ uLastChild

unsigned BaseItem::uLastChild

Definition at line 180 of file treelist.c.

Referenced by TreeListDeleteItem().

◆ uLevel

unsigned BaseItem::uLevel

Definition at line 184 of file treelist.c.

Referenced by TreeListInsertItem(), and TreeListSelectItem().

◆ uNextItem

◆ uParent

◆ uPrevItem

unsigned BaseItem::uPrevItem

Definition at line 181 of file treelist.c.

Referenced by TreeListDeleteItem(), and TreeListInsertItem().

◆ uShowPos

unsigned BaseItem::uShowPos

◆ uState

◆ uTextSize

WORD BaseItem::uTextSize

Definition at line 186 of file treelist.c.

Referenced by TreeListChangeCheckbox(), and TreeListInsertItem().


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