Classes | |
class | wxGridCellRenderer |
This class is responsible for actually drawing the cell in the grid. More... | |
class | wxGridCellAutoWrapStringRenderer |
This class may be used to format string data in a cell. More... | |
class | wxGridCellBoolRenderer |
This class may be used to format boolean data in a cell. More... | |
class | wxGridCellDateTimeRenderer |
This class may be used to format a date/time data in a cell. More... | |
class | wxGridCellEnumRenderer |
This class may be used to render in a cell a number as a textual equivalent. More... | |
class | wxGridCellFloatRenderer |
This class may be used to format floating point data in a cell. More... | |
class | wxGridCellNumberRenderer |
This class may be used to format integer data in a cell. More... | |
class | wxGridCellStringRenderer |
This class may be used to format string data in a cell; it is the default for string cells. More... | |
class | wxGridCellEditor |
This class is responsible for providing and manipulating the in-place edit controls for the grid. More... | |
class | wxGridCellAutoWrapStringEditor |
Grid cell editor for wrappable string/text data. More... | |
class | wxGridCellBoolEditor |
Grid cell editor for boolean data. More... | |
class | wxGridCellChoiceEditor |
Grid cell editor for string data providing the user a choice from a list of strings. More... | |
class | wxGridCellEnumEditor |
Grid cell editor which displays an enum number as a textual equivalent (eg. More... | |
class | wxGridCellTextEditor |
Grid cell editor for string/text data. More... | |
class | wxGridCellFloatEditor |
The editor for floating point numbers data. More... | |
class | wxGridCellNumberEditor |
Grid cell editor for numeric integer data. More... | |
class | wxGridCellAttr |
This class can be used to alter the cells' appearance in the grid by changing their attributes from the defaults. More... | |
class | wxGridCornerHeaderRenderer |
Base class for corner window renderer. More... | |
class | wxGridHeaderLabelsRenderer |
Common base class for row and column headers renderers. More... | |
class | wxGridRowHeaderRenderer |
Base class for row headers renderer. More... | |
class | wxGridColumnHeaderRenderer |
Base class for column headers renderer. More... | |
class | wxGridRowHeaderRendererDefault |
Default row header renderer. More... | |
class | wxGridColumnHeaderRendererDefault |
Default column header renderer. More... | |
class | wxGridCornerHeaderRendererDefault |
Default corner window renderer. More... | |
class | wxGridCellAttrProvider |
Class providing attributes to be used for the grid cells. More... | |
class | wxGridCellCoords |
Represents coordinates of a grid cell. More... | |
class | wxGridTableBase |
The almost abstract base class for grid tables. More... | |
class | wxGridTableMessage |
A simple class used to pass messages from the table to the grid. More... | |
class | wxGridStringTable |
Simplest type of data table for a grid for small tables of strings that are stored in memory. More... | |
class | wxGridSizesInfo |
wxGridSizesInfo stores information about sizes of all wxGrid rows or columns. More... | |
class | wxGrid |
wxGrid and its related classes are used for displaying and editing tabular data. More... | |
class | wxGridUpdateLocker |
This small class can be used to prevent wxGrid from redrawing during its lifetime by calling wxGrid::BeginBatch() in its constructor and wxGrid::EndBatch() in its destructor. More... | |
class | wxGridEvent |
This event class contains information about various grid events. More... | |
class | wxGridSizeEvent |
This event class contains information about a row/column resize event. More... | |
class | wxGridRangeSelectEvent |
class | wxGridEditorCreatedEvent |
Macros | |
#define | wxGRID_AUTOSIZE (-1) |
Magic constant which tells (to some functions) to automatically calculate the appropriate size. More... | |
#define wxGRID_AUTOSIZE (-1) |
Magic constant which tells (to some functions) to automatically calculate the appropriate size.
Specifier used to format the data to string for the numbers handled by wxGridCellFloatRenderer and wxGridCellFloatEditor.
enum wxGridDirection |
Many wxGrid methods work either with columns or rows, this enum is used for the parameter indicating which one should it be.
Enumerator | |
---|---|
wxGRID_COLUMN | |
wxGRID_ROW |
enum wxGridRenderStyle |
Rendering styles supported by wxGrid::Render() method.
enum wxGridTableRequest |
wxEventType wxEVT_GRID_CELL_BEGIN_DRAG |
wxEventType wxEVT_GRID_CELL_CHANGED |
wxEventType wxEVT_GRID_CELL_CHANGING |
wxEventType wxEVT_GRID_CELL_LEFT_CLICK |
wxEventType wxEVT_GRID_CELL_LEFT_DCLICK |
wxEventType wxEVT_GRID_CELL_RIGHT_CLICK |
wxEventType wxEVT_GRID_CELL_RIGHT_DCLICK |
wxEventType wxEVT_GRID_COL_AUTO_SIZE |
wxEventType wxEVT_GRID_COL_MOVE |
wxEventType wxEVT_GRID_COL_SIZE |
wxEventType wxEVT_GRID_COL_SORT |
wxEventType wxEVT_GRID_EDITOR_CREATED |
wxEventType wxEVT_GRID_EDITOR_HIDDEN |
wxEventType wxEVT_GRID_EDITOR_SHOWN |
wxEventType wxEVT_GRID_LABEL_LEFT_CLICK |
wxEventType wxEVT_GRID_LABEL_LEFT_DCLICK |
wxEventType wxEVT_GRID_LABEL_RIGHT_CLICK |
wxEventType wxEVT_GRID_LABEL_RIGHT_DCLICK |
wxEventType wxEVT_GRID_RANGE_SELECT |
wxEventType wxEVT_GRID_ROW_SIZE |
wxEventType wxEVT_GRID_SELECT_CELL |
wxEventType wxEVT_GRID_TABBING |