#include <wx/propgrid/property.h>
 Inheritance diagram for wxPGCellData:Public Member Functions | |
| wxPGCellData () | |
| void | SetText (const wxString &text) | 
| void | SetBitmap (const wxBitmap &bitmap) | 
| void | SetFgCol (const wxColour &col) | 
| void | SetBgCol (const wxColour &col) | 
| void | SetFont (const wxFont &font) | 
Protected Member Functions | |
| virtual | ~wxPGCellData () | 
| wxPGCellData::wxPGCellData | ( | ) | 
      
  | 
  inlineprotectedvirtual | 
| void wxPGCellData::SetBgCol | ( | const wxColour & | col | ) | 
| void wxPGCellData::SetBitmap | ( | const wxBitmap & | bitmap | ) | 
| void wxPGCellData::SetFgCol | ( | const wxColour & | col | ) | 
| void wxPGCellData::SetFont | ( | const wxFont & | font | ) | 
| void wxPGCellData::SetText | ( | const wxString & | text | ) |