ReactOS 0.4.15-dev-7942-gd23573b
TreeListData Struct Reference
Collaboration diagram for TreeListData:

Public Attributes

HWND hWnd
 
HANDLE hSem
 
LPVOID hTheme
 
LPVOID hThemeBt
 
WNDPROC pProcId3
 
HIMAGELIST hStates
 
HIMAGELIST hImages
 
HIMAGELIST hChecks
 
HIMAGELIST hSubImg
 
HIMAGELIST hHeadImg
 
HFONT hFontN
 
HFONT hFontB
 
HFONT hFontL
 
HFONT hFontT
 
HWND hEdit
 
HWND hHeader
 
HWND hToolTip
 
WNDPROC pToolProc
 
COLORREF uColors [MAX_COLORS]
 
int iFontHeight
 
int iFontLine
 
int iFontOff
 
int iStatesMode
 
int iStatesXsize
 
int iStatesYsize
 
int iChecksMode
 
int iChecksXsize
 
int iChecksYsize
 
int iImagesXsize
 
int iImagesYsize
 
int iSubImgMode
 
int iSubImgXsize
 
int iSubImgYsize
 
int iRowHeight
 
int iAllWeight
 
int iVarSize
 
int iFixSize
 
int iIndent
 
int iShift
 
int iAutoAdd
 
int iMaxSizeX
 
unsigned uItemPosCount
 
unsignedpItemPos
 
BaseItem ** pTreeItems
 
ExtraItem ** pExtraItems [MAX_COLUMNS - 1]
 
unsigned uTreeItemsMax
 
unsigned uTreeItemsCount
 
unsigned uNextSeachPos
 
unsigned uUserDataSize
 
unsigned uFirstChild
 
unsigned uLastChild
 
unsigned uSingleSel
 
unsigned uScrollX
 
unsigned uScrollY
 
unsigned uSizeX
 
unsigned uSizeY
 
unsigned uSizeYsub
 
unsigned uStyle
 
unsigned uStyleEx
 
unsigned uStartPixel
 
unsigned uMaxEnties
 
unsigned uPageEnties
 
unsigned uColumnCount
 
unsigned uColumnCountVar
 
unsigned uSelectedCount
 
unsigned uSelectedBase
 
unsigned uSelectedItem
 
unsigned uSelectedSub
 
unsigned uFocusItem
 
unsigned uFocusSub
 
unsigned uToolTipItem
 
unsigned uToolTipShow
 
unsigned uToolTipSub
 
POINT sToolTipPos
 
unsigned uEditMode
 
unsigned uEditItem
 
unsigned uEditSub
 
unsigned uOldXPage
 
unsigned uOldXCount
 
unsigned uOldYPage
 
unsigned uOldYCount
 
unsigned uTrippleB
 
unsigned uTrippleN
 
unsigned uTrackedItem
 
unsigned uTrackedSub
 
unsigned uInsertMark
 
unsigned uMarkedCols
 
unsigned uDragFlags
 
unsigned uDragItem
 
unsigned uDragSub
 
unsigned uLastSel
 
unsigned uLastMove
 
unsigned uButtonPos
 
unsigned uButtonLast
 
unsigned uToolTipSize
 
LPTSTR pToolTipText
 
TCHAR cTempText1 [260]
 
TCHAR cTempText2 [260]
 
ColumnData aColumn [MAX_COLUMNS]
 
int aColumnXpos [MAX_COLUMNS+2]
 
BYTE aColumnPos [MAX_COLUMNS+2]
 
char cColorChanged [MAX_COLORS]
 
char cColumnStart
 
char cFixedHeight
 
char cLockChanges
 
char cHasRootRow
 
char cKeyIgnore
 
char cClickFlag
 
char cClickEdit
 
char cIsEnabled
 
char cHasFocus
 
char cReSelect
 
char cGlyphOk
 
char cEditCb
 
char cButtonFlag
 

Detailed Description

Definition at line 226 of file treelist.c.

Member Data Documentation

◆ aColumn

ColumnData TreeListData::aColumn[MAX_COLUMNS]

Definition at line 325 of file treelist.c.

◆ aColumnPos

