SavvyUI C++ UI Library
Loading...
Searching...
No Matches
Grid Member List

This is the complete list of members for Grid, including all inherited members.

_componentTypeComponentprotected
_hWndComponentprotected
_showBorderComponentprotected
addColumn(const wstring &name, const wstring &title, BOOL isVisible, UINT widthRatio, long alignment=-1, BOOL isSortable=FALSE, BOOL isFilterable=FALSE, BOOL isEditable=FALSE, const EditType &editStyle=EditType::TEXTFIELD, const vector< wstring > &editOptions={}, const wstring &computedColumnExpression=L"")Grid
addGridChangeListener(GridChangeListener *l)Grid
addItemDoubleClickedListener(RowDoubleClickListener *l)Grid
addRow()Grid
addSelectionChangedListener(SelectionChangeListener *l)Grid
clear()Grid
clearQueuedPaintRequest()Component
Component()Component
createComponent(WinHandle hParent, Bounds rect, long nCmd=-1, BOOL isVisible=TRUE)Component
deleteRow(__int64 rowIndex)Grid
doNotSubclass()Componentprotected
getActionId()Componentprotected
getCellValue(__int64 rowIndex, long columnIndex)Grid
getCellValue(__int64 rowIndex, const wstring &columnName)Grid
GetClientRect(Bounds &rect)Component
getColumnEditor(long columnIndex)Grid
getColumns()Grid
getComponentType()Component
getCreateWindowOptions(wstring &title, UINT &widownStyles, wstring &wndClassName, BOOL &isCustomWndProc) overrideGridprotectedvirtual
getId()Component
getMinimumHeight()Componentvirtual
getMouseWheelDelta()Component
getParent()Component
getPreferredHeight()Componentvirtual
getRowCount()Grid
getScrollingInfo(__int64 &scrollMin, __int64 &scrollMax, __int64 &pageSize) overrideGridvirtual
getSelectedRow()Grid
getWindowHandle()Component
GetWindowRect(Bounds &rect)Component
Grid()Grid
isWindowCreated()Component
moveWindow(long x, long y, long width, long height, BOOL bRedraw=TRUE)Component
onAction(WinHandle hTarget, long actionId, const ProcParams &procParams)Componentinlinevirtual
onArrowDown(BOOL shiftPressed, BOOL ctrlPressed) overrideGridvirtual
onArrowLeft(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onArrowRight(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onArrowUp(BOOL shiftPressed, BOOL ctrlPressed) overrideGridvirtual
onDataChanged(WinHandle hTarget, const wstring &newValue, const ProcParams &procParams)Componentinlinevirtual
onDrawItem(LPDRAWITEMSTRUCT dis, const ProcParams &procParams)Componentinlinevirtual
onDrawMeasureItem(LPMEASUREITEMSTRUCT dis, const ProcParams &procParams)Componentinlinevirtual
onFocusGained() overrideGridvirtual
onFocusLost() overrideGridvirtual
onHorzScroll(WinHandle hTarget, const ProcParams &procParams)Componentinlinevirtual
onKeyBackSpace(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyDelete(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyEnd(BOOL shiftPressed, BOOL ctrlPressed) overrideGridvirtual
onKeyEnter(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyF1(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyF10(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyF11(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyF12(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyF2(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyF3(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyF4(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyF5(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyF6(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyF7(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyF8(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyF9(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyHome(BOOL shiftPressed, BOOL ctrlPressed) overrideGridvirtual
onKeyInsert(BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onKeyTab(BOOL shiftPressed, BOOL ctrlPressed) overrideGridvirtual
onKeyTyped(wchar_t ch, BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onMouseMoved(WinHandle hWnd, int x, int y, BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onMousePressed(WinHandle hWnd, int x, int y, int clickCount, BOOL shiftPressed, BOOL ctrlPressed) overrideGridvirtual
onMouseReleased(WinHandle hWnd, int x, int y, BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onMouseRightClicked(WinHandle hWnd, int x, int y, BOOL shiftPressed, BOOL ctrlPressed)Componentinlinevirtual
onMouseWheel(WinHandle hWnd, int x, int y, int delta) overrideGridvirtual
onPageDown(BOOL shiftPressed, BOOL ctrlPressed) overrideGridvirtual
onPageUp(BOOL shiftPressed, BOOL ctrlPressed) overrideGridvirtual
onPaint(Graphics *g) overrideGridvirtual
onSelectionChanged(WinHandle hTarget, int itemIndex, const wstring &itemText, BOOL itemChecked, const ProcParams &procParams)Componentinlinevirtual
onTimer(unsigned int timerId)Componentinlinevirtual
onWindowMoved()Componentinlinevirtual
onWindowResized() overrideGridvirtual
protectedAddActionListener(ActionListener *l)Componentprotected
protectedAddDataChangedListener(DataChangeListener *l)Componentprotected
protectedAddItemDoubleClickedListener(RowDoubleClickListener *l)Componentprotected
protectedAddSelectionChangedListener(SelectionChangeListener *l)Componentprotected
protectedFireActionEvent(long actionId=-1, const wstring &actionName=L"")Componentprotected
protectedFireDataChangedEvent(const wstring &oldValue, const wstring &newValue)Componentprotected
protectedFireItemDoubleClickedEvent(__int64 rowIndex)Componentprotected
protectedFireSelectionChangedEvent(long selectionIndex=-1, const wstring &selectionValue=L"", BOOL checked=FALSE)Componentprotected
reconfigureScrollBar()Component
reloadPage()Grid
repaint(WinHandle hWnd=NULL)Component
setCellValue(__int64 rowIndex, long columnIndex, const wstring &value)Grid
setCellValue(__int64 rowIndex, const wstring &columnName, const wstring &value)Grid
setColumnEditor(long columnIndex, Component *component)Grid
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
setPager(Pager *pager)Grid
setParent(Component *parent)Component
setScrollbarTopOffset(__int64 firstVisibleRow) overrideGridvirtual
setStriped(BOOL isStriped)Grid
setVisible(BOOL bShow=TRUE)Component
showBorder(BOOL bShow=TRUE)Component
startTimer(unsigned int timerId, unsigned int milliseconds)Componentprotected
stopTimer(unsigned int timerId)Componentprotected
updateScrollbarTopOffset(__int64 firstVisibleRow)Component
windowCreated() overrideGridprotectedvirtual
~Component()Componentvirtual
~Grid()Gridvirtual