Version: 3.2.10
Loading...
Searching...
No Matches

#include <wx/propgrid/property.h>

Inheritance diagram for wxPGCellData:

Detailed Description

Library:  wxPropertyGrid
Category:  wxPropertyGrid

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

Constructor & Destructor Documentation

◆ wxPGCellData()

wxPGCellData::wxPGCellData ( )

◆ ~wxPGCellData()

virtual wxPGCellData::~wxPGCellData ( )
protectedvirtual

Member Function Documentation

◆ SetBgCol()

void wxPGCellData::SetBgCol ( const wxColour & col)

◆ SetBitmap()

void wxPGCellData::SetBitmap ( const wxBitmapBundle & bitmap)

◆ SetFgCol()

void wxPGCellData::SetFgCol ( const wxColour & col)

◆ SetFont()

void wxPGCellData::SetFont ( const wxFont & font)

◆ SetText()

void wxPGCellData::SetText ( const wxString & text)

◆ wxPGCell

friend class wxPGCell
friend

Member Data Documentation

◆ m_bgCol

wxColour wxPGCellData::m_bgCol
protected

◆ m_bitmapBundle

wxBitmapBundle wxPGCellData::m_bitmapBundle
protected

◆ m_fgCol

wxColour wxPGCellData::m_fgCol
protected

◆ m_font

wxFont wxPGCellData::m_font
protected

◆ m_hasValidText

bool wxPGCellData::m_hasValidText
protected

true if m_text is valid and specified.

◆ m_text

wxString wxPGCellData::m_text
protected