|
Membres publics |
| | CMyListView (HWND hwndMaster, int x, int y, int xy, int dy, int optionalControlID=0) |
| | CMyListView (HWND hwndListView) |
| | CMyListView () |
| virtual | ~CMyListView () |
| void | operator= (HWND hWndListView) |
| void | operator= (CMyListViewNotify *ptrClassNotify) |
| int | GetLineSelected () |
| int | GetColumnSelected () |
| BOOL | AddColumn (char *nameHead, int size) |
| BOOL | AddColumnPercent (char *nameHead, double percent) |
| void | SetNbCount (int nbCount) |
| int | GetNbCount () |
| void | IncCount () |
| void | DecCount () |
| void | UnSelectedAll () |
| void | SetLineSelected (int index, BOOL alwaysOneSelected=TRUE) |
| void | EnableLineSelected (int index, BOOL set) |
| BOOL | IsLineSelected (int index) |
| void | SetHotItem (int index) |
| int | GetColumnWidth (int index) |
| BOOL | SetColumn (long index, char *text) |
| void | SetGridLinesView (BOOL active) |
| BOOL | SetImageList (HIMAGELIST hil) |
| BOOL | GetFullRawSelect () |
| BOOL | SetFullRawSelect (BOOL set) |
| int | GetLinesSelected (CMyList< int > *lstSelect) |
| void | SetLineHover (int newLine) |
| int | GetLineHover () |
| void | SetColumnHover (int newLine) |
| int | GetColumnHover () |
| BOOL | Notify (LPARAM lParam, int *result) |
| BOOL | SetItemHeight (int height) |
| BOOL | SetCheckBox (BOOL set) |
| BOOL | SetHeaderDragDrop (BOOL set) |
| BOOL | SetSubItemImages (BOOL set) |
| BOOL | SetTrackSelect (BOOL set) |
| HWND | GetHeader () |
| void | SetHightLightColor (COLORREF textColor, COLORREF backgroundColor) |
| void | SetHightLightColorUnFocus (COLORREF textColor, COLORREF backgroundColor) |
| void | SetLineColor (COLORREF textColor, COLORREF backgroundColor) |
| void | GetHightLightColor (COLORREF *textColor, COLORREF *backgroundColor) |
| void | GetHightLightColorUnFocus (COLORREF *textColor, COLORREF *backgroundColor) |
| void | GetLineColor (COLORREF *textColor, COLORREF *backgroundColor) |
| int | GetControlID () |
| void | FirstCollumnAsTree (CMyTree *tree) |
| void | TreeColumnSizeChanged () |
Attributs Publics |
| CMyTree * | m_tree |
Membres privés |
| void | Init () |
Attributs Privés |
| CMyListViewNotify * | classNotify |
| int | m_lineSelected |
| int | m_columnSelected |
| int | oldColumn |
| int | oldWidth |
| BOOL | isRepaint |
| int | m_nbCount |
| int | m_nbColumn |
| int | m_lineHover |
| int | m_columnHover |
| COLORREF | m_textColor |
| COLORREF | m_backgroundColor |
| COLORREF | m_textColorHi |
| COLORREF | m_backgroundColorHi |
| COLORREF | m_textColorHiUf |
| COLORREF | m_backgroundColorHiUf |
| int | m_controlID |