Base class for simple wxPropertyGrid cell information. More...
#include <propgrid.h>
Public Member Functions | |
void | Assign (const wxPGCell &cell) |
Copies content of one wxPGCell to this. | |
const wxColour & | GetBgCol () const |
const wxBitmap & | GetBitmap () const |
const wxColour & | GetFgCol () const |
const wxFont & | GetFont () const |
const wxString & | GetText () const |
bool | HasText () const |
Returns if the cell has valid text. | |
void | SetBgCol (const wxColour &col) |
void | SetBitmap (const wxBitmap &bitmap) |
void | SetFgCol (const wxColour &col) |
void | SetFont (const wxFont &font) |
void | SetText (const wxString &text) |
wxPGCell (const wxString &text, const wxBitmap &bitmap=wxNullBitmap, const wxColour &fgCol=wxNullColour, const wxColour &bgCol=wxNullColour) | |
Protected Attributes | |
wxColour | m_bgCol |
wxBitmap | m_bitmap |
wxColour | m_fgCol |
wxFont | m_font |
wxString | m_text |
Base class for simple wxPropertyGrid cell information.