This is the complete list of members for
wxGridCellAttr, including all inherited members.
Any enum value | wxGridCellAttr | |
Cell enum value | wxGridCellAttr | |
Clone() const | wxGridCellAttr | |
Col enum value | wxGridCellAttr | |
DecRef() | wxGridCellAttr | |
GetAlignment(int *hAlign, int *vAlign) const | wxGridCellAttr | |
GetBackgroundColour() const | wxGridCellAttr | |
GetEditor(const wxGrid *grid, int row, int col) const | wxGridCellAttr | |
GetFont() const | wxGridCellAttr | |
GetNonDefaultAlignment(int *hAlign, int *vAlign) const | wxGridCellAttr | |
GetRenderer(const wxGrid *grid, int row, int col) const | wxGridCellAttr | |
GetTextColour() const | wxGridCellAttr | |
HasAlignment() const | wxGridCellAttr | |
HasBackgroundColour() const | wxGridCellAttr | |
HasEditor() const | wxGridCellAttr | |
HasFont() const | wxGridCellAttr | |
HasRenderer() const | wxGridCellAttr | |
HasTextColour() const | wxGridCellAttr | |
IncRef() | wxGridCellAttr | |
IsReadOnly() const | wxGridCellAttr | |
Row enum value | wxGridCellAttr | |
SetAlignment(int hAlign, int vAlign) | wxGridCellAttr | |
SetBackgroundColour(const wxColour &colBack) | wxGridCellAttr | |
SetDefAttr(wxGridCellAttr *defAttr) | wxGridCellAttr | |
SetEditor(wxGridCellEditor *editor) | wxGridCellAttr | |
SetFont(const wxFont &font) | wxGridCellAttr | |
SetReadOnly(bool isReadOnly=true) | wxGridCellAttr | |
SetRenderer(wxGridCellRenderer *renderer) | wxGridCellAttr | |
SetTextColour(const wxColour &colText) | wxGridCellAttr | |
wxAttrKind enum name | wxGridCellAttr | |
wxGridCellAttr(wxGridCellAttr *attrDefault=NULL) | wxGridCellAttr | |
wxGridCellAttr(const wxColour &colText, const wxColour &colBack, const wxFont &font, int hAlign, int vAlign) | wxGridCellAttr | |