Public Attributes | |
| std::vector< ListViewRow * > | m_pRows |
| ScrollBar * | m_pVScroll |
| ScrollBar * | m_pHScroll |
| Rect | m_rDefaultMargin |
| int | m_iContentHeight |
| int | m_iRowHeight |
| int | m_iVisibleRows |
| int | m_iLastSelection |
| bool | m_bShowIcons |
| int | m_iSpacing |
| bool | m_bShowHeader |
| ListViewHeader * | m_pListViewHeader |
| std::vector< ListViewColumn * > | m_pColumns |
| int | m_iCursor |
| bool | m_bAutoSort |
| int | m_bSortColumn |
| SortOrder | m_bSortOrder |
| String | m_pLookupString |
| int | m_iKeyLookupColumn |
| ScrollBar * | m_pVScroll |
| ScrollBar * | m_pHScroll |
| int | m_iDefaultRowHeight |
| ListViewHeader * | m_pListViewHeader |
| std::vector< ListViewColumn * > | m_pColumns |
| bool | m_bDirtyPositions |
| ListViewRow * | m_pRoot |
| ListViewRow * | m_pSelected |
| bool | m_bAutoSortChildren |
| bool | m_bShowTree |
| ListViewRow * | m_pLastSelected |
| ListViewRow * | m_pHoverRow |
| bool | m_bDrawSeparator |
| std::vector< ListViewRow * > | m_pSelectedRows |
| std::vector<ListViewRow*> SkyGI::ListView::Private::m_pRows |
| std::vector<ListViewColumn*> SkyGI::ListView::Private::m_pColumns |
| std::vector<ListViewColumn*> SkyGI::ListView::Private::m_pColumns |
| std::vector<ListViewRow*> SkyGI::ListView::Private::m_pSelectedRows |
1.5.1-p1