wxArrayStringProperty Class Reference

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

#include <props.h>

Inheritance diagram for wxArrayStringProperty:
Inheritance graph
[legend]

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 ()
 wxArrayStringProperty (const wxString &label=wxPG_LABEL, const wxString &name=wxPG_LABEL, const wxArrayString &value=wxArrayString())
virtual ~wxArrayStringProperty ()

Protected Attributes

wxString m_display

Detailed Description

Property that manages a list of strings.

Definition at line 875 of file props.h.


Constructor & Destructor Documentation

wxArrayStringProperty::wxArrayStringProperty ( const wxString &  label = wxPG_LABEL,
const wxString &  name = wxPG_LABEL,
const wxArrayString &  value = wxArrayString() 
)
virtual wxArrayStringProperty::~wxArrayStringProperty (  )  [virtual]

Member Function Documentation

virtual wxArrayEditorDialog* wxArrayStringProperty::CreateEditorDialog (  )  [virtual]
virtual void wxArrayStringProperty::GenerateValueAsString (  )  [virtual]
virtual bool wxArrayStringProperty::OnButtonClick ( wxPropertyGrid propgrid,
wxWindow *  primary,
const wxChar *  cbt 
) [virtual]
virtual bool wxArrayStringProperty::OnCustomStringEdit ( wxWindow *  parent,
wxString &  value 
) [virtual]
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.


Member Data Documentation

wxString wxArrayStringProperty::m_display [protected]

Definition at line 907 of file props.h.


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


wxpropgrid
Author(s): Jaakko Salli
autogenerated on Fri Jan 11 09:34:05 2013