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
wxFQDNValidator Class Reference

Validator for FQDN. More...

#include <wxex/valnet.h>

Inheritance diagram for wxFQDNValidator:

Public Member Functions

 wxFQDNValidator (wxString *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, wxString *val_out=NULL)
 Parses FQDN value.
 

Protected Attributes

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

Detailed Description

Validator for FQDN.


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