#include <listview_column_header.h>
Attributes | |
| enum | TextAlignment { align_left, align_right, align_center } |
| bool | is_null () const |
| Is Null. | |
| CL_StringRef | get_column_id () const |
| Get Column id. | |
| CL_StringRef | get_caption () const |
| Get Caption. | |
| int | get_width () |
| Get Width. | |
| CL_ListViewColumnHeader::TextAlignment | get_alignment () |
| CL_ListViewColumnHeader | get_next_sibling () |
| Get Next sibling. | |
| CL_ListViewColumnHeader | get_prev_sibling () |
| Get Prev sibling. | |
Implementation | |
| class | CL_ListView_Impl |
| class | CL_ListViewHeader |
| class | CL_ListViewHeader_Impl |
Public Member Functions | |
Construction | |
| CL_ListViewColumnHeader () | |
| ~CL_ListViewColumnHeader () | |
Operations | |
| void | set_alignment (CL_ListViewColumnHeader::TextAlignment align) |
| Set alignment. | |
| void | set_width (int width) |
| Set width. | |
| void | set_caption (const CL_StringRef &str) |
| Set caption. | |
| void | set_column_id (const CL_StringRef &str) |
| Set column id. | |
Events | |
| CL_Callback_v1< CL_ListViewColumnHeader > & | func_size_changed () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get Caption.
|
|
|
Get Column id.
|
|
|
Get Next sibling.
|
|
|
Get Prev sibling.
|
|
|
Get Width.
|
|
|
Is Null.
|
|
|
Set alignment.
|
|
|
Set caption.
|
|
|
Set column id.
|
|
|
Set width.
|
|
|
|
|
|
|
|
|
|
1.4.6