KDWinUtils
Helper library for MFC to Qt migration
|
#include <kheaderctrl.h>
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. | |
int KHeaderCtrl::HeaderItem::cchTextMax |
The length of the item string.
int KHeaderCtrl::HeaderItem::cxy |
The width or height of the item.
int KHeaderCtrl::HeaderItem::fmt |
Flags that specify the item's format.
QImage KHeaderCtrl::HeaderItem::hbm |
The item's bitmap.
int KHeaderCtrl::HeaderItem::iImage |
The zero-based index of an image within the image list.
int KHeaderCtrl::HeaderItem::iOrder |
The order in which the item appears within the header control, from left to right.
void* KHeaderCtrl::HeaderItem::lParam |
Application-defined item data.
Masks KHeaderCtrl::HeaderItem::mask |
Specifies which members of the structure are valid input.
KString KHeaderCtrl::HeaderItem::pszText |
The item's text.
void* KHeaderCtrl::HeaderItem::pvFilter |
The address of an application-defined data item.
int KHeaderCtrl::HeaderItem::state |
The state of the item.
int KHeaderCtrl::HeaderItem::type |
The type of filter specified by pvFilter.