SavvyUI C++ UI Library
|
This is the complete list of members for TreeView, including all inherited members.
_componentType | Component | protected |
_hWnd | Component | protected |
_showBorder | Component | protected |
addActionListener(ActionListener *l) | TreeView | |
addContextMenuItem(long actionId, const wstring &text, const wstring &nodeType=L"") | TreeView | |
addItem(const wstring &itemText, const wstring &itemId=L"", const wstring &parentId=L"", const wstring &nodeType=L"") | TreeView | |
addSelectionChangedListener(SelectionChangeListener *l) | TreeView | |
clear() | TreeView | |
clearQueuedPaintRequest() | Component | |
Component() | Component | |
createComponent(WinHandle hParent, Bounds rect, long nCmd=-1, BOOL isVisible=TRUE) | Component | |
doNotSubclass() | Component | protected |
getActionId() | Component | protected |
GetClientRect(Bounds &rect) | Component | |
getComponentType() | Component | |
getCreateWindowOptions(wstring &title, UINT &widownStyles, wstring &wndClassName, BOOL &isCustomWndProc) | TreeView | protectedvirtual |
getId() | Component | |
getItemCount() | TreeView | |
getMinimumHeight() | Component | virtual |
getMouseWheelDelta() | Component | |
getParent() | Component | |
getPreferredHeight() | Component | virtual |
getScrollingInfo(__int64 &scrollMin, __int64 &scrollMax, __int64 &pageSize) | TreeView | virtual |
getSelectedItem() | TreeView | |
getWindowHandle() | Component | |
GetWindowRect(Bounds &rect) | Component | |
isWindowCreated() | Component | |
moveWindow(long x, long y, long width, long height, BOOL bRedraw=TRUE) | Component | |
onAction(WinHandle hTarget, long actionId, const ProcParams &procParams) | Component | inlinevirtual |
onArrowDown(BOOL shiftPressed, BOOL ctrlPressed) | TreeView | virtual |
onArrowLeft(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onArrowRight(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onArrowUp(BOOL shiftPressed, BOOL ctrlPressed) | TreeView | virtual |
onDataChanged(WinHandle hTarget, const wstring &newValue, const ProcParams &procParams) | Component | inlinevirtual |
onDrawItem(LPDRAWITEMSTRUCT dis, const ProcParams &procParams) | Component | inlinevirtual |
onDrawMeasureItem(LPMEASUREITEMSTRUCT dis, const ProcParams &procParams) | Component | inlinevirtual |
onFocusGained() | Component | inlinevirtual |
onFocusLost() | Component | inlinevirtual |
onHorzScroll(WinHandle hTarget, const ProcParams &procParams) | Component | inlinevirtual |
onKeyBackSpace(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyDelete(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyEnd(BOOL shiftPressed, BOOL ctrlPressed) | TreeView | virtual |
onKeyEnter(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyF1(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyF10(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyF11(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyF12(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyF2(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyF3(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyF4(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyF5(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyF6(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyF7(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyF8(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyF9(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyHome(BOOL shiftPressed, BOOL ctrlPressed) | TreeView | virtual |
onKeyInsert(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyTab(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onKeyTyped(wchar_t ch, BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onMouseMoved(WinHandle hWnd, int x, int y, BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onMousePressed(WinHandle hWnd, int x, int y, int clickCount, BOOL shiftPressed, BOOL ctrlPressed) | TreeView | virtual |
onMouseReleased(WinHandle hWnd, int x, int y, BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onMouseRightClicked(WinHandle hWnd, int x, int y, BOOL shiftPressed, BOOL ctrlPressed) | TreeView | virtual |
onMouseWheel(WinHandle hWnd, int x, int y, int delta) | TreeView | virtual |
onPageDown(BOOL shiftPressed, BOOL ctrlPressed) | TreeView | virtual |
onPageUp(BOOL shiftPressed, BOOL ctrlPressed) | TreeView | virtual |
onPaint(Graphics *g) | TreeView | virtual |
onSelectionChanged(WinHandle hTarget, int itemIndex, const wstring &itemText, BOOL itemChecked, const ProcParams &procParams) | Component | inlinevirtual |
onTimer(unsigned int timerId) | Component | inlinevirtual |
onWindowMoved() | Component | inlinevirtual |
onWindowResized() | TreeView | virtual |
protectedAddActionListener(ActionListener *l) | Component | protected |
protectedAddDataChangedListener(DataChangeListener *l) | Component | protected |
protectedAddItemDoubleClickedListener(RowDoubleClickListener *l) | Component | protected |
protectedAddSelectionChangedListener(SelectionChangeListener *l) | Component | protected |
protectedFireActionEvent(long actionId=-1, const wstring &actionName=L"") | Component | protected |
protectedFireDataChangedEvent(const wstring &oldValue, const wstring &newValue) | Component | protected |
protectedFireItemDoubleClickedEvent(__int64 rowIndex) | Component | protected |
protectedFireSelectionChangedEvent(long selectionIndex=-1, const wstring &selectionValue=L"", BOOL checked=FALSE) | Component | protected |
reconfigureScrollBar() | Component | |
repaint(WinHandle hWnd=NULL) | Component | |
setEnabled(BOOL bEnable=TRUE) | Component | |
setFont(long fontSize, BOOL isBold=FALSE, BOOL isItalic=FALSE, BOOL isUnderlined=FALSE, const wstring &fontName=L"Arial") | Component | |
setMouseWheelDelta(int delta) | Component | |
setParent(Component *parent) | Component | |
setScrollbarTopOffset(__int64 firstVisibleRow) | TreeView | virtual |
setTitle(const wstring &title) | TreeView | |
setVisible(BOOL bShow=TRUE) | Component | |
showBorder(BOOL bShow=TRUE) | Component | |
startTimer(unsigned int timerId, unsigned int milliseconds) | Component | protected |
stopTimer(unsigned int timerId) | Component | protected |
TreeView() | TreeView | |
updateScrollbarTopOffset(__int64 firstVisibleRow) | Component | |
windowCreated() | TreeView | protectedvirtual |
~Component() | Component | virtual |
~TreeView() | TreeView | virtual |