#include </home/work/projects/wx/2.9/wx/interface/wx/propgrid/property.h>

Public Member Functions | |
| wxPGCell () | |
| wxPGCell (const wxPGCell &other) | |
| wxPGCell (const wxString &text, const wxBitmap &bitmap=wxNullBitmap, const wxColour &fgCol=wxNullColour, const wxColour &bgCol=wxNullColour) | |
| virtual | ~wxPGCell () |
| const wxPGCellData * | GetData () const |
| bool | HasText () const |
| Returns true if this cell has custom text stored within. | |
| void | MergeFrom (const wxPGCell &srcCell) |
| Merges valid data from srcCell into this. | |
| void | SetText (const wxString &text) |
| void | SetBitmap (const wxBitmap &bitmap) |
| void | SetFgCol (const wxColour &col) |
| void | SetFont (const wxFont &font) |
| Sets font of the cell. | |
| void | SetBgCol (const wxColour &col) |
| const wxString & | GetText () const |
| const wxBitmap & | GetBitmap () const |
| const wxColour & | GetFgCol () const |
| const wxFont & | GetFont () const |
| Returns font of the cell. | |
| const wxColour & | GetBgCol () const |
| wxPGCell & | operator= (const wxPGCell &other) |
| wxPGCell::wxPGCell | ( | ) |
| wxPGCell::wxPGCell | ( | const wxPGCell & | other | ) |
| wxPGCell::wxPGCell | ( | const wxString & | text, | |
| const wxBitmap & | bitmap = wxNullBitmap, |
|||
| const wxColour & | fgCol = wxNullColour, |
|||
| const wxColour & | bgCol = wxNullColour | |||
| ) |
| virtual wxPGCell::~wxPGCell | ( | ) | [virtual] |
| 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 | ) |
Sets font of the cell.
| void wxPGCell::SetText | ( | const wxString & | text | ) |
|
[ top ] |