wxPropertyGrid
Public Member Functions
wxPGEditorDialogAdapter Class Reference

Derive a class from this to adapt an existing editor dialog or function to be used when editor button of a property is pushed. More...

#include <editors.h>

Inheritance diagram for wxPGEditorDialogAdapter:
wxPGFileDialogAdapter wxPGLongStringDialogAdapter

List of all members.

Public Member Functions

virtual bool DoShowDialog (wxPropertyGrid *propGrid, wxPGProperty *property)=0
wxVariant & GetValue ()
 This method is typically only used if deriving class from existing adapter with value conversion purposes.
void SetValue (wxVariant value)
bool ShowDialog (wxPropertyGrid *propGrid, wxPGProperty *property)

Detailed Description

Derive a class from this to adapt an existing editor dialog or function to be used when editor button of a property is pushed.

You only need to derive class and implement DoShowDialog() to create and show the dialog, and finally submit the value returned by the dialog via SetValue().


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