BYTE TreeListData::aColumnPos[MAX_COLUMNS+2]

Definition at line 327 of file treelist.c.

◆ aColumnXpos

int TreeListData::aColumnXpos[MAX_COLUMNS+2]

Definition at line 326 of file treelist.c.

◆ cButtonFlag

char TreeListData::cButtonFlag

Definition at line 341 of file treelist.c.

◆ cClickEdit

char TreeListData::cClickEdit

Definition at line 335 of file treelist.c.

◆ cClickFlag

char TreeListData::cClickFlag

Definition at line 334 of file treelist.c.

◆ cColorChanged

char TreeListData::cColorChanged[MAX_COLORS]

Definition at line 328 of file treelist.c.

◆ cColumnStart

char TreeListData::cColumnStart

Definition at line 329 of file treelist.c.

◆ cEditCb

char TreeListData::cEditCb

Definition at line 340 of file treelist.c.

◆ cFixedHeight

char TreeListData::cFixedHeight

Definition at line 330 of file treelist.c.

◆ cGlyphOk

char TreeListData::cGlyphOk

Definition at line 339 of file treelist.c.

◆ cHasFocus

char TreeListData::cHasFocus

Definition at line 337 of file treelist.c.

◆ cHasRootRow

char TreeListData::cHasRootRow

Definition at line 332 of file treelist.c.

◆ cIsEnabled

char TreeListData::cIsEnabled

Definition at line 336 of file treelist.c.

◆ cKeyIgnore

char TreeListData::cKeyIgnore

Definition at line 333 of file treelist.c.

◆ cLockChanges

char TreeListData::cLockChanges

Definition at line 331 of file treelist.c.

◆ cReSelect

char TreeListData::cReSelect

Definition at line 338 of file treelist.c.

◆ cTempText1

TCHAR TreeListData::cTempText1[260]

Definition at line 323 of file treelist.c.

◆ cTempText2

TCHAR TreeListData::cTempText2[260]

Definition at line 324 of file treelist.c.

◆ hChecks

HIMAGELIST TreeListData::hChecks

Definition at line 234 of file treelist.c.

◆ hEdit

HWND TreeListData::hEdit

Definition at line 241 of file treelist.c.

◆ hFontB

HFONT TreeListData::hFontB

Definition at line 238 of file treelist.c.

◆ hFontL

HFONT TreeListData::hFontL

Definition at line 239 of file treelist.c.

◆ hFontN

HFONT TreeListData::hFontN

Definition at line 237 of file treelist.c.

◆ hFontT

HFONT TreeListData::hFontT

Definition at line 240 of file treelist.c.

◆ hHeader

HWND TreeListData::hHeader

Definition at line 242 of file treelist.c.

◆ hHeadImg

HIMAGELIST TreeListData::hHeadImg

Definition at line 236 of file treelist.c.

◆ hImages

HIMAGELIST TreeListData::hImages

Definition at line 233 of file treelist.c.

◆ hSem

HANDLE TreeListData::hSem

Definition at line 228 of file treelist.c.

◆ hStates

HIMAGELIST TreeListData::hStates

Definition at line 232 of file treelist.c.

◆ hSubImg

HIMAGELIST TreeListData::hSubImg

Definition at line 235 of file treelist.c.

◆ hTheme

LPVOID TreeListData::hTheme

Definition at line 229 of file treelist.c.

◆ hThemeBt

LPVOID TreeListData::hThemeBt

Definition at line 230 of file treelist.c.

◆ hToolTip

HWND TreeListData::hToolTip

Definition at line 243 of file treelist.c.

◆ hWnd

HWND TreeListData::hWnd

Definition at line 227 of file treelist.c.

◆ iAllWeight

int TreeListData::iAllWeight

Definition at line 261 of file treelist.c.

◆ iAutoAdd

int TreeListData::iAutoAdd

Definition at line 266 of file treelist.c.

◆ iChecksMode

int TreeListData::iChecksMode

Definition at line 252 of file treelist.c.

◆ iChecksXsize

int TreeListData::iChecksXsize

Definition at line 253 of file treelist.c.

◆ iChecksYsize

int TreeListData::iChecksYsize

Definition at line 254 of file treelist.c.

