#include <CAdUiFolderTabCtrl.h>
|
| | DECLARE_DYNAMIC (CAdUiFolderTabCtrl) |
| |
| | CAdUiFolderTabCtrl (void) |
| |
| CFont const * | GetFont (tagFolderTabFont) const |
| |
| int | Create (unsigned long, CRect const &, CWnd *, unsigned int) |
| |
| int | DeleteItem (int) |
| |
| int | EnsureFirst (int) |
| |
| int | EnsureVisible (int, int) |
| |
| int | FindItem (CStringW const &, int) const |
| |
| int | FindItem (unsigned long, int) const |
| |
| int | GetCurEditing (void) const |
| |
| int | GetCurSel (void) const |
| |
| int | GetEditLimitText (void) const |
| |
| int | GetItemCount (void) const |
| |
| int | GetItemData (int, unsigned long &) const |
| |
| int | GetItemLabel (int, CStringW &) const |
| |
| int | GetItemTip (int, CStringW &) const |
| |
| int | GetPosDragging (void) const |
| |
| int | GetSelectedItems (int *, int) const |
| |
| int | GetSeparatorSize (void) const |
| |
| int | GetTabMaxWidth (void) const |
| |
| int | HitTestOnTabs (CPoint const &) const |
| |
| int | InsertItem (int, wchar_t const *, int) |
| |
| int | SetCurSel (int) |
| |
| int | SetItemData (int, unsigned long) |
| |
| int | SetItemLabel (int, CStringW const &) |
| |
| int | SetItemTip (int, CStringW const &) |
| |
| HWND__ * | GetDragAreaWnd (void) const |
| |
| unsigned long | GetColor (tagFolderTabColor) const |
| |
| unsigned long | GetStyle (void) const |
| |
| unsigned long | ModifyStyle (unsigned long, unsigned long) |
| |
| virtual | ~CAdUiFolderTabCtrl (void) |
| |
| void | ClearAllItems (void) |
| |
| void | EditItemLabel (int, int) |
| |
| void | Refresh (void) |
| |
| void | RefreshDragArrow (void) |
| |
| void | RefreshDragCursor (int, unsigned int, CPoint const &) |
| |
| void | SetColor (tagFolderTabColor, unsigned long, int) |
| |
| void | SetDragAreaWnd (HWND__ *) |
| |
| void | SetEditLimitText (int) |
| |
| void | SetFont (tagFolderTabFont, CFont *, int) |
| |
| void | SetSelectedItems (int *, int) |
| |
| void | SetSelectedItems (int, int) |
| |
| void | SetSeparatorSize (int) |
| |
| void | SetTabMaxWidth (int) |
| |
Definition at line 26 of file CAdUiFolderTabCtrl.h.
◆ CAdUiFolderTabCtrl()
| CAdUiFolderTabCtrl::CAdUiFolderTabCtrl |
( |
void | | ) |
|
◆ ~CAdUiFolderTabCtrl()
| virtual CAdUiFolderTabCtrl::~CAdUiFolderTabCtrl |
( |
void | | ) |
|
|
virtual |
◆ ClearAllItems()
| void CAdUiFolderTabCtrl::ClearAllItems |
( |
void | | ) |
|
◆ Create()
◆ DECLARE_DYNAMIC()
◆ DeleteItem()
| int CAdUiFolderTabCtrl::DeleteItem |
( |
int | | ) |
|
◆ EditItemLabel()
| void CAdUiFolderTabCtrl::EditItemLabel |
( |
int | , |
|
|
int | ) |
◆ EnsureFirst()
| int CAdUiFolderTabCtrl::EnsureFirst |
( |
int | | ) |
|
◆ EnsureVisible()
| int CAdUiFolderTabCtrl::EnsureVisible |
( |
int | , |
|
|
int | ) |
◆ FindItem() [1/2]
◆ FindItem() [2/2]
◆ GetColor()
◆ GetCurEditing()
| int CAdUiFolderTabCtrl::GetCurEditing |
( |
void | | ) |
const |
◆ GetCurSel()
| int CAdUiFolderTabCtrl::GetCurSel |
( |
void | | ) |
const |
◆ GetDragAreaWnd()
| HWND__ * CAdUiFolderTabCtrl::GetDragAreaWnd |
( |
void | | ) |
const |
◆ GetEditLimitText()
| int CAdUiFolderTabCtrl::GetEditLimitText |
( |
void | | ) |
const |
◆ GetFont()
◆ GetItemCount()
| int CAdUiFolderTabCtrl::GetItemCount |
( |
void | | ) |
const |
◆ GetItemData()
◆ GetItemLabel()
◆ GetItemTip()
◆ GetMessageMap()
◆ GetPosDragging()
| int CAdUiFolderTabCtrl::GetPosDragging |
( |
void | | ) |
const |
◆ GetSelectedItems()
| int CAdUiFolderTabCtrl::GetSelectedItems |
( |
int * | , |
|
|
int | ) const |
◆ GetSeparatorSize()
| int CAdUiFolderTabCtrl::GetSeparatorSize |
( |
void | | ) |
const |
◆ GetStyle()
◆ GetTabMaxWidth()
| int CAdUiFolderTabCtrl::GetTabMaxWidth |
( |
void | | ) |
const |
◆ GetThisMessageMap()
◆ HitTestOnTabs()
| int CAdUiFolderTabCtrl::HitTestOnTabs |
( |
CPoint const & | | ) |
const |
◆ InsertItem()
◆ ModifyStyle()
◆ OnBtnClicked()
◆ OnCreate()
◆ OnDestroy()
| void CAdUiFolderTabCtrl::OnDestroy |
( |
void | | ) |
|
|
protected |
◆ OnEditActivate()
| void CAdUiFolderTabCtrl::OnEditActivate |
( |
void | | ) |
|
|
protected |
◆ OnEditChanged()
| void CAdUiFolderTabCtrl::OnEditChanged |
( |
void | | ) |
|
|
protected |
◆ OnEditDeactivate()
| void CAdUiFolderTabCtrl::OnEditDeactivate |
( |
void | | ) |
|
|
protected |
◆ OnEraseBkgnd()
| int CAdUiFolderTabCtrl::OnEraseBkgnd |
( |
CDC * | | ) |
|
|
protected |
◆ OnLButtonDblClk()
◆ OnLButtonDown()
◆ OnLButtonUp()
◆ OnMouseMove()
◆ OnPaint()
| void CAdUiFolderTabCtrl::OnPaint |
( |
void | | ) |
|
|
protected |
◆ OnSize()
◆ OnTimer()
◆ PreCreateWindow()
◆ PreTranslateMessage()
◆ Refresh()
| void CAdUiFolderTabCtrl::Refresh |
( |
void | | ) |
|
◆ RefreshDragArrow()
| void CAdUiFolderTabCtrl::RefreshDragArrow |
( |
void | | ) |
|
◆ RefreshDragCursor()
◆ SetColor()
◆ SetCurSel()
| int CAdUiFolderTabCtrl::SetCurSel |
( |
int | | ) |
|
◆ SetDragAreaWnd()
| void CAdUiFolderTabCtrl::SetDragAreaWnd |
( |
HWND__ * | | ) |
|
◆ SetEditLimitText()
| void CAdUiFolderTabCtrl::SetEditLimitText |
( |
int | | ) |
|
◆ SetFont()
◆ SetItemData()
◆ SetItemLabel()
◆ SetItemTip()
◆ SetSelectedItems() [1/2]
| void CAdUiFolderTabCtrl::SetSelectedItems |
( |
int * | , |
|
|
int | ) |
◆ SetSelectedItems() [2/2]
| void CAdUiFolderTabCtrl::SetSelectedItems |
( |
int | , |
|
|
int | ) |
◆ SetSeparatorSize()
| void CAdUiFolderTabCtrl::SetSeparatorSize |
( |
int | | ) |
|
◆ SetTabMaxWidth()
| void CAdUiFolderTabCtrl::SetTabMaxWidth |
( |
int | | ) |
|
The documentation for this class was generated from the following file: