wxImageFileProperty Class Reference

Property representing image file(name). More...

#include <advprops.h>

Inheritance diagram for wxImageFileProperty:
wxFileProperty wxPGProperty

List of all members.

Public Member Functions

virtual void OnSetValue ()
 This virtual function is called after m_value has been set.
 wxImageFileProperty (const wxString &label=wxPG_LABEL, const wxString &name=wxPG_LABEL, const wxString &value=wxEmptyString)

Protected Attributes

wxBitmap * m_pBitmap
wxImage * m_pImage

Detailed Description

Property representing image file(name).


Member Function Documentation

virtual void wxImageFileProperty::OnSetValue (  )  [virtual]

This virtual function is called after m_value has been set.

Remarks:
  • If m_value was set to Null variant (ie. unspecified value), OnSetValue() will not be called.
  • m_value may be of any variant type. Typically properties internally support only one variant type, and as such OnSetValue() provides a good opportunity to convert supported values into internal type.
  • Default implementation does nothing.

Reimplemented from wxFileProperty.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Enumerator

Generated on 28 Jan 2012 for wxPropertyGrid by  doxygen 1.6.1