◆ iFixSize

int TreeListData::iFixSize

Definition at line 263 of file treelist.c.

◆ iFontHeight

int TreeListData::iFontHeight

Definition at line 246 of file treelist.c.

◆ iFontLine

int TreeListData::iFontLine

Definition at line 247 of file treelist.c.

◆ iFontOff

int TreeListData::iFontOff

Definition at line 248 of file treelist.c.

◆ iImagesXsize

int TreeListData::iImagesXsize

Definition at line 255 of file treelist.c.

◆ iImagesYsize

int TreeListData::iImagesYsize

Definition at line 256 of file treelist.c.

◆ iIndent

int TreeListData::iIndent

Definition at line 264 of file treelist.c.

◆ iMaxSizeX

int TreeListData::iMaxSizeX

Definition at line 267 of file treelist.c.

◆ iRowHeight

int TreeListData::iRowHeight

Definition at line 260 of file treelist.c.

◆ iShift

int TreeListData::iShift

Definition at line 265 of file treelist.c.

◆ iStatesMode

int TreeListData::iStatesMode

Definition at line 249 of file treelist.c.

◆ iStatesXsize

int TreeListData::iStatesXsize

Definition at line 250 of file treelist.c.

◆ iStatesYsize

int TreeListData::iStatesYsize

Definition at line 251 of file treelist.c.

◆ iSubImgMode

int TreeListData::iSubImgMode

Definition at line 257 of file treelist.c.

◆ iSubImgXsize

int TreeListData::iSubImgXsize

Definition at line 258 of file treelist.c.

◆ iSubImgYsize

int TreeListData::iSubImgYsize

Definition at line 259 of file treelist.c.

◆ iVarSize

int TreeListData::iVarSize

Definition at line 262 of file treelist.c.

◆ pExtraItems

ExtraItem** TreeListData::pExtraItems[MAX_COLUMNS - 1]

Definition at line 271 of file treelist.c.

◆ pItemPos

unsigned* TreeListData::pItemPos

Definition at line 269 of file treelist.c.

◆ pProcId3

WNDPROC TreeListData::pProcId3

Definition at line 231 of file treelist.c.

◆ pToolProc

WNDPROC TreeListData::pToolProc

Definition at line 244 of file treelist.c.

◆ pToolTipText

LPTSTR TreeListData::pToolTipText

Definition at line 322 of file treelist.c.

◆ pTreeItems

BaseItem** TreeListData::pTreeItems

Definition at line 270 of file treelist.c.

◆ sToolTipPos

POINT TreeListData::sToolTipPos

Definition at line 300 of file treelist.c.

◆ uButtonLast

unsigned TreeListData::uButtonLast

Definition at line 320 of file treelist.c.

◆ uButtonPos

unsigned TreeListData::uButtonPos

Definition at line 319 of file treelist.c.

◆ uColors

COLORREF TreeListData::uColors[MAX_COLORS]

Definition at line 245 of file treelist.c.

◆ uColumnCount

unsigned TreeListData::uColumnCount

Definition at line 289 of file treelist.c.

◆ uColumnCountVar

unsigned TreeListData::uColumnCountVar

Definition at line 290 of file treelist.c.

◆ uDragFlags

unsigned TreeListData::uDragFlags

Definition at line 314 of file treelist.c.

◆ uDragItem

unsigned TreeListData::uDragItem

Definition at line 315 of file treelist.c.

◆ uDragSub

unsigned TreeListData::uDragSub

Definition at line 316 of file treelist.c.

◆ uEditItem

unsigned TreeListData::uEditItem

Definition at line 302 of file treelist.c.

◆ uEditMode

unsigned TreeListData::uEditMode

Definition at line 301 of file treelist.c.

◆ uEditSub

unsigned TreeListData::uEditSub

Definition at line 303 of file treelist.c.

◆ uFirstChild

unsigned TreeListData::uFirstChild

Definition at line 276 of file treelist.c.

◆ uFocusItem

unsigned TreeListData::uFocusItem

Definition at line 295 of file treelist.c.

◆ uFocusSub

unsigned TreeListData::uFocusSub

Definition at line 296 of file treelist.c.

◆ uInsertMark

unsigned TreeListData::uInsertMark

Definition at line 312 of file treelist.c.

◆ uItemPosCount

unsigned TreeListData::uItemPosCount

Definition at line 268 of file treelist.c.

◆ uLastChild

unsigned TreeListData::uLastChild

Definition at line 277 of file treelist.c.

◆ uLastMove

unsigned TreeListData::uLastMove

Definition at line 318 of file treelist.c.

◆ uLastSel

unsigned TreeListData::uLastSel

Definition at line 317 of file treelist.c.

◆ uMarkedCols

unsigned TreeListData::uMarkedCols

Definition at line 313 of file treelist.c.

◆ uMaxEnties

unsigned TreeListData::uMaxEnties

Definition at line 287 of file treelist.c.

◆ uNextSeachPos

unsigned TreeListData::uNextSeachPos

Definition at line 274 of file treelist.c.

◆ uOldXCount

unsigned TreeListData::uOldXCount

Definition at line 305 of file treelist.c.

◆ uOldXPage

unsigned TreeListData::uOldXPage

Definition at line 304 of file treelist.c.

◆ uOldYCount

unsigned TreeListData::uOldYCount

Definition at line 307 of file treelist.c.

◆ uOldYPage

unsigned TreeListData::uOldYPage

Definition at line 306 of file treelist.c.

◆ uPageEnties

unsigned TreeListData::uPageEnties

Definition at line 288 of file treelist.c.

◆ uScrollX

unsigned TreeListData::uScrollX

Definition at line 279 of file treelist.c.

◆ uScrollY

unsigned TreeListData::uScrollY

Definition at line 280 of file treelist.c.

◆ uSelectedBase

unsigned TreeListData::uSelectedBase

Definition at line 292 of file treelist.c.

◆ uSelectedCount

unsigned TreeListData::uSelectedCount

Definition at line 291 of file treelist.c.

◆ uSelectedItem

unsigned TreeListData::uSelectedItem

Definition at line 293 of file treelist.c.

◆ uSelectedSub

unsigned TreeListData::uSelectedSub

Definition at line 294 of file treelist.c.

◆ uSingleSel

unsigned TreeListData::uSingleSel

Definition at line 278 of file treelist.c.

◆ uSizeX

unsigned TreeListData::uSizeX

Definition at line 281 of file treelist.c.

◆ uSizeY

unsigned TreeListData::uSizeY

Definition at line 282 of file treelist.c.

◆ uSizeYsub

unsigned TreeListData::uSizeYsub

Definition at line 283 of file treelist.c.

◆ uStartPixel

unsigned TreeListData::uStartPixel

Definition at line 286 of file treelist.c.

◆ uStyle

unsigned TreeListData::uStyle

Definition at line 284 of file treelist.c.

◆ uStyleEx

unsigned TreeListData::uStyleEx

Definition at line 285 of file treelist.c.

◆ uToolTipItem

unsigned TreeListData::uToolTipItem

Definition at line 297 of file treelist.c.

◆ uToolTipShow

unsigned TreeListData::uToolTipShow

Definition at line 298 of file treelist.c.

◆ uToolTipSize

unsigned TreeListData::uToolTipSize

Definition at line 321 of file treelist.c.

◆ uToolTipSub

unsigned TreeListData::uToolTipSub

Definition at line 299 of file treelist.c.

◆ uTrackedItem

unsigned TreeListData::uTrackedItem

Definition at line 310 of file treelist.c.

◆ uTrackedSub

unsigned TreeListData::uTrackedSub

Definition at line 311 of file treelist.c.

◆ uTreeItemsCount

unsigned TreeListData::uTreeItemsCount

Definition at line 273 of file treelist.c.

◆ uTreeItemsMax

unsigned TreeListData::uTreeItemsMax

Definition at line 272 of file treelist.c.

◆ uTrippleB

unsigned TreeListData::uTrippleB

Definition at line 308 of file treelist.c.

◆ uTrippleN

unsigned TreeListData::uTrippleN

Definition at line 309 of file treelist.c.

◆ uUserDataSize

unsigned TreeListData::uUserDataSize

Definition at line 275 of file treelist.c.


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