SavvyUI C++ UI Library
|
This is the complete list of members for ListBox, including all inherited members.
_componentType | Component | protected |
_hWnd | Component | protected |
_showBorder | Component | protected |
addItem(const wstring &text, COLORREF color=Theme::BackgroundColor) | ListBox | |
addItemDoubleClickedListener(RowDoubleClickListener *l) | ListBox | |
addSelectionChangedListener(SelectionChangeListener *l) | ListBox | |
clear() | ListBox | |
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) | ListBox | protectedvirtual |
getId() | Component | |
getMinimumHeight() | Component | virtual |
getMouseWheelDelta() | Component | |
getParent() | Component | |
getPreferredHeight() | Component | virtual |
getScrollingInfo(__int64 &scrollMin, __int64 &scrollMax, __int64 &pageSize) override | ListBox | virtual |
getSelectedItem() | ListBox | |
getWindowHandle() | Component | |
GetWindowRect(Bounds &rect) | Component | |
isWindowCreated() | Component | |
ListBox() | ListBox | |
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) override | ListBox | virtual |
onArrowLeft(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onArrowRight(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
onArrowUp(BOOL shiftPressed, BOOL ctrlPressed) override | ListBox | 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() override | ListBox | virtual |
onFocusLost() override | ListBox | virtual |
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) override | ListBox | 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) override | ListBox | 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) override | ListBox | 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) | Component | inlinevirtual |
onMouseWheel(WinHandle hWnd, int x, int y, int delta) override | ListBox | virtual |
onPageDown(BOOL shiftPressed, BOOL ctrlPressed) override | ListBox | virtual |
onPageUp(BOOL shiftPressed, BOOL ctrlPressed) override | ListBox | virtual |
onPaint(Graphics *g) override | ListBox | 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() override | ListBox | 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 | |
setColorsListType() | ListBox | |
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) override | ListBox | virtual |
setSelectedItem(const wstring &text) | ListBox | |
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 |
updateScrollbarTopOffset(__int64 firstVisibleRow) | Component | |
windowCreated() | ListBox | protectedvirtual |
~Component() | Component | virtual |
~ListBox() | ListBox | virtual |