Logo    
KDWinUtils
Helper library for MFC to Qt migration
Loading...
Searching...
No Matches
KHeaderCtrl::HeaderItem Struct Reference

#include <kheaderctrl.h>

Collaboration diagram for KHeaderCtrl::HeaderItem:
[legend]

Public Attributes

int cchTextMax
 The length of the item string.
 
int cxy
 The width or height of the item.
 
int fmt
 Flags that specify the item's format.
 
QImage hbm
 The item's bitmap.
 
int iImage
 The zero-based index of an image within the image list.
 
int iOrder
 The order in which the item appears within the header control, from left to right.
 
void * lParam
 Application-defined item data.
 
Masks mask
 Specifies which members of the structure are valid input.
 
KString pszText
 The item's text.
 
void * pvFilter
 The address of an application-defined data item.
 
int state
 The state of the item.
 
int type
 The type of filter specified by pvFilter.
 

Member Data Documentation

◆ cchTextMax

int KHeaderCtrl::HeaderItem::cchTextMax

The length of the item string.

◆ cxy

int KHeaderCtrl::HeaderItem::cxy

The width or height of the item.

◆ fmt

int KHeaderCtrl::HeaderItem::fmt

Flags that specify the item's format.

◆ hbm

QImage KHeaderCtrl::HeaderItem::hbm

The item's bitmap.

◆ iImage

int KHeaderCtrl::HeaderItem::iImage

The zero-based index of an image within the image list.

◆ iOrder

int KHeaderCtrl::HeaderItem::iOrder

The order in which the item appears within the header control, from left to right.

◆ lParam

void* KHeaderCtrl::HeaderItem::lParam

Application-defined item data.

◆ mask

Masks KHeaderCtrl::HeaderItem::mask

Specifies which members of the structure are valid input.

◆ pszText

KString KHeaderCtrl::HeaderItem::pszText

The item's text.

◆ pvFilter

void* KHeaderCtrl::HeaderItem::pvFilter

The address of an application-defined data item.

◆ state

int KHeaderCtrl::HeaderItem::state

The state of the item.

◆ type

int KHeaderCtrl::HeaderItem::type

The type of filter specified by pvFilter.


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