#include <editors.h>
Inherited by wxPGFileDialogAdapter, and wxPGLongStringDialogAdapter.
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().
Public Member Functions | |
virtual bool | DoShowDialog (wxPropertyGrid *propGrid, wxPGProperty *property)=0 |
wxVariant & | GetValue () |
void | SetValue (wxVariant value) |
bool | ShowDialog (wxPropertyGrid *propGrid, wxPGProperty *property) |
wxVariant& wxPGEditorDialogAdapter::GetValue | ( | ) |
This method is typically only used if deriving class from existing adapter with value conversion purposes.