|
SavvyUI C++ UI Library
|
This is the complete list of members for Chart, including all inherited members.
| _componentType | Component | protected |
| _hWnd | Component | protected |
| _showBorder | Component | protected |
| addSeries(const wstring &seriesName, COLORREF seriesColor) | Chart | |
| addSeriesValue(const wstring &seriesName, double value, COLORREF color) | Chart | |
| bringWindowToTop() | Component | |
| Chart() | Chart | |
| clearQueuedPaintRequest() | Component | |
| Component() | Component | |
| createComponent(Component *parent, Bounds rect, long nCmd=-1, BOOL isVisible=TRUE) | Component | |
| doNotSubclass() | Component | protected |
| getActionId() | Component | protected |
| getChildren(vector< Component * > &children) | Component | inlinevirtual |
| GetClientRect(Bounds &rect) | Component | |
| getComponentType() | Component | |
| getCreateWindowOptions(wstring &title, UINT &widownStyles, wstring &wndClassName, BOOL &isCustomWndProc) | Chart | protectedvirtual |
| getCustomFont(long &fontSize, BOOL &isBold, BOOL &isItalic, BOOL &isUnderlined, wstring &fontName) | Component | |
| getId() | Component | |
| getMinimumHeight() | Component | virtual |
| getMouseWheelDelta() | Component | |
| getParent() | Component | |
| getPreferredHeight() | Component | virtual |
| getScrollingInfo(__int64 &scrollMin, __int64 &scrollMax, __int64 &pageSize) | Component | inlinevirtual |
| getTopLevelParent() | Component | |
| 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) | Component | inlinevirtual |
| onArrowLeft(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
| onArrowRight(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
| onArrowUp(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
| onDataChanged(WinHandle hTarget, const wstring &newValue, const ProcParams &procParams) | Component | inlinevirtual |
| onFocusGained() | Component | inlinevirtual |
| onFocusLost() | Component | inlinevirtual |
| onKeyBackSpace(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
| onKeyDelete(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
| onKeyEnd(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
| 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) | Component | inlinevirtual |
| 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) | Component | inlinevirtual |
| 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) | Component | inlinevirtual |
| onPageDown(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
| onPageUp(BOOL shiftPressed, BOOL ctrlPressed) | Component | inlinevirtual |
| onPaint(Graphics *g) | Chart | virtual |
| onSelectionChanged(const SelectionChangeEvent &ev) | Chart | virtual |
| Component::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() | Chart | 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(Component *comp=NULL, BOOL repaintImmediately=FALSE) | Component | |
| setCategories(const vector< wstring > &xAxisValues) | Chart | |
| setEnabled(BOOL bEnable=TRUE) | Component | |
| setFocus() | 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) | Component | inlinevirtual |
| setType(const ChartType &chartType) | Chart | |
| setVisible(BOOL bShow=TRUE) | Component | |
| showBorder(BOOL bShow=TRUE) | Component | |
| showTypeToggleButtons(BOOL bShow) | Chart | |
| startTimer(unsigned int timerId, unsigned int milliseconds) | Component | protected |
| stopTimer(unsigned int timerId) | Component | protected |
| updateScrollbarTopOffset(__int64 firstVisibleRow) | Component | |
| windowCreated() | Chart | protectedvirtual |
| ~Chart() | Chart | virtual |
| ~Component() | Component | virtual |