#include <wx/propgrid/propgrid.h>
Used to convey validation information to and from functions that actually perform validation.
Mostly used in custom property classes.
Public Member Functions | |
| wxPGVFBFlags | GetFailureBehavior () | 
| const wxString & | GetFailureMessage () const | 
| Returns current failure message.  More... | |
| wxVariant & | GetValue () | 
| Returns reference to pending value.  More... | |
| void | SetFailureBehavior (wxPGVFBFlags failureBehavior) | 
| Set validation failure behaviour.  More... | |
| void | SetFailureMessage (const wxString &message) | 
| Set current failure message.  More... | |
| wxPGVFBFlags wxPGValidationInfo::GetFailureBehavior | ( | ) | 
| const wxString& wxPGValidationInfo::GetFailureMessage | ( | ) | const | 
Returns current failure message.
| wxVariant& wxPGValidationInfo::GetValue | ( | ) | 
Returns reference to pending value.
| void wxPGValidationInfo::SetFailureBehavior | ( | wxPGVFBFlags | failureBehavior | ) | 
Set validation failure behaviour.
| failureBehavior | Mixture of wxPropertyGrid Validation Failure behaviour Flags. | 
| void wxPGValidationInfo::SetFailureMessage | ( | const wxString & | message | ) | 
Set current failure message.