OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TLvFooterItem Class Reference

Encapsulates structure LVFOOTERITEM, used to pass or retrieve footer item information in a TListViewCtrl. More...

#include <owl/listviewctrl.h>

Inheritance diagram for owl::TLvFooterItem:

Public Types

enum  TState { Focus = LVFIS_FOCUSED , All = LVFIS_FOCUSED }
 TState is used to describe the state of a footer item in a list window control. More...
 

Public Member Functions

Constructors
 TLvFooterItem ()
 Constructs with zero values.
 
 TLvFooterItem (const LVFOOTERITEM &item)
 Constructs a copy of another class instance.
 

Detailed Description

Encapsulates structure LVFOOTERITEM, used to pass or retrieve footer item information in a TListViewCtrl.

See also
http://msdn.microsoft.com/en-us/library/windows/desktop/bb774750.aspx

Definition at line 536 of file listviewctrl.h.

Member Enumeration Documentation

◆ TState

TState is used to describe the state of a footer item in a list window control.

Enumerator
Focus 

Focus state.

All 

All states.

Definition at line 544 of file listviewctrl.h.

Constructor & Destructor Documentation

◆ TLvFooterItem() [1/2]

owl::TLvFooterItem::TLvFooterItem ( )
inline

Constructs with zero values.

Definition at line 557 of file listviewctrl.h.

◆ TLvFooterItem() [2/2]

owl::TLvFooterItem::TLvFooterItem ( const LVFOOTERITEM & item)
inline

Constructs a copy of another class instance.

Parameters
[in]itemis the class instance to copy.

Definition at line 565 of file listviewctrl.h.


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