wxExtend
Additional templates and function helpers for wxWidgets
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
wxFQDNListValidator Class Reference

Validator for FQDN lists. More...

#include <wxex/valnet.h>

Inheritance diagram for wxFQDNListValidator:

Public Member Functions

 wxFQDNListValidator (wxArrayString *val=NULL)
 Construct the validator with a value to store data.
 
virtual wxObject * Clone () const
 Copies this validator.
 
virtual bool Validate (wxWindow *parent)
 Validates the value.
 
virtual bool TransferToWindow ()
 Transfers the value to the window.
 
virtual bool TransferFromWindow ()
 Transfers the value from the window.
 

Static Public Member Functions

static bool Parse (const wxString &val_in, size_t i_start, size_t i_end, wxTextCtrl *ctrl, wxWindow *parent, wxArrayString *val_out=NULL)
 Parses FQDN list value.
 

Protected Attributes

wxArrayString * m_val
 Pointer to variable to receive control's parsed value.
 

Detailed Description

Validator for FQDN lists.


The documentation for this class was generated from the following files: