, including all inherited members.
| AlertMsg(const tchar *pszMsg,...) const | CWnd | |
| AppendItem(const tchar *pszText, size_t nImage=Core::npos) | CListView | [inline] |
| CCheckBoxList() | CCheckBoxList | |
| CCtrlWnd() | CCtrlWnd | |
| Centre() | CWnd | |
| CheckBoxes(bool bOn=true) | CListView | [inline] |
| ChildRect(const CWnd &rWnd) const | CWnd | |
| ClientRect() const | CWnd | [virtual] |
| CListView() | CListView | |
| CMsgWnd() | CMsgWnd | |
| ColumnWidth(size_t nColumn) const | CListView | [inline] |
| ColumnWidth(size_t nColumn, uint nWidth) | CListView | [inline] |
| ColumnWidthAuto(size_t nColumn, bool bFitHeader=false) | CListView | [inline] |
| Control(int iID) const | CWnd | [inline] |
| CPopupWnd() | CPopupWnd | |
| Create(CMsgWnd &rParent, uint iID, const CRect &rcPos) | CCtrlWnd | [virtual] |
| Create(CMsgWnd &rParent, uint iID, const CRect &rcPos, DWORD dwExStyle, DWORD dwStyle) | CCtrlWnd | [virtual] |
| Create(CMsgWnd &rParent, uint iID, HWND hWnd) | CCtrlWnd | [virtual] |
| CPopupWnd::Create() | CPopupWnd | [virtual] |
| CPopupWnd::Create(DWORD dwExStyle, DWORD dwStyle) | CPopupWnd | [virtual] |
| CPopupWnd::Create(WNDCREATE &rCreate) | CPopupWnd | [protected, virtual] |
| CStdWnd() | CStdWnd | |
| CWnd() | CWnd | [inline] |
| CWnd(HWND hWnd) | CWnd | [inline] |
| CWnd(const CWnd &rhs) | CWnd | [inline] |
| DefaultWndProc(HWND hWnd, UINT iMsg, WPARAM wParam, LPARAM lParam) | CPopupWnd | [protected, virtual] |
| DeleteAllColumns() | CListView | [inline] |
| DeleteAllItems() | CListView | [inline] |
| DeleteColumn(size_t nColumn) | CListView | [inline] |
| DeleteItem(size_t nItem) | CListView | [inline] |
| Destroy() | CWnd | [inline] |
| DrawMenuBar() | CWnd | [inline] |
| Enable(bool bEnable=true) | CWnd | [inline] |
| FatalMsg(const tchar *pszMsg,...) const | CWnd | |
| FindAllItems(const void *pData, Items &vItems) const | CListView | |
| FindItem(const tchar *pszText, bool bPartial=false, size_t nStart=-1) const | CListView | |
| FindItem(LPARAM lData, size_t nStart=-1) const | CListView | |
| FindItem(const void *pData, size_t nStart=-1) const | CListView | |
| Focus() | CWnd | [inline] |
| Font(const CFont &rFont, bool bRedraw=true) | CWnd | [inline] |
| Font() const | CWnd | [inline] |
| FullRowSelect(bool bOn=true) | CListView | [inline] |
| g_oDesktop | CWnd | [static] |
| GetClassParams(WNDCLASS &rParams) | CPopupWnd | [protected, virtual] |
| GetCreateParams(WNDCREATE &rParams) | CListView | [protected, virtual] |
| GridLines(bool bOn=true) | CListView | [inline] |
| Handle() const | CWnd | [inline] |
| HorzScrollPos(int iPos, bool bRepaint=true) | CMsgWnd | [inline] |
| HorzScrollPos() | CMsgWnd | [inline] |
| HorzScrollRange(int iMin, int iMax, bool bRepaint=true) | CMsgWnd | [inline] |
| IconSpacing(uint iHorzSpacing, uint iVertSpacing) | CListView | [inline] |
| ImageList(uint nType, const CImageList &oImageList) | CListView | |
| ImageList(uint nType, uint nRscID, uint nImgWidth, COLORREF crMask) | CListView | |
| InsertColumn(size_t nColumn, const tchar *pszName, size_t nWidth, uint nFormat=LVCFMT_LEFT) | CListView | |
| InsertColumns(const LVColumn *pColumns, size_t nColumns) | CListView | |
| InsertItem(size_t nItem, const tchar *pszText, size_t nImage=-1) | CListView | |
| InsertItem(size_t item, const tstring &text, size_t icon=-1) | CListView | [inline] |
| Invalidate(const CRect &rArea, bool bErase=true) | CWnd | [inline] |
| Invalidate(bool bErase=true) | CWnd | [inline] |
| IsChecked(size_t nItem) | CListView | [inline] |
| IsEnabled() | CWnd | [inline] |
| IsItemChecked(size_t nItem) | CCheckBoxList | [inline] |
| IsMaximised() const | CWnd | [inline] |
| IsMinimised() const | CWnd | [inline] |
| IsSelected(size_t nItem) const | CListView | [inline] |
| IsSelection() const | CListView | [inline] |
| IsVisible() const | CWnd | [inline] |
| ItemCheck(size_t nItem, bool bChecked) | CCheckBoxList | [inline] |
| ItemCount() const | CListView | [inline] |
| ItemData(size_t nItem, LPARAM lParam) | CListView | |
| ItemData(size_t nItem) const | CListView | |
| ItemImage(size_t nItem, size_t nImage) | CListView | |
| ItemImage(size_t nItem) const | CListView | |
| ItemPtr(size_t nItem, const void *pData) | CListView | [inline] |
| ItemPtr(size_t nItem) const | CListView | [inline] |
| Items typedef | CListView | |
| ItemState(size_t nItem, uint nState, uint nMask) | CListView | [inline] |
| ItemState(size_t nItem, uint nMask=LVIS_SELECTED) const | CListView | [inline] |
| ItemText(size_t nItem, size_t nSubItem, const tchar *pszText) | CListView | [inline] |
| ItemText(size_t item, size_t subItem, const tstring &text) | CListView | [inline] |
| ItemText(size_t nItem, size_t nSubItem) const | CListView | |
| m_hWnd | CWnd | [protected] |
| m_iID | CCtrlWnd | [protected] |
| m_lpfnOldWndProc | CPopupWnd | [protected] |
| m_pCtrlMsgTable | CMsgWnd | [protected] |
| m_pParent | CCtrlWnd | [protected] |
| m_rcPos | CCtrlWnd | [protected] |
| MakeItemVisible(size_t nItem) | CListView | [inline] |
| Move(const CRect &rNewPos, bool bRepaint=true) | CWnd | [inline] |
| MsgHandled(BOOL bHandled) | CMsgWnd | [inline, protected] |
| MsgHandledBuffer(BOOL *pbBuffer) | CMsgWnd | [inline, protected] |
| MsgResult(LRESULT lResult) | CMsgWnd | [inline, protected] |
| MsgResultBuffer(LRESULT *plBuffer) | CMsgWnd | [inline, protected] |
| NotifyMsg(const tchar *pszMsg,...) const | CWnd | |
| NumColumns() const | CListView | [inline] |
| OnActivate(bool bActivating) | CPopupWnd | [protected, virtual] |
| OnAppMsg(uint nMsg, WPARAM wParam, LPARAM lParam) | CMsgWnd | [protected, virtual] |
| OnCaptureChanged() | CPopupWnd | [protected, virtual] |
| OnChar(WCL::KeyCode wKey, WCL::KeyState dwFlags) | CPopupWnd | [protected, virtual] |
| OnCmdMsg(uint iID) | CMsgWnd | [protected, virtual] |
| OnCreate(const CRect &rcClient) | CCheckBoxList | [protected, virtual] |
| OnCtlColour(uint nCtlClrMsg, HDC hDC, HWND hCtlWnd) | CMsgWnd | [protected, virtual] |
| OnCtrlMsg(uint iID, uint iMsg, HWND hControl) | CMsgWnd | [protected, virtual] |
| OnCtrlMsg(NMHDR &rMsgHdr) | CMsgWnd | [protected, virtual] |
| OnDestroy() | CMsgWnd | [protected, virtual] |
| OnDrawItem(uint iID, uint iAction, uint iState, CDC &rDC, uint iItem, const CRect &rcItem) | CMsgWnd | [protected, virtual] |
| OnEraseBackground(CDC &rDC) | CMsgWnd | [protected, virtual] |
| OnFocus() | CPopupWnd | [protected, virtual] |
| OnFocusLost() | CPopupWnd | [protected, virtual] |
| OnHelp(HELPINFO &oInfo) | CMsgWnd | [protected, virtual] |
| OnHitTest(const CPoint &ptCursor) | CMsgWnd | [protected, virtual] |
| OnHorizScroll(WCL::ScrollbarFlags iCode, uint iPos) | CMsgWnd | [protected, virtual] |
| OnKeyDown(WCL::KeyCode wKey, WCL::KeyState dwFlags) | CPopupWnd | [protected, virtual] |
| OnKeyUp(WCL::KeyCode wKey, WCL::KeyState dwFlags) | CPopupWnd | [protected, virtual] |
| OnLeftButtonDblClick(const CPoint &ptCursor, WCL::KeyFlags iKeyFlags) | CPopupWnd | [protected, virtual] |
| OnLeftButtonDown(const CPoint &ptCursor, WCL::KeyFlags iKeyFlags) | CPopupWnd | [protected, virtual] |
| OnLeftButtonUp(const CPoint &ptCursor, WCL::KeyFlags iKeyFlags) | CPopupWnd | [protected, virtual] |
| OnMeasureItem(uint iID, uint iItem, uint &iWidth, uint &iHeight) | CMsgWnd | [protected, virtual] |
| OnMouseMove(const CPoint &ptCursor, WCL::KeyFlags iKeyFlags) | CPopupWnd | [protected, virtual] |
| OnNCDestroy() | CMsgWnd | [protected, virtual] |
| OnPaint(CDC &rDC) | CMsgWnd | [protected, virtual] |
| OnReflectedCtlClr(uint nCtlClrMsg, HDC hDC) | CMsgWnd | [protected, virtual] |
| OnReflectedCtrlMsg(uint iMsg) | CMsgWnd | [protected, virtual] |
| OnReflectedCtrlMsg(NMHDR &rMsgHdr) | CMsgWnd | [protected, virtual] |
| OnRegisteredMsg(uint nMsg, WPARAM wParam, LPARAM lParam) | CMsgWnd | [protected, virtual] |
| OnResize(WCL::ResizeFlags iFlag, const CSize &NewSize) | CMsgWnd | [protected, virtual] |
| OnRightButtonDblClick(const CPoint &ptCursor, WCL::KeyFlags iKeyFlags) | CPopupWnd | [protected, virtual] |
| OnRightButtonDown(const CPoint &ptCursor, WCL::KeyFlags iKeyFlags) | CPopupWnd | [protected, virtual] |
| OnRightButtonUp(const CPoint &ptCursor, WCL::KeyFlags iKeyFlags) | CPopupWnd | [protected, virtual] |
| OnSelectMenu(uint iFlags, uint iItemID, HMENU hMenu) | CPopupWnd | [protected, virtual] |
| OnSetCursor(HWND hWnd, uint nHitCode, uint nMouseMsg) | CMsgWnd | [protected, virtual] |
| OnShow(bool bShowing) | CMsgWnd | [protected, virtual] |
| OnShowDefaultMenuHint() | CPopupWnd | [protected, virtual] |
| OnShowMenuItemHint(uint iItemID) | CPopupWnd | [protected, virtual] |
| OnShowMenuPopupHint(HMENU hMenu) | CPopupWnd | [protected, virtual] |
| OnShowSystemMenuHint() | CPopupWnd | [protected, virtual] |
| OnTimer(WCL::TimerID iTimerID) | CMsgWnd | [protected, virtual] |
| OnUserMsg(uint nMsg, WPARAM wParam, LPARAM lParam) | CMsgWnd | [protected, virtual] |
| OnVertScroll(WCL::ScrollbarFlags iCode, uint iPos) | CMsgWnd | [protected, virtual] |
| CWnd::operator=(const CWnd &rhs) | CWnd | [inline] |
| PFNCMDMSGHANDLER typedef | CMsgWnd | [protected] |
| PFNMSGHANDLER typedef | CMsgWnd | [protected] |
| PFNNFYMSGHANDLER typedef | CMsgWnd | [protected] |
| Placement() const | CWnd | |
| PopupWndProc(HWND hWnd, UINT iMsg, WPARAM wParam, LPARAM lParam) | CPopupWnd | [protected, static] |
| PostCommand(uint iCmd) const | CWnd | [inline] |
| PostCtrlMsg(uint iMsg, uint iCtrlID, HWND hCtrl) const | CWnd | [inline] |
| PostMessage(UINT iMsg, WPARAM wParam=0, LPARAM lParam=0L) const | CWnd | [inline] |
| PreRegister() | CCtrlWnd | [virtual] |
| QueryMsg(const tchar *pszMsg,...) const | CWnd | |
| Redraw(bool bRedraw) | CWnd | [inline] |
| Register(WNDCLASS &rParams) | CStdWnd | [protected, virtual] |
| RepaintNow() | CWnd | [inline] |
| Reserve(size_t nItems) | CListView | [inline] |
| RestoreSel(size_t nItem) | CListView | |
| s_WndMap | CWnd | [static] |
| Select(size_t nItem, bool bSelect=true) | CListView | [inline] |
| Selection() const | CListView | [inline] |
| Selections(Items &vItems) const | CListView | |
| SendMessage(UINT iMsg, WPARAM wParam=0, LPARAM lParam=0L) const | CWnd | [inline] |
| SetChecked(size_t nItem, bool bChecked=true) | CListView | [inline] |
| SetMsgResult(BOOL bHandled, LRESULT lResult) | CMsgWnd | [inline, protected] |
| Show(int iStyle=SW_SHOW) | CWnd | [inline] |
| Sort(PFNLVCOMPARE pfnCompare, LPARAM lParamSort) | CListView | [inline] |
| StartTimer(WCL::TimerID iTimerID, uint iTimeout) | CWnd | [inline] |
| StopTimer(WCL::TimerID iTimerID) | CWnd | [inline] |
| StringWidth(const tchar *pszString) const | CListView | [inline] |
| StringWidth(size_t nChars) const | CListView | |
| Title(const tchar *lpszTitle) | CWnd | [inline] |
| Title(const tstring &title) | CWnd | [inline] |
| Title() const | CWnd | |
| Update() | CWnd | [inline] |
| VertScrollPos(int iPos, bool bRepaint=true) | CMsgWnd | [inline] |
| VertScrollPos() | CMsgWnd | [inline] |
| VertScrollRange(int iMin, int iMax, bool bRepaint=true) | CMsgWnd | [inline] |
| WindowExStyle(DWORD dwExStyle) | CWnd | [inline] |
| WindowExStyle() const | CWnd | [inline] |
| WindowPos(HWND hPos, bool bShow) | CWnd | [inline] |
| WindowPos(HWND hPos, const CRect &rcPos, bool bShow) | CWnd | [inline] |
| WindowProc(WNDPROC lpfnWndProc) | CMsgWnd | [inline, protected] |
| WindowRect() const | CWnd | |
| WindowStyle(DWORD dwStyle) | CWnd | [inline] |
| WindowStyle() const | CWnd | [inline] |
| WndProc(HWND hWnd, UINT iMsg, WPARAM wParam, LPARAM lParam) | CStdWnd | [protected, virtual] |
| ~CCheckBoxList() | CCheckBoxList | |
| ~CCtrlWnd() | CCtrlWnd | [virtual] |
| ~CStdWnd() | CStdWnd | [virtual] |
| ~CWnd() | CWnd | [inline, virtual] |