This is the complete list of members for wxGrid, including all inherited members.
| AcceptsFocus() const | wxWindow | virtual |
| AcceptsFocusFromKeyboard() const | wxWindow | virtual |
| AcceptsFocusRecursively() const | wxWindow | virtual |
| AddChild(wxWindow *child) | wxWindow | virtual |
| AddFilter(wxEventFilter *filter) | wxEvtHandler | static |
| AddPendingEvent(const wxEvent &event) | wxWindow | protectedvirtual |
| AdjustForLayoutDirection(wxCoord x, wxCoord width, wxCoord widthTotal) const | wxWindow | virtual |
| AdjustScrollbars() | wxScrolled< wxWindow > | virtual |
| AllocExclusive() | wxObject | protected |
| AlwaysShowScrollbars(bool hflag=true, bool vflag=true) | wxWindow | virtual |
| AppendCols(int numCols=1, bool updateLabels=true) | wxGrid | |
| AppendRows(int numRows=1, bool updateLabels=true) | wxGrid | |
| AreHorzGridLinesClipped() const | wxGrid | |
| AreVertGridLinesClipped() const | wxGrid | |
| AssignTable(wxGridTableBase *table, wxGridSelectionModes selmode=wxGridSelectCells) | wxGrid | |
| AutoSize() | wxGrid | |
| AutoSizeColLabelSize(int col) | wxGrid | |
| AutoSizeColumn(int col, bool setAsMin=true) | wxGrid | |
| AutoSizeColumns(bool setAsMin=true) | wxGrid | |
| AutoSizeRow(int row, bool setAsMin=true) | wxGrid | |
| AutoSizeRowLabelSize(int col) | wxGrid | |
| AutoSizeRows(bool setAsMin=true) | wxGrid | |
| BeginBatch() | wxGrid | |
| BeginRepositioningChildren() | wxWindow | |
| Bind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL) | wxEvtHandler | |
| Bind(const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL) | wxEvtHandler | |
| BlockToDeviceRect(const wxGridCellCoords &topLeft, const wxGridCellCoords &bottomRight, const wxGridWindow *gridWindow=NULL) const | wxGrid | |
| CacheBestSize(const wxSize &size) const | wxWindow | |
| CalcCellsExposed(const wxRegion ®, wxGridWindow *gridWindow=NULL) const | wxGrid | |
| CalcColLabelsExposed(const wxRegion ®, wxGridWindow *gridWindow=NULL) const | wxGrid | |
| CalcGridWindowScrolledPosition(int x, int y, int *xx, int *yy, const wxGridWindow *gridWindow) const | wxGrid | |
| CalcGridWindowScrolledPosition(const wxPoint &pt, const wxGridWindow *gridWindow) const | wxGrid | |
| CalcGridWindowUnscrolledPosition(int x, int y, int *xx, int *yy, const wxGridWindow *gridWindow) const | wxGrid | |
| CalcGridWindowUnscrolledPosition(const wxPoint &pt, const wxGridWindow *gridWindow) const | wxGrid | |
| CalcRowLabelsExposed(const wxRegion ®, wxGridWindow *gridWindow=NULL) const | wxGrid | |
| CalcScrolledPosition(int x, int y, int *xx, int *yy) const | wxScrolled< wxWindow > | |
| CalcScrolledPosition(const wxPoint &pt) const | wxScrolled< wxWindow > | |
| CalcUnscrolledPosition(int x, int y, int *xx, int *yy) const | wxScrolled< wxWindow > | |
| CalcUnscrolledPosition(const wxPoint &pt) const | wxScrolled< wxWindow > | |
| CallAfter(void(T::*method)(T1,...), T1 x1,...) | wxEvtHandler | |
| CallAfter(const T &functor) | wxEvtHandler | |
| CanAcceptFocus() const | wxWindow | |
| CanAcceptFocusFromKeyboard() const | wxWindow | |
| CanDragCell() const | wxGrid | |
| CanDragColMove() const | wxGrid | |
| CanDragColSize(int col) const | wxGrid | |
| CanDragGridColEdges() const | wxGrid | |
| CanDragGridRowEdges() const | wxGrid | |
| CanDragGridSize() const | wxGrid | |
| CanDragRowSize(int row) const | wxGrid | |
| CanEnableCellControl() const | wxGrid | |
| CanHaveAttributes() const | wxGrid | protected |
| CanHideColumns() const | wxGrid | |
| CanScroll(int orient) const | wxWindow | |
| CanSetTransparent() | wxWindow | virtual |
| CaptureMouse() | wxWindow | |
| CellSpan enum name | wxGrid | |
| CellSpan_Inside enum value | wxGrid | |
| CellSpan_Main enum value | wxGrid | |
| CellSpan_None enum value | wxGrid | |
| CellToGridWindow(int row, int col) const | wxGrid | |
| CellToGridWindow(const wxGridCellCoords &coords) const | wxGrid | |
| CellToRect(int row, int col) const | wxGrid | |
| CellToRect(const wxGridCellCoords &coords) const | wxGrid | |
| Center(int dir=wxBOTH) | wxWindow | |
| CenterOnParent(int dir=wxBOTH) | wxWindow | |
| Centre(int direction=wxBOTH) | wxWindow | |
| CentreOnParent(int direction=wxBOTH) | wxWindow | |
| ClearBackground() | wxWindow | virtual |
| ClearGrid() | wxGrid | |
| ClearSelection() | wxGrid | |
| ClientToScreen(int *x, int *y) const | wxWindow | |
| ClientToScreen(const wxPoint &pt) const | wxWindow | |
| ClientToWindowSize(const wxSize &size) const | wxWindow | virtual |
| ClipHorzGridLines(bool clip) | wxGrid | |
| ClipVertGridLines(bool clip) | wxGrid | |
| CloneRefData(const wxObjectRefData *data) const | wxObject | protectedvirtual |
| Close(bool force=false) | wxWindow | |
| Connect(int id, int lastId, wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
| Connect(int id, wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
| Connect(wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
| ConvertDialogToPixels(const wxPoint &pt) const | wxWindow | |
| ConvertDialogToPixels(const wxSize &sz) const | wxWindow | |
| ConvertPixelsToDialog(const wxPoint &pt) const | wxWindow | |
| ConvertPixelsToDialog(const wxSize &sz) const | wxWindow | |
| Create(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxWANTS_CHARS, const wxString &name=wxGridNameStr) | wxGrid | |
| CreateGrid(int numRows, int numCols, wxGridSelectionModes selmode=wxGridSelectCells) | wxGrid | |
| CreateRefData() const | wxObject | protectedvirtual |
| DeleteCols(int pos=0, int numCols=1, bool updateLabels=true) | wxGrid | |
| DeletePendingEvents() | wxEvtHandler | |
| DeleteRows(int pos=0, int numRows=1, bool updateLabels=true) | wxGrid | |
| DeselectCell(int row, int col) | wxGrid | |
| DeselectCol(int col) | wxGrid | |
| DeselectRow(int row) | wxGrid | |
| Destroy() | wxWindow | virtual |
| DestroyChildren() | wxWindow | |
| DevicePosToGridWindow(wxPoint pos) const | wxGrid | |
| DevicePosToGridWindow(int x, int y) const | wxGrid | |
| Disable() | wxWindow | |
| DisableCellEditControl() | wxGrid | |
| DisableColResize(int col) | wxGrid | |
| DisableDragColMove() | wxGrid | |
| DisableDragColSize() | wxGrid | |
| DisableDragGridSize() | wxGrid | |
| DisableDragRowSize() | wxGrid | |
| DisableFocusFromKeyboard() | wxWindow | |
| DisableHidingColumns() | wxGrid | |
| DisableKeyboardScrolling() | wxScrolled< wxWindow > | |
| DisableRowResize(int row) | wxGrid | |
| Disconnect(wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
| Disconnect(int id=wxID_ANY, wxEventType eventType=wxEVT_NULL, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
| Disconnect(int id, int lastId, wxEventType eventType, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
| DoCentre(int direction) | wxWindow | protectedvirtual |
| DoGetBestClientHeight(int width) const | wxWindow | protectedvirtual |
| DoGetBestClientSize() const | wxWindow | protectedvirtual |
| DoGetBestClientWidth(int height) const | wxWindow | protectedvirtual |
| DoGetBestSize() const | wxWindow | protectedvirtual |
| DoPrepareDC(wxDC &dc) | wxScrolled< wxWindow > | |
| DoUpdateWindowUI(wxUpdateUIEvent &event) | wxWindow | virtual |
| DragAcceptFiles(bool accept) | wxWindow | virtual |
| DrawCellHighlight(wxDC &dc, const wxGridCellAttr *attr) | wxGrid | virtual |
| DrawColLabel(wxDC &dc, int col) | wxGrid | virtual |
| DrawColLabels(wxDC &dc, const wxArrayInt &cols) | wxGrid | virtual |
| DrawCornerLabel(wxDC &dc) | wxGrid | virtual |
| DrawRowLabel(wxDC &dc, int row) | wxGrid | virtual |
| DrawRowLabels(wxDC &dc, const wxArrayInt &rows) | wxGrid | virtual |
| DrawTextRectangle(wxDC &dc, const wxString &text, const wxRect &rect, int horizontalAlignment=wxALIGN_LEFT, int verticalAlignment=wxALIGN_TOP, int textOrientation=wxHORIZONTAL) const | wxGrid | |
| DrawTextRectangle(wxDC &dc, const wxArrayString &lines, const wxRect &rect, int horizontalAlignment=wxALIGN_LEFT, int verticalAlignment=wxALIGN_TOP, int textOrientation=wxHORIZONTAL) const | wxGrid | |
| Enable(bool enable=true) | wxWindow | virtual |
| EnableCellEditControl(bool enable=true) | wxGrid | |
| EnableDragCell(bool enable=true) | wxGrid | |
| EnableDragColMove(bool enable=true) | wxGrid | |
| EnableDragColSize(bool enable=true) | wxGrid | |
| EnableDragGridSize(bool enable=true) | wxGrid | |
| EnableDragRowSize(bool enable=true) | wxGrid | |
| EnableEditing(bool edit) | wxGrid | |
| EnableGridLines(bool enable=true) | wxGrid | |
| EnableHidingColumns(bool enable=true) | wxGrid | |
| EnableScrolling(bool xScrolling, bool yScrolling) | wxScrolled< wxWindow > | |
| EnableTouchEvents(int eventsMask) | wxWindow | virtual |
| EnableVisibleFocus(bool enable) | wxWindow | virtual |
| EndBatch() | wxGrid | |
| EndRepositioningChildren() | wxWindow | |
| FindFocus() | wxWindow | static |
| FindWindow(long id) const | wxWindow | |
| FindWindow(const wxString &name) const | wxWindow | |
| FindWindowById(long id, const wxWindow *parent=0) | wxWindow | static |
| FindWindowByLabel(const wxString &label, const wxWindow *parent=0) | wxWindow | static |
| FindWindowByName(const wxString &name, const wxWindow *parent=0) | wxWindow | static |
| Fit() | wxGrid | virtual |
| FitInside() | wxWindow | virtual |
| ForceRefresh() | wxGrid | |
| Freeze() | wxWindow | |
| FreezeTo(unsigned row, unsigned col) | wxGrid | |
| FreezeTo(const wxGridCellCoords &coords) | wxGrid | |
| FromDIP(const wxSize &sz) const | wxWindow | |
| FromDIP(const wxPoint &pt) const | wxWindow | |
| FromDIP(int d) const | wxWindow | |
| FromDIP(const wxSize &sz, const wxWindow *w) | wxWindow | static |
| FromDIP(const wxPoint &pt, const wxWindow *w) | wxWindow | static |
| FromDIP(int d, const wxWindow *w) | wxWindow | static |
| GetAcceleratorTable() | wxWindow | |
| GetAccessible() | wxWindow | |
| GetAutoLayout() const | wxWindow | |
| GetBackgroundColour() const | wxWindow | |
| GetBackgroundStyle() const | wxWindow | virtual |
| GetBatchCount() const | wxGrid | |
| GetBestHeight(int width) const | wxWindow | |
| GetBestSize() const | wxWindow | |
| GetBestVirtualSize() const | wxWindow | virtual |
| GetBestWidth(int height) const | wxWindow | |
| GetBorder(long flags) const | wxWindow | |
| GetBorder() const | wxWindow | |
| GetCapture() | wxWindow | static |
| GetCaret() const | wxWindow | |
| GetCellAlignment(int row, int col, int *horiz, int *vert) const | wxGrid | |
| GetCellBackgroundColour(int row, int col) const | wxGrid | |
| GetCellEditor(int row, int col) const | wxGrid | |
| GetCellFitMode(int row, int col) const | wxGrid | |
| GetCellFont(int row, int col) const | wxGrid | |
| GetCellHighlightColour() const | wxGrid | |
| GetCellHighlightPenWidth() const | wxGrid | |
| GetCellHighlightROPenWidth() const | wxGrid | |
| GetCellOverflow(int row, int col) const | wxGrid | |
| GetCellRenderer(int row, int col) const | wxGrid | |
| GetCellSize(int row, int col, int *num_rows, int *num_cols) const | wxGrid | |
| GetCellSize(const wxGridCellCoords &coords) const | wxGrid | |
| GetCellTextColour(int row, int col) const | wxGrid | |
| GetCellValue(int row, int col) const | wxGrid | |
| GetCellValue(const wxGridCellCoords &coords) const | wxGrid | |
| GetCharHeight() const | wxWindow | virtual |
| GetCharWidth() const | wxWindow | virtual |
| GetChildren() | wxWindow | |
| GetChildren() const | wxWindow | |
| GetClassDefaultAttributes(wxWindowVariant variant=wxWINDOW_VARIANT_NORMAL) | wxWindow | static |
| GetClassInfo() const | wxObject | virtual |
| GetClientAreaOrigin() const | wxWindow | virtual |
| GetClientData() const | wxEvtHandler | |
| GetClientObject() const | wxEvtHandler | |
| GetClientRect() const | wxWindow | |
| GetClientSize(int *width, int *height) const | wxWindow | |
| GetClientSize() const | wxWindow | |
| GetColAt(int colPos) const | wxGrid | |
| GetColGridLinePen(int col) | wxGrid | virtual |
| GetColLabelAlignment(int *horiz, int *vert) const | wxGrid | |
| GetColLabelSize() const | wxGrid | |
| GetColLabelTextOrientation() const | wxGrid | |
| GetColLabelValue(int col) const | wxGrid | |
| GetColLeft(int col) const | wxGrid | protected |
| GetColMinimalAcceptableWidth() const | wxGrid | |
| GetColMinimalWidth(int col) const | wxGrid | protected |
| GetColPos(int colID) const | wxGrid | |
| GetColRight(int col) const | wxGrid | protected |
| GetColSize(int col) const | wxGrid | |
| GetColSizes() const | wxGrid | |
| GetConstraints() const | wxWindow | |
| GetContainingSizer() const | wxWindow | |
| GetContentScaleFactor() const | wxWindow | |
| GetCornerLabelAlignment(int *horiz, int *vert) const | wxGrid | |
| GetCornerLabelTextOrientation() const | wxGrid | |
| GetCornerLabelValue() const | wxGrid | |
| GetCursor() const | wxWindow | |
| GetDefaultAttributes() const | wxWindow | virtual |
| GetDefaultCellAlignment(int *horiz, int *vert) const | wxGrid | |
| GetDefaultCellBackgroundColour() const | wxGrid | |
| GetDefaultCellFitMode() const | wxGrid | |
| GetDefaultCellFont() const | wxGrid | |
| GetDefaultCellOverflow() const | wxGrid | |
| GetDefaultCellTextColour() const | wxGrid | |
| GetDefaultColLabelSize() const | wxGrid | |
| GetDefaultColSize() const | wxGrid | |
| GetDefaultEditor() const | wxGrid | |
| GetDefaultEditorForCell(int row, int col) const | wxGrid | virtual |
| GetDefaultEditorForCell(const wxGridCellCoords &c) const | wxGrid | |
| GetDefaultEditorForType(const wxString &typeName) const | wxGrid | virtual |
| GetDefaultGridLinePen() | wxGrid | virtual |
| GetDefaultRenderer() const | wxGrid | |
| GetDefaultRendererForCell(int row, int col) const | wxGrid | virtual |
| GetDefaultRendererForType(const wxString &typeName) const | wxGrid | virtual |
| GetDefaultRowLabelSize() const | wxGrid | |
| GetDefaultRowSize() const | wxGrid | |
| GetDPI() const | wxWindow | virtual |
| GetDPIScaleFactor() const | wxWindow | |
| GetDropTarget() const | wxWindow | virtual |
| GetEffectiveMinSize() const | wxWindow | virtual |
| GetEventHandler() const | wxWindow | |
| GetEvtHandlerEnabled() const | wxEvtHandler | |
| GetExtraStyle() const | wxWindow | |
| GetFirstFullyVisibleColumn() const | wxGrid | |
| GetFirstFullyVisibleRow() const | wxGrid | |
| GetFont() const | wxWindow | |
| GetForegroundColour() const | wxWindow | |
| GetFrozenColGridWindow() const | wxGrid | |
| GetFrozenCornerGridWindow() const | wxGrid | |
| GetFrozenRowGridWindow() const | wxGrid | |
| GetGrandParent() const | wxWindow | |
| GetGridColHeader() const | wxGrid | |
| GetGridColLabelWindow() const | wxGrid | |
| GetGridCornerLabelWindow() const | wxGrid | |
| GetGridCursorCol() const | wxGrid | |
| GetGridCursorCoords() const | wxGrid | |
| GetGridCursorRow() const | wxGrid | |
| GetGridLineColour() const | wxGrid | |
| GetGridRowLabelWindow() const | wxGrid | |
| GetGridWindow() const | wxGrid | |
| GetGridWindowOffset(const wxGridWindow *gridWindow, int &x, int &y) const | wxGrid | |
| GetGridWindowOffset(const wxGridWindow *gridWindow) const | wxGrid | |
| GetHandle() const | wxWindow | virtual |
| GetHelpText() const | wxWindow | |
| GetHelpTextAtPoint(const wxPoint &point, wxHelpEvent::Origin origin) const | wxWindow | virtual |
| GetId() const | wxWindow | |
| GetLabel() const | wxWindow | virtual |
| GetLabelBackgroundColour() const | wxGrid | |
| GetLabelFont() const | wxGrid | |
| GetLabelTextColour() const | wxGrid | |
| GetLayoutDirection() const | wxWindow | virtual |
| GetMaxClientSize() const | wxWindow | virtual |
| GetMaxHeight() const | wxWindow | |
| GetMaxSize() const | wxWindow | virtual |
| GetMaxWidth() const | wxWindow | |
| GetMinClientSize() const | wxWindow | virtual |
| GetMinHeight() const | wxWindow | |
| GetMinSize() const | wxWindow | virtual |
| GetMinWidth() const | wxWindow | |
| GetName() const | wxWindow | virtual |
| GetNextHandler() const | wxEvtHandler | |
| GetNextSibling() const | wxWindow | |
| GetNumberCols() const | wxGrid | |
| GetNumberFrozenCols() const | wxGrid | |
| GetNumberFrozenRows() const | wxGrid | |
| GetNumberRows() const | wxGrid | |
| GetOrCreateCellAttr(int row, int col) const | wxGrid | |
| GetOrCreateCellAttrPtr(int row, int col) const | wxGrid | |
| GetParent() const | wxWindow | |
| GetPopupMenuSelectionFromUser(wxMenu &menu, const wxPoint &pos=wxDefaultPosition) | wxWindow | |
| GetPopupMenuSelectionFromUser(wxMenu &menu, int x, int y) | wxWindow | |
| GetPosition(int *x, int *y) const | wxWindow | |
| GetPosition() const | wxWindow | |
| GetPreviousHandler() const | wxEvtHandler | |
| GetPrevSibling() const | wxWindow | |
| GetRect() const | wxWindow | |
| GetRefData() const | wxObject | |
| GetRowGridLinePen(int row) | wxGrid | virtual |
| GetRowLabelAlignment(int *horiz, int *vert) const | wxGrid | |
| GetRowLabelSize() const | wxGrid | |
| GetRowLabelValue(int row) const | wxGrid | |
| GetRowMinimalAcceptableHeight() const | wxGrid | |
| GetRowMinimalHeight(int col) const | wxGrid | protected |
| GetRowSize(int row) const | wxGrid | |
| GetRowSizes() const | wxGrid | |
| GetScaleX() const | wxScrolled< wxWindow > | |
| GetScaleY() const | wxScrolled< wxWindow > | |
| GetScreenPosition(int *x, int *y) const | wxWindow | |
| GetScreenPosition() const | wxWindow | |
| GetScreenRect() const | wxWindow | |
| GetScrollLines(int orient) const | wxScrolled< wxWindow > | |
| GetScrollLineX() const | wxGrid | |
| GetScrollLineY() const | wxGrid | |
| GetScrollPageSize(int orient) const | wxScrolled< wxWindow > | |
| GetScrollPixelsPerUnit(int *xUnit, int *yUnit) const | wxScrolled< wxWindow > | |
| GetScrollPos(int orientation) const | wxWindow | virtual |
| GetScrollRange(int orientation) const | wxWindow | virtual |
| GetScrollThumb(int orientation) const | wxWindow | virtual |
| GetSelectedBlocks() const | wxGrid | |
| GetSelectedCells() const | wxGrid | |
| GetSelectedColBlocks() const | wxGrid | |
| GetSelectedCols() const | wxGrid | |
| GetSelectedRowBlocks() const | wxGrid | |
| GetSelectedRows() const | wxGrid | |
| GetSelectionBackground() const | wxGrid | |
| GetSelectionBlockBottomRight() const | wxGrid | |
| GetSelectionBlockTopLeft() const | wxGrid | |
| GetSelectionForeground() const | wxGrid | |
| GetSelectionMode() const | wxGrid | |
| GetSize(int *width, int *height) const | wxWindow | |
| GetSize() const | wxWindow | |
| GetSizeAvailableForScrollTarget(const wxSize &size) | wxScrolled< wxWindow > | protectedvirtual |
| GetSizer() const | wxWindow | |
| GetSortingColumn() const | wxGrid | |
| GetTable() const | wxGrid | |
| GetTargetRect() const | wxScrolled< wxWindow > | |
| GetTargetWindow() const | wxScrolled< wxWindow > | |
| GetTextExtent(const wxString &string, int *w, int *h, int *descent=NULL, int *externalLeading=NULL, const wxFont *font=NULL) const | wxWindow | |
| GetTextExtent(const wxString &string) const | wxWindow | |
| GetThemeEnabled() const | wxWindow | virtual |
| GetToolTip() const | wxWindow | |
| GetToolTipText() const | wxWindow | |
| GetUpdateClientRect() const | wxWindow | |
| GetUpdateRegion() const | wxWindow | |
| GetValidator() | wxWindow | virtual |
| GetViewStart(int *x, int *y) const | wxScrolled< wxWindow > | |
| GetViewStart() const | wxScrolled< wxWindow > | |
| GetVirtualSize(int *x, int *y) const | wxScrolled< wxWindow > | |
| wxWindow::GetVirtualSize() const | wxWindow | |
| GetWindowBorderSize() const | wxWindow | virtual |
| GetWindowStyle() const | wxWindow | |
| GetWindowStyleFlag() const | wxWindow | virtual |
| GetWindowVariant() const | wxWindow | |
| GoToCell(int row, int col) | wxGrid | |
| GoToCell(const wxGridCellCoords &coords) | wxGrid | |
| GridLinesEnabled() const | wxGrid | |
| HandleAsNavigationKey(const wxKeyEvent &event) | wxWindow | |
| HandleWindowEvent(wxEvent &event) const | wxWindow | |
| HasCapture() const | wxWindow | virtual |
| HasExtraStyle(int exFlag) const | wxWindow | |
| HasFlag(int flag) const | wxWindow | |
| HasFocus() const | wxWindow | virtual |
| HasMultiplePages() const | wxWindow | virtual |
| HasScrollbar(int orient) const | wxWindow | |
| HasTransparentBackground() | wxWindow | virtual |
| Hide() | wxWindow | |
| HideCellEditControl() | wxGrid | |
| HideCol(int col) | wxGrid | |
| HideColLabels() | wxGrid | |
| HideRow(int col) | wxGrid | |
| HideRowLabels() | wxGrid | |
| HideWithEffect(wxShowEffect effect, unsigned int timeout=0) | wxWindow | virtual |
| HitTest(wxCoord x, wxCoord y) const | wxWindow | |
| HitTest(const wxPoint &pt) const | wxWindow | |
| InformFirstDirection(int direction, int size, int availableOtherDir) | wxWindow | virtual |
| InheritAttributes() | wxWindow | virtual |
| InheritsBackgroundColour() const | wxWindow | |
| InheritsForegroundColour() const | wxWindow | |
| InitDialog() | wxWindow | virtual |
| InsertCols(int pos=0, int numCols=1, bool updateLabels=true) | wxGrid | |
| InsertRows(int pos=0, int numRows=1, bool updateLabels=true) | wxGrid | |
| InvalidateBestSize() | wxWindow | |
| IsAutoScrolling() const | wxScrolled< wxWindow > | |
| IsBeingDeleted() const | wxWindow | |
| IsCellEditControlEnabled() const | wxGrid | |
| IsCellEditControlShown() const | wxGrid | |
| IsColShown(int col) const | wxGrid | |
| IsCurrentCellReadOnly() const | wxGrid | |
| IsDescendant(wxWindow *win) const | wxWindow | |
| IsDoubleBuffered() const | wxWindow | virtual |
| IsEditable() const | wxGrid | |
| IsEnabled() const | wxWindow | |
| IsExposed(int x, int y) const | wxWindow | |
| IsExposed(wxPoint &pt) const | wxWindow | |
| IsExposed(int x, int y, int w, int h) const | wxWindow | |
| IsExposed(wxRect &rect) const | wxWindow | |
| IsFocusable() const | wxWindow | |
| IsFrozen() const | wxWindow | |
| IsInSelection(int row, int col) const | wxGrid | |
| IsInSelection(const wxGridCellCoords &coords) const | wxGrid | |
| IsKindOf(const wxClassInfo *info) const | wxObject | |
| IsReadOnly(int row, int col) const | wxGrid | |
| IsRetained() const | wxScrolled< wxWindow > | virtual |
| IsRowShown(int row) const | wxGrid | |
| IsSameAs(const wxObject &obj) const | wxObject | |
| IsScrollbarAlwaysShown(int orient) const | wxWindow | virtual |
| IsSelection() const | wxGrid | |
| IsShown() const | wxWindow | virtual |
| IsShownOnScreen() const | wxWindow | virtual |
| IsSortingBy(int col) const | wxGrid | |
| IsSortOrderAscending() const | wxGrid | |
| IsThisEnabled() const | wxWindow | |
| IsTopLevel() const | wxWindow | virtual |
| IsTransparentBackgroundSupported(wxString *reason=NULL) const | wxWindow | virtual |
| IsUnlinked() const | wxEvtHandler | |
| IsUsingNativeHeader() const | wxGrid | |
| IsVisible(int row, int col, bool wholeCellVisible=true) const | wxGrid | |
| IsVisible(const wxGridCellCoords &coords, bool wholeCellVisible=true) const | wxGrid | |
| Layout() | wxWindow | virtual |
| LineDown() | wxWindow | |
| LineUp() | wxWindow | |
| Lower() | wxWindow | virtual |
| m_refData | wxObject | protected |
| MakeCellVisible(int row, int col) | wxGrid | |
| MakeCellVisible(const wxGridCellCoords &coords) | wxGrid | |
| Move(int x, int y, int flags=wxSIZE_USE_EXISTING) | wxWindow | |
| Move(const wxPoint &pt, int flags=wxSIZE_USE_EXISTING) | wxWindow | |
| MoveAfterInTabOrder(wxWindow *win) | wxWindow | |
| MoveBeforeInTabOrder(wxWindow *win) | wxWindow | |
| MoveCursorDown(bool expandSelection) | wxGrid | |
| MoveCursorDownBlock(bool expandSelection) | wxGrid | |
| MoveCursorLeft(bool expandSelection) | wxGrid | |
| MoveCursorLeftBlock(bool expandSelection) | wxGrid | |
| MoveCursorRight(bool expandSelection) | wxGrid | |
| MoveCursorRightBlock(bool expandSelection) | wxGrid | |
| MoveCursorUp(bool expandSelection) | wxGrid | |
| MoveCursorUpBlock(bool expandSelection) | wxGrid | |
| MovePageDown() | wxGrid | |
| MovePageUp() | wxGrid | |
| Navigate(int flags=wxNavigationKeyEvent::IsForward) | wxWindow | |
| NavigateIn(int flags=wxNavigationKeyEvent::IsForward) | wxWindow | |
| NewControlId(int count=1) | wxWindow | static |
| OnDraw(wxDC &dc) | wxScrolled< wxWindow > | virtual |
| OnInternalIdle() | wxWindow | virtual |
| operator delete(void *buf) | wxObject | |
| operator new(size_t size, const wxString &filename=NULL, int lineNum=0) | wxObject | |
| PageDown() | wxWindow | |
| PageUp() | wxWindow | |
| PopEventHandler(bool deleteHandler=false) | wxWindow | |
| PopupMenu(wxMenu *menu, const wxPoint &pos=wxDefaultPosition) | wxWindow | |
| PopupMenu(wxMenu *menu, int x, int y) | wxWindow | |
| PostSizeEvent() | wxWindow | |
| PostSizeEventToParent() | wxWindow | |
| PrepareDC(wxDC &dc) | wxScrolled< wxWindow > | |
| ProcessEvent(wxEvent &event) | wxWindow | protectedvirtual |
| ProcessEventLocally(wxEvent &event) | wxEvtHandler | |
| ProcessPendingEvents() | wxWindow | protected |
| ProcessTableMessage(wxGridTableMessage &msg) | wxGrid | |
| ProcessThreadEvent(const wxEvent &event) | wxWindow | protected |
| ProcessWindowEvent(wxEvent &event) | wxWindow | |
| ProcessWindowEventLocally(wxEvent &event) | wxWindow | |
| PushEventHandler(wxEvtHandler *handler) | wxWindow | |
| QueueEvent(wxEvent *event) | wxWindow | protectedvirtual |
| Raise() | wxWindow | virtual |
| Ref(const wxObject &clone) | wxObject | |
| Refresh(bool eraseBackground=true, const wxRect *rect=NULL) | wxWindow | virtual |
| RefreshAttr(int row, int col) | wxGrid | |
| RefreshRect(const wxRect &rect, bool eraseBackground=true) | wxWindow | |
| RegisterDataType(const wxString &typeName, wxGridCellRenderer *renderer, wxGridCellEditor *editor) | wxGrid | |
| RegisterHotKey(int hotkeyId, int modifiers, int virtualKeyCode) | wxWindow | virtual |
| ReleaseMouse() | wxWindow | |
| RemoveChild(wxWindow *child) | wxWindow | virtual |
| RemoveEventHandler(wxEvtHandler *handler) | wxWindow | |
| RemoveFilter(wxEventFilter *filter) | wxEvtHandler | static |
| Render(wxDC &dc, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, const wxGridCellCoords &topLeft=wxGridCellCoords(-1, -1), const wxGridCellCoords &bottomRight=wxGridCellCoords(-1, -1), int style=wxGRID_DRAW_DEFAULT) | wxGrid | |
| Reparent(wxWindow *newParent) | wxWindow | virtual |
| ResetColPos() | wxGrid | |
| SafelyProcessEvent(wxEvent &event) | wxWindow | protected |
| SaveEditControlValue() | wxGrid | |
| ScreenToClient(int *x, int *y) const | wxWindow | |
| ScreenToClient(const wxPoint &pt) const | wxWindow | |
| Scroll(int x, int y) | wxScrolled< wxWindow > | |
| Scroll(const wxPoint &pt) | wxScrolled< wxWindow > | |
| ScrollLines(int lines) | wxWindow | virtual |
| ScrollPages(int pages) | wxWindow | virtual |
| ScrollWindow(int dx, int dy, const wxRect *rect=NULL) | wxWindow | virtual |
| SelectAll() | wxGrid | |
| SelectBlock(int topRow, int leftCol, int bottomRow, int rightCol, bool addToSelected=false) | wxGrid | |
| SelectBlock(const wxGridCellCoords &topLeft, const wxGridCellCoords &bottomRight, bool addToSelected=false) | wxGrid | |
| SelectCol(int col, bool addToSelected=false) | wxGrid | |
| SelectRow(int row, bool addToSelected=false) | wxGrid | |
| SendAutoScrollEvents(wxScrollWinEvent &event) const | wxScrolled< wxWindow > | virtual |
| SendDestroyEvent() | wxWindow | protected |
| SendIdleEvents(wxIdleEvent &event) | wxWindow | virtual |
| SendSizeEvent(int flags=0) | wxWindow | virtual |
| SendSizeEventToParent(int flags=0) | wxWindow | |
| SetAcceleratorTable(const wxAcceleratorTable &accel) | wxWindow | virtual |
| SetAccessible(wxAccessible *accessible) | wxWindow | |
| SetAttr(int row, int col, wxGridCellAttr *attr) | wxGrid | |
| SetAutoLayout(bool autoLayout) | wxWindow | |
| SetBackgroundColour(const wxColour &colour) | wxWindow | virtual |
| SetBackgroundStyle(wxBackgroundStyle style) | wxWindow | virtual |
| SetCanFocus(bool canFocus) | wxWindow | virtual |
| SetCaret(wxCaret *caret) | wxWindow | |
| SetCellAlignment(int row, int col, int horiz, int vert) | wxGrid | |
| SetCellAlignment(int align, int row, int col) | wxGrid | |
| SetCellBackgroundColour(int row, int col, const wxColour &colour) | wxGrid | |
| SetCellEditor(int row, int col, wxGridCellEditor *editor) | wxGrid | |
| SetCellFitMode(int row, int col, wxGridFitMode fitMode) | wxGrid | |
| SetCellFont(int row, int col, const wxFont &font) | wxGrid | |
| SetCellHighlightColour(const wxColour &) | wxGrid | |
| SetCellHighlightPenWidth(int width) | wxGrid | |
| SetCellHighlightROPenWidth(int width) | wxGrid | |
| SetCellOverflow(int row, int col, bool allow) | wxGrid | |
| SetCellRenderer(int row, int col, wxGridCellRenderer *renderer) | wxGrid | |
| SetCellSize(int row, int col, int num_rows, int num_cols) | wxGrid | |
| SetCellTextColour(int row, int col, const wxColour &colour) | wxGrid | |
| SetCellTextColour(const wxColour &val, int row, int col) | wxGrid | |
| SetCellTextColour(const wxColour &colour) | wxGrid | |
| SetCellValue(int row, int col, const wxString &s) | wxGrid | |
| SetCellValue(const wxGridCellCoords &coords, const wxString &s) | wxGrid | |
| SetCellValue(const wxString &val, int row, int col) | wxGrid | |
| SetClientData(void *data) | wxEvtHandler | |
| SetClientObject(wxClientData *data) | wxEvtHandler | |
| SetClientSize(int width, int height) | wxWindow | |
| SetClientSize(const wxSize &size) | wxWindow | |
| SetClientSize(const wxRect &rect) | wxWindow | |
| SetColAttr(int col, wxGridCellAttr *attr) | wxGrid | |
| SetColFormatBool(int col) | wxGrid | |
| SetColFormatCustom(int col, const wxString &typeName) | wxGrid | |
| SetColFormatDate(int col, const wxString &format=wxString()) | wxGrid | |
| SetColFormatFloat(int col, int width=-1, int precision=-1) | wxGrid | |
| SetColFormatNumber(int col) | wxGrid | |
| SetColLabelAlignment(int horiz, int vert) | wxGrid | |
| SetColLabelSize(int height) | wxGrid | |
| SetColLabelTextOrientation(int textOrientation) | wxGrid | |
| SetColLabelValue(int col, const wxString &value) | wxGrid | |
| SetColMinimalAcceptableWidth(int width) | wxGrid | |
| SetColMinimalWidth(int col, int width) | wxGrid | |
| SetColPos(int colID, int newPos) | wxGrid | |
| SetColSize(int col, int width) | wxGrid | |
| SetColSizes(const wxGridSizesInfo &sizeInfo) | wxGrid | |
| SetColumnsOrder(const wxArrayInt &order) | wxGrid | |
| SetConstraints(wxLayoutConstraints *constraints) | wxWindow | |
| SetContainingSizer(wxSizer *sizer) | wxWindow | |
| SetCornerLabelAlignment(int horiz, int vert) | wxGrid | |
| SetCornerLabelTextOrientation(int textOrientation) | wxGrid | |
| SetCornerLabelValue(const wxString &) | wxGrid | |
| SetCursor(const wxCursor &cursor) | wxWindow | virtual |
| SetDefaultCellAlignment(int horiz, int vert) | wxGrid | |
| SetDefaultCellBackgroundColour(const wxColour &colour) | wxGrid | |
| SetDefaultCellFitMode(wxGridFitMode fitMode) | wxGrid | |
| SetDefaultCellFont(const wxFont &font) | wxGrid | |
| SetDefaultCellOverflow(bool allow) | wxGrid | |
| SetDefaultCellTextColour(const wxColour &colour) | wxGrid | |
| SetDefaultColSize(int width, bool resizeExistingCols=false) | wxGrid | |
| SetDefaultEditor(wxGridCellEditor *editor) | wxGrid | |
| SetDefaultRenderer(wxGridCellRenderer *renderer) | wxGrid | |
| SetDefaultRowSize(int height, bool resizeExistingRows=false) | wxGrid | |
| SetDoubleBuffered(bool on) | wxWindow | |
| SetDropTarget(wxDropTarget *target) | wxWindow | virtual |
| SetEventHandler(wxEvtHandler *handler) | wxWindow | |
| SetEvtHandlerEnabled(bool enabled) | wxEvtHandler | |
| SetExtraStyle(long exStyle) | wxWindow | virtual |
| SetFocus() | wxWindow | virtual |
| SetFocusFromKbd() | wxWindow | virtual |
| SetFont(const wxFont &font) | wxWindow | virtual |
| SetForegroundColour(const wxColour &colour) | wxWindow | virtual |
| SetGridCursor(int row, int col) | wxGrid | |
| SetGridCursor(const wxGridCellCoords &coords) | wxGrid | |
| SetGridFrozenBorderColour(const wxColour &) | wxGrid | |
| SetGridFrozenBorderPenWidth(int width) | wxGrid | |
| SetGridLineColour(const wxColour &colour) | wxGrid | |
| SetHelpText(const wxString &helpText) | wxWindow | |
| SetId(wxWindowID winid) | wxWindow | |
| SetInitialBestSize(const wxSize &size) | wxWindow | protectedvirtual |
| SetInitialSize(const wxSize &size=wxDefaultSize) | wxWindow | |
| SetLabel(const wxString &label) | wxWindow | virtual |
| SetLabelBackgroundColour(const wxColour &colour) | wxGrid | |
| SetLabelFont(const wxFont &font) | wxGrid | |
| SetLabelTextColour(const wxColour &colour) | wxGrid | |
| SetLayoutDirection(wxLayoutDirection dir) | wxWindow | virtual |
| SetMargins(int extraWidth, int extraHeight) | wxGrid | |
| SetMaxClientSize(const wxSize &size) | wxWindow | virtual |
| SetMaxSize(const wxSize &size) | wxWindow | virtual |
| SetMinClientSize(const wxSize &size) | wxWindow | virtual |
| SetMinSize(const wxSize &size) | wxWindow | virtual |
| SetName(const wxString &name) | wxWindow | virtual |
| SetNextHandler(wxEvtHandler *handler) | wxWindow | virtual |
| SetOwnBackgroundColour(const wxColour &colour) | wxWindow | |
| SetOwnFont(const wxFont &font) | wxWindow | |
| SetOwnForegroundColour(const wxColour &colour) | wxWindow | |
| SetPalette(const wxPalette &pal) | wxWindow | |
| SetPosition(const wxPoint &pt) | wxWindow | |
| SetPreviousHandler(wxEvtHandler *handler) | wxWindow | virtual |
| SetReadOnly(int row, int col, bool isReadOnly=true) | wxGrid | |
| SetRefData(wxObjectRefData *data) | wxObject | |
| SetRowAttr(int row, wxGridCellAttr *attr) | wxGrid | |
| SetRowLabelAlignment(int horiz, int vert) | wxGrid | |
| SetRowLabelSize(int width) | wxGrid | |
| SetRowLabelValue(int row, const wxString &value) | wxGrid | |
| SetRowMinimalAcceptableHeight(int height) | wxGrid | |
| SetRowMinimalHeight(int row, int height) | wxGrid | |
| SetRowSize(int row, int height) | wxGrid | |
| SetRowSizes(const wxGridSizesInfo &sizeInfo) | wxGrid | |
| SetScale(double xs, double ys) | wxScrolled< wxWindow > | |
| SetScrollbar(int orientation, int position, int thumbSize, int range, bool refresh=true) | wxWindow | virtual |
| SetScrollbars(int pixelsPerUnitX, int pixelsPerUnitY, int noUnitsX, int noUnitsY, int xPos=0, int yPos=0, bool noRefresh=false) | wxScrolled< wxWindow > | |
| SetScrollLineX(int x) | wxGrid | |
| SetScrollLineY(int y) | wxGrid | |
| SetScrollPageSize(int orient, int pageSize) | wxScrolled< wxWindow > | |
| SetScrollPos(int orientation, int pos, bool refresh=true) | wxWindow | virtual |
| SetScrollRate(int xstep, int ystep) | wxScrolled< wxWindow > | |
| SetSelectionBackground(const wxColour &c) | wxGrid | |
| SetSelectionForeground(const wxColour &c) | wxGrid | |
| SetSelectionMode(wxGridSelectionModes selmode) | wxGrid | |
| SetSize(int x, int y, int width, int height, int sizeFlags=wxSIZE_AUTO) | wxWindow | |
| SetSize(const wxRect &rect) | wxWindow | |
| SetSize(const wxSize &size) | wxWindow | |
| SetSize(int width, int height) | wxWindow | |
| SetSizeHints(const wxSize &minSize, const wxSize &maxSize=wxDefaultSize, const wxSize &incSize=wxDefaultSize) | wxWindow | virtual |
| SetSizeHints(int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) | wxWindow | virtual |
| SetSizer(wxSizer *sizer, bool deleteOld=true) | wxWindow | |
| SetSizerAndFit(wxSizer *sizer, bool deleteOld=true) | wxWindow | |
| SetSortingColumn(int col, bool ascending=true) | wxGrid | |
| SetTabBehaviour(TabBehaviour behaviour) | wxGrid | |
| SetTable(wxGridTableBase *table, bool takeOwnership=false, wxGridSelectionModes selmode=wxGridSelectCells) | wxGrid | |
| SetTargetRect(const wxRect &rect) | wxScrolled< wxWindow > | |
| SetTargetWindow(wxWindow *window) | wxScrolled< wxWindow > | |
| SetThemeEnabled(bool enable) | wxWindow | virtual |
| SetToolTip(const wxString &tipString) | wxWindow | |
| SetToolTip(wxToolTip *tip) | wxWindow | |
| SetTransparent(wxByte alpha) | wxWindow | virtual |
| SetUseNativeColLabels(bool native=true) | wxGrid | |
| SetValidator(const wxValidator &validator) | wxWindow | virtual |
| SetVirtualSize(int width, int height) | wxWindow | |
| SetVirtualSize(const wxSize &size) | wxWindow | |
| SetWindowStyle(long style) | wxWindow | |
| SetWindowStyleFlag(long style) | wxWindow | virtual |
| SetWindowVariant(wxWindowVariant variant) | wxWindow | |
| ShouldInheritColours() const | wxWindow | virtual |
| ShouldScrollToChildOnFocus(wxWindow *child) | wxScrolled< wxWindow > | protectedvirtual |
| Show(bool show=true) | wxWindow | virtual |
| ShowCellEditControl() | wxGrid | |
| ShowCol(int col) | wxGrid | |
| ShowRow(int col) | wxGrid | |
| ShowScrollbars(wxScrollbarVisibility horz, wxScrollbarVisibility vert) | wxScrolled< wxWindow > | |
| ShowWithEffect(wxShowEffect effect, unsigned int timeout=0) | wxWindow | virtual |
| StopAutoScrolling() | wxScrolled< wxWindow > | |
| Tab_Leave enum value | wxGrid | |
| Tab_Stop enum value | wxGrid | |
| Tab_Wrap enum value | wxGrid | |
| TabBehaviour enum name | wxGrid | |
| Thaw() | wxWindow | |
| ToDIP(const wxSize &sz) const | wxWindow | |
| ToDIP(const wxPoint &pt) const | wxWindow | |
| ToDIP(int d) const | wxWindow | |
| ToDIP(const wxSize &sz, const wxWindow *w) | wxWindow | static |
| ToDIP(const wxPoint &pt, const wxWindow *w) | wxWindow | static |
| ToDIP(int d, const wxWindow *w) | wxWindow | static |
| ToggleWindowStyle(int flag) | wxWindow | |
| TransferDataFromWindow() | wxWindow | virtual |
| TransferDataToWindow() | wxWindow | virtual |
| TryAfter(wxEvent &event) | wxEvtHandler | protectedvirtual |
| TryBefore(wxEvent &event) | wxEvtHandler | protectedvirtual |
| Unbind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL) | wxEvtHandler | |
| Unbind(const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL) | wxEvtHandler | |
| Unlink() | wxEvtHandler | |
| UnRef() | wxObject | |
| UnregisterHotKey(int hotkeyId) | wxWindow | virtual |
| UnreserveControlId(wxWindowID id, int count=1) | wxWindow | static |
| UnsetSortingColumn() | wxGrid | |
| UnsetToolTip() | wxWindow | |
| UnShare() | wxObject | |
| Update() | wxWindow | virtual |
| UpdateWindowUI(long flags=wxUPDATE_UI_NONE) | wxWindow | virtual |
| UseBackgroundColour() const | wxWindow | |
| UseBgCol() const | wxWindow | |
| UseForegroundColour() const | wxWindow | |
| UseNativeColHeader(bool native=true) | wxGrid | |
| Validate() | wxWindow | virtual |
| WarpPointer(int x, int y) | wxWindow | virtual |
| WindowToClientSize(const wxSize &size) const | wxWindow | virtual |
| wxEvtHandler() | wxEvtHandler | |
| wxGrid() | wxGrid | |
| wxGrid(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxWANTS_CHARS, const wxString &name=wxGridNameStr) | wxGrid | |
| wxGridSelectCells enum value | wxGrid | |
| wxGridSelectColumns enum value | wxGrid | |
| wxGridSelectionModes enum name | wxGrid | |
| wxGridSelectNone enum value | wxGrid | |
| wxGridSelectRows enum value | wxGrid | |
| wxGridSelectRowsOrColumns enum value | wxGrid | |
| wxObject() | wxObject | |
| wxObject(const wxObject &other) | wxObject | |
| wxScrolled() | wxScrolled< wxWindow > | |
| wxScrolled(wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxHSCROLL|wxVSCROLL, const wxString &name="scrolledWindow") | wxScrolled< wxWindow > | |
| wxWindow() | wxWindow | |
| wxWindow(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxPanelNameStr) | wxWindow | |
| XToCol(int x, bool clipToMinMax=false, wxGridWindow *gridWindow=NULL) const | wxGrid | |
| XToEdgeOfCol(int x) const | wxGrid | |
| XYToCell(int x, int y, wxGridWindow *gridWindow=NULL) const | wxGrid | |
| XYToCell(const wxPoint &pos, wxGridWindow *gridWindow=NULL) const | wxGrid | |
| YToEdgeOfRow(int y) const | wxGrid | |
| YToRow(int y, bool clipToMinMax=false, wxGridWindow *gridWindow=NULL) const | wxGrid | |
| ~wxEvtHandler() | wxEvtHandler | virtual |
| ~wxGrid() | wxGrid | virtual |
| ~wxObject() | wxObject | virtual |
| ~wxWindow() | wxWindow | virtual |