#include <wx/propgrid/property.h>
Public Member Functions | |
| wxPGCellData () | |
| void | SetText (const wxString &text) |
| void | SetBitmap (const wxBitmapBundle &bitmap) |
| void | SetFgCol (const wxColour &col) |
| void | SetBgCol (const wxColour &col) |
| void | SetFont (const wxFont &font) |
| Public Member Functions inherited from wxRefCounter | |
| wxRefCounter () | |
| Default constructor. | |
| void | DecRef () |
| Decrements the reference count associated with this shared data and, if it reaches zero, destroys this instance of wxRefCounter releasing its memory. | |
| int | GetRefCount () const |
| Returns the reference count associated with this shared data. | |
| void | IncRef () |
| Increments the reference count associated with this shared data. | |
Protected Member Functions | |
| virtual | ~wxPGCellData () |
| Protected Member Functions inherited from wxRefCounter | |
| virtual | ~wxRefCounter () |
| Destructor. | |
Protected Attributes | |
| wxString | m_text |
| wxBitmapBundle | m_bitmapBundle |
| wxColour | m_fgCol |
| wxColour | m_bgCol |
| wxFont | m_font |
| bool | m_hasValidText |
| true if m_text is valid and specified. | |
Friends | |
| class | wxPGCell |
| wxPGCellData::wxPGCellData | ( | ) |
|
protectedvirtual |
| void wxPGCellData::SetBgCol | ( | const wxColour & | col | ) |
| void wxPGCellData::SetBitmap | ( | const wxBitmapBundle & | bitmap | ) |
| void wxPGCellData::SetFgCol | ( | const wxColour & | col | ) |
| void wxPGCellData::SetFont | ( | const wxFont & | font | ) |
| void wxPGCellData::SetText | ( | const wxString & | text | ) |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
true if m_text is valid and specified.
|
protected |