mListColumn

Data Structures

Defines

Typedefs

Enumerations

Variables


Detailed Description

Id
mlistcolumn.h 1072 2010-11-05 06:39:58Z xwyan

Copyright (C) 2009 Feynman Software.


Define Documentation

#define NCSF_LSTCLM_BOTTOMALIGN   (0x04<<NCSF_ITEM_SHIFT)

Vertical bottom align.

Definition at line 122 of file mlistcolumn.h.

#define NCSF_LSTCLM_CENTERALIGN   (0x02<<NCSF_ITEM_SHIFT)

Horizontal center align.

Definition at line 110 of file mlistcolumn.h.

#define NCSF_LSTCLM_LEFTALIGN   (0x00<<NCSF_ITEM_SHIFT)

Horizontal left align.

Definition at line 98 of file mlistcolumn.h.

#define NCSF_LSTCLM_RIGHTALIGN   (0x01<<NCSF_ITEM_SHIFT)

Horizontal right align.

Definition at line 104 of file mlistcolumn.h.

#define NCSF_LSTCLM_SHIFT   (NCSF_ITEM_SHIFT+4)

The bits used by mListColumn in flags.

Definition at line 140 of file mlistcolumn.h.

#define NCSF_LSTCLM_TOPALIGN   (0x00<<NCSF_ITEM_SHIFT)

Vertical top align.

Definition at line 116 of file mlistcolumn.h.

#define NCSF_LSTCLM_VALIGNMASK   (0x0C<<NCSF_ITEM_SHIFT)

The mask of vertical align.

Definition at line 134 of file mlistcolumn.h.

#define NCSF_LSTCLM_VCENTERALIGN   (0x08<<NCSF_ITEM_SHIFT)

Vertical center align.

Definition at line 128 of file mlistcolumn.h.


Typedef Documentation

typedef int(* NCS_CB_LISTV_CMPCLM)(HITEM nItem1, HITEM nItem2, NCS_LSTCLM_SORTDATA *sortData)

The callback of comparison column function.

Definition at line 92 of file mlistcolumn.h.


Enumeration Type Documentation

The properties id of mListColumn.

Enumerator:
NCSP_LSTCLM_POSX 

The start x coordination.

NCSP_LSTCLM_WIDTH 

The column width.

NCSP_LSTCLM_SORTTYPE 

The sort type.

NCSP_LSTCLM_CMPFUNC 

The comparison function.

NCSP_LSTCLM_MAX 

The maximum value of ListColumn properties id.

Definition at line 187 of file mlistcolumn.h.

The sort type.

Enumerator:
NCSID_LSTCLM_NOTSORTED 

No sort.

NCSID_LSTCLM_HISORTED 

Sort ascending.

NCSID_LSTCLM_LOSORTED 

Sort descending.

Definition at line 46 of file mlistcolumn.h.


Variable Documentation

The instance of mListColumnClass.

See also:
mListColumnClass
Generated on Fri Jun 10 11:18:06 2011 for New Control Set V1.0.0 API Reference by  doxygen 1.6.3