Attributes of a single wxPGChoices choice. More...
#include <propgrid.h>
Public Member Functions | |
| int | GetValue () const |
| void | SetValue (int value) |
| wxPGChoiceEntry (const wxPGChoiceEntry &entry) | |
| wxPGChoiceEntry (const wxString &label, int value=INT_MAX) | |
| wxPGChoiceEntry (const wxString &label, int value, const wxBitmap &bitmap, const wxColour &fgCol=wxNullColour, const wxColour &bgCol=wxNullColour) | |
Public Member Functions inherited from wxPGCell | |
| 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 | |
| int | m_value |
Protected Attributes inherited from wxPGCell | |
| wxColour | m_bgCol |
| wxBitmap | m_bitmap |
| wxColour | m_fgCol |
| wxFont | m_font |
| wxString | m_text |
Attributes of a single wxPGChoices choice.
1.8.7