#include </home/zeitlin/src/wx/github/interface/wx/propgrid/property.h>
Detailed Description
Base class for wxPropertyGrid cell information.
List of all members.
Constructor & Destructor Documentation
wxPGCell::wxPGCell |
( |
const wxPGCell & |
other | ) |
|
virtual wxPGCell::~wxPGCell |
( |
| ) |
[virtual] |
Member Function Documentation
const wxColour& wxPGCell::GetBgCol |
( |
| ) |
const |
const wxBitmap& wxPGCell::GetBitmap |
( |
| ) |
const |
const wxPGCellData* wxPGCell::GetData |
( |
| ) |
const |
const wxColour& wxPGCell::GetFgCol |
( |
| ) |
const |
const wxFont& wxPGCell::GetFont |
( |
| ) |
const |
Returns font of the cell.
If no specific font is set for this cell, then the font will be invalid.
const wxString& wxPGCell::GetText |
( |
| ) |
const |
bool wxPGCell::HasText |
( |
| ) |
const |
Returns true if this cell has custom text stored within.
void wxPGCell::MergeFrom |
( |
const wxPGCell & |
srcCell | ) |
|
Merges valid data from srcCell into this.
void wxPGCell::SetBgCol |
( |
const wxColour & |
col | ) |
|
void wxPGCell::SetBitmap |
( |
const wxBitmap & |
bitmap | ) |
|
void wxPGCell::SetFgCol |
( |
const wxColour & |
col | ) |
|
void wxPGCell::SetFont |
( |
const wxFont & |
font | ) |
|
void wxPGCell::SetText |
( |
const wxString & |
text | ) |
|