wxPropertyGrid
Public Member Functions | Protected Attributes | List of all members
wxPGChoiceEntry Class Reference

Attributes of a single wxPGChoices choice. More...

#include <propgrid.h>

Inheritance diagram for wxPGChoiceEntry:
wxPGCell

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
 

Detailed Description

Attributes of a single wxPGChoices choice.


The documentation for this class was generated from the following file: