This is the complete list of members for TreeView, including all inherited members.
| AddStyle(DWORD dwStyle) | BaseWindow | |
| Attach(HWND hWnd, BOOL bDestroy) | BaseWindow | |
| AttachDlgItem(HWND hDlg, INT iItemID) | BaseWindow | |
| Base0 typedef | cIUnknownImpl< ni::iUnknown > | |
| Base1 typedef | cIUnknownImpl< ni::iUnknown > | |
| Base2 typedef | cIUnknownImpl< ni::iUnknown > | |
| Base3 typedef | cIUnknownImpl< ni::iUnknown > | |
| Base4 typedef | cIUnknownImpl< ni::iUnknown > | |
| BaseImpl typedef | cIUnknownImpl< ni::iUnknown > | |
| BaseWindow() | BaseWindow | |
| BaseWindow(HWND hWnd, BOOL bDestroy) | BaseWindow | |
| BringWindowToTop() | BaseWindow | |
| CenterOnScreen() | BaseWindow | |
| cIUnknownImpl() | cIUnknownImpl< ni::iUnknown > | |
| ClientToScreen(LPPOINT lpPoint) const | BaseWindow | |
| ClientToScreen(Rect *pRect) const | BaseWindow | |
| Create(BaseWindow *pParent, DWORD dwStyle=WS_VISIBLE|WS_CHILD|TVS_HASLINES|TVS_HASBUTTONS, LONG_PTR iID=0, DWORD dwExStyle=NULL, LPCTSTR lpWindowName=NULL) | TreeView | |
| WinUI::Window::Create(DWORD dwStyle=WS_VISIBLE, DWORD dwExStyle=NULL, LPCTSTR lpClassName=WINUI_DEF_WND_CLS, LPCTSTR lpWindowName=NULL, BaseWindow *pParent=NULL, MENUOrID hMenu=(UINT) 0) | Window | virtual |
| CreateDragImage(HTREEITEM hitem) | TreeView | |
| DeleteAllItems() | TreeView | |
| DeleteItem(HTREEITEM hitem) | TreeView | |
| Destroy() | BaseWindow | virtual |
| Detach() | BaseWindow | |
| EditLabel(HTREEITEM hitem) | TreeView | |
| Enable(BOOL bEnable=TRUE) | BaseWindow | |
| EnableScrollBar(UINT uSBFlags, UINT uArrowFlags=ESB_ENABLE_BOTH) | BaseWindow | |
| EndEditLabelNow(UINT fCancel) | TreeView | |
| EnsureVisible(HTREEITEM hitem) | TreeView | |
| Expand(HTREEITEM hItem) | TreeView | |
| Expand(HTREEITEM hitem, UINT code) | TreeView | |
| FlashWindow(BOOL bInvert) | BaseWindow | |
| GetBkColor() const | TreeView | |
| GetChild(HIMAGELIST hitem) const | TreeView | |
| GetClientRect(Rect &rcClient) | BaseWindow | virtual |
| GetCount() const | TreeView | |
| GetDC() | BaseWindow | virtual |
| GetDropHilight() const | TreeView | |
| GetEditControl() const | TreeView | |
| GetExStyle() const | BaseWindow | virtual |
| GetFirstVisible() const | TreeView | |
| GetFont() const | BaseWindow | |
| GetHWND() const | BaseWindow | |
| GetIcon(BOOL bBigIcon=TRUE) const | BaseWindow | |
| GetImageList(int iImage) | TreeView | |
| GetIndent() const | TreeView | |
| GetInsertMarkColor() const | TreeView | |
| GetISearchString(HWND hwndTV, const TCHAR *lpsz) const | TreeView | |
| GetItem(TV_ITEM *pitem) const | TreeView | |
| GetItemData(HTREEITEM hItem) const | TreeView | |
| GetItemHeight() const | TreeView | |
| GetItemRect(HTREEITEM hitem, RECT *prc, UINT code) const | TreeView | |
| GetItemText(HTREEITEM hItem, ni::achar *aaszBuffer, ni::tI32 anMaxChars) const | TreeView | |
| GetItemText(HTREEITEM hItem) const | TreeView | |
| GetItemUserData(HTREEITEM hItem) | TreeView | |
| GetLastVisible() const | TreeView | |
| GetNextItem(HIMAGELIST hitem, UINT code) const | TreeView | |
| GetNextSibling(HIMAGELIST hitem) const | TreeView | |
| GetNextVisible(HIMAGELIST hitem) const | TreeView | |
| GetParent(HIMAGELIST hitem) const | TreeView | |
| GetPrevSibling(HIMAGELIST hitem) const | TreeView | |
| GetPrevVisible(HIMAGELIST hitem) const | TreeView | |
| GetRoot() const | TreeView | |
| GetScrollPos(int nBar) const | BaseWindow | |
| GetScrollRange(int nBar, LPINT lpMinPos, LPINT lpMaxPos) const | BaseWindow | |
| GetScrollTime() | TreeView | |
| GetSelectedItem() | TreeView | |
| GetSelection() const | TreeView | |
| GetStyle() const | BaseWindow | virtual |
| GetText(TCHAR *aszOut, ULONG nMaxChar) const | BaseWindow | virtual |
| GetText() const | BaseWindow | virtual |
| GetTextColor() const | TreeView | |
| GetTextLength() const | BaseWindow | virtual |
| GetToolTips() const | TreeView | |
| GetUnicodeFormat() const | TreeView | |
| GetVisibleCount() const | TreeView | |
| GetWindowLong(int nIndex) const | BaseWindow | virtual |
| GetWindowPlacement(WINDOWPLACEMENT *lpwndpl) const | BaseWindow | |
| GetWindowRect(Rect &rcWnd) | BaseWindow | virtual |
| GetWindowRgn(HRGN hRgn) | BaseWindow | |
| GetWindowTextLength() const | BaseWindow | |
| HitTest(TV_HITTESTINFO *pHitInfos) | TreeView | |
| InsertItem(const TCHAR *pszItemDesc, LPARAM iUserData=NULL, HTREEITEM hParent=NULL, UINT iImage=0) | TreeView | |
| Invalidate(BOOL bErase=TRUE) | BaseWindow | |
| cIUnknownImpl< ni::iUnknown >::Invalidate() | cIUnknownImpl< ni::iUnknown > | virtual |
| InvalidateRect(LPCRECT lpRect, BOOL bErase=TRUE) | BaseWindow | |
| InvalidateRgn(HRGN hRgn, BOOL bErase=TRUE) | BaseWindow | |
| IsChild(HWND hWnd) const | BaseWindow | |
| IsCreated() const | BaseWindow | virtual |
| IsEnabled() const | BaseWindow | |
| IsOK() const | cIUnknownImpl< ni::iUnknown > | virtual |
| IsVisible() const | BaseWindow | |
| ListInterfaces(iMutableCollection *apLst, tU32) const | cIUnknownImpl< ni::iUnknown > | virtual |
| m_bDestroy | BaseWindow | protected |
| m_hWnd | BaseWindow | protected |
| PostMessage(UINT Msg, WPARAM wParam, LPARAM lParam) | BaseWindow | virtual |
| QueryInterface(const ni::tUUID &aIID) | cIUnknownImpl< ni::iUnknown > | virtual |
| ReleaseCapture() const | BaseWindow | virtual |
| ReleaseDC(HDC hDC) | BaseWindow | virtual |
| Reshape(UINT iCX, UINT iCY) | BaseWindow | virtual |
| ScreenToClient(LPPOINT lpPoint) const | BaseWindow | |
| ScreenToClient(Rect *pRect) const | BaseWindow | |
| ScrollWindow(int xAmount, int yAmount, Rect *pRect=NULL, Rect *pClipRect=NULL) | BaseWindow | |
| ScrollWindowEx(int dx, int dy, Rect *pRectScroll, Rect *pRectClip, HRGN hRgnUpdate, Rect *pRectUpdate, UINT uFlags) | BaseWindow | |
| ScrollWindowEx(int dx, int dy, UINT uFlags, Rect *pRectScroll=NULL, Rect *pRectClip=NULL, HRGN hRgnUpdate=NULL, Rect *pRectUpdate=NULL) | BaseWindow | |
| Select(HIMAGELIST hitem, UINT code) | TreeView | |
| SelectDropTarget(HIMAGELIST hitem) | TreeView | |
| SelectItem(HIMAGELIST hitem) | TreeView | |
| SelectSetFirstVisible(HIMAGELIST hitem) | TreeView | |
| SendMessage(UINT Msg, WPARAM wParam, LPARAM lParam) | BaseWindow | virtual |
| SendNotifyMessage(UINT message, WPARAM wParam=0, LPARAM lParam=0) | BaseWindow | |
| SetActiveWindow() | BaseWindow | |
| SetBkColor(COLORREF clr) | TreeView | |
| SetCapture() | BaseWindow | virtual |
| SetFocus() | BaseWindow | |
| SetFont(HFONT hFont, BOOL bRedraw=TRUE) | BaseWindow | |
| SetIcon(HICON hIcon, BOOL bBigIcon=TRUE) | BaseWindow | |
| SetImageList(HIMAGELIST hLst) | TreeView | |
| SetImageList(HIMAGELIST himl, int iImage) | TreeView | |
| SetIndent(int indent) | TreeView | |
| SetInsertMark(HTREEITEM hItem, UINT fAfter) | TreeView | |
| SetInsertMarkColor(COLORREF clr) | TreeView | |
| SetItem(const TV_ITEM *pitem) | TreeView | |
| SetItemData(HTREEITEM hItem, void *pData) | TreeView | |
| SetItemHeight(int iHeight) | TreeView | |
| SetItemText(HTREEITEM hItem, const TCHAR *aszText, ni::tI32 anNumChars=-1) | TreeView | |
| SetParent(BaseWindow *pWnd) | BaseWindow | virtual |
| SetScrollPos(int nBar, int nPos, BOOL bRedraw=TRUE) | BaseWindow | |
| SetScrollRange(int nBar, int nMinPos, int nMaxPos, BOOL bRedraw=TRUE) | BaseWindow | |
| SetScrollTime(UINT uTime) | TreeView | |
| SetText(const TCHAR *aszStr) | BaseWindow | virtual |
| SetTextColor(COLORREF clr) | TreeView | |
| SetToolTips(HWND hwndTT) | TreeView | |
| SetTopMost() | BaseWindow | |
| SetUnicodeFormat(UINT fUnicode) | TreeView | |
| SetWindowLong(int nIndex, LONG dwNewLong) | BaseWindow | virtual |
| SetWindowPlacement(const WINDOWPLACEMENT *lpwndpl) | BaseWindow | |
| SetWindowPos(HWND hWndAfter, int iX, int iY, int iCX, int iCY, UINT iFlags=SWP_NOZORDER) | BaseWindow | virtual |
| SetWindowRect(Rect rcWnd) | BaseWindow | virtual |
| SetWindowRgn(HRGN hRgn, BOOL bRedraw=FALSE) | BaseWindow | |
| ShowScrollBar(UINT nBar, BOOL bShow=TRUE) | BaseWindow | |
| ShowWindow(int iCmdShow) | BaseWindow | virtual |
| SortChildren(HTREEITEM hitem, BOOL recurse) | TreeView | |
| SortChildrenCB(TV_SORTCB *psort, BOOL recurse) | TreeView | |
| TreeView() | TreeView | |
| UpdateWindow() | BaseWindow | virtual |
| ValidateRect(LPCRECT lpRect) | BaseWindow | |
| Window() | Window | |
| Window(HWND hWnd, BOOL bDestroy) | Window | |
| WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) | Window | virtual |
| ~BaseWindow() | BaseWindow | virtual |
| ~TreeView() | TreeView | virtual |
| ~Window() | Window | virtual |
1.8.7