wxArrayStringProperty Class Reference

Property that manages a list of strings. More...

#include <props.h>

Inheritance diagram for wxArrayStringProperty:
wxPGProperty

List of all members.

Public Member Functions

virtual wxArrayEditorDialogCreateEditorDialog ()
virtual void GenerateValueAsString ()
virtual bool OnButtonClick (wxPropertyGrid *propgrid, wxWindow *primary, const wxChar *cbt)
virtual bool OnCustomStringEdit (wxWindow *parent, wxString &value)
virtual void OnSetValue ()
 This virtual function is called after m_value has been set.
 wxArrayStringProperty (const wxString &label=wxPG_LABEL, const wxString &name=wxPG_LABEL, const wxArrayString &value=wxArrayString())

Protected Attributes

wxString m_display

Detailed Description

Property that manages a list of strings.


Member Function Documentation

virtual void wxArrayStringProperty::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 wxPGProperty.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Enumerator
Generated on Sun Aug 22 12:42:14 2010 for wxPropertyGrid by  doxygen 1.6.3