KDWinUtils
Helper library for MFC to Qt migration
|
Contains attributes of a list view item or subitem. More...
#include <klistmodel.h>
Public Attributes | |
int | cchTextMax |
The length of the item string. | |
int | iImage |
The zero-based index of an image within the image list. | |
int | iIndent |
Not handled yet. | |
int | iItem |
The row of the item. | |
int | iSubItem |
The column of the item (1 is the first subItem). | |
void * | lParam |
Application-defined item data. | |
Masks | mask |
Specifies which members of the structure are valid input. | |
KString | pszText |
The item's text. | |
StateMask | state |
Specifies the item's state. | |
StateMask | stateMask |
Specifies which bits of the state member will be retrieved or modified. | |
Contains attributes of a list view item or subitem.
This struct is used to replace LVITEM in MFC. It contains all the attributes of a list view item or subitem.
int KListModel::Item::cchTextMax |
The length of the item string.
int KListModel::Item::iImage |
The zero-based index of an image within the image list.
int KListModel::Item::iIndent |
Not handled yet.
int KListModel::Item::iItem |
The row of the item.
int KListModel::Item::iSubItem |
The column of the item (1 is the first subItem).
void* KListModel::Item::lParam |
Application-defined item data.
Masks KListModel::Item::mask |
Specifies which members of the structure are valid input.
KString KListModel::Item::pszText |
The item's text.
StateMask KListModel::Item::state |
Specifies the item's state.
StateMask KListModel::Item::stateMask |
Specifies which bits of the state member will be retrieved or modified.