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

Validator for host name. More...

#include <wxex/valnet.h>

Inheritance diagram for wxHostNameValidator:

Public Member Functions

 wxHostNameValidator (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 host name.


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