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

Base class for hexadecimal validator. More...

#include <wxex/valhex.h>

Inheritance diagram for wxHexValidatorBase:

Protected Member Functions

 wxHexValidatorBase (int style)
 Constructs new hexadecimal validator.
 
 wxHexValidatorBase (const wxHexValidatorBase &other)
 Copies a hexadecimal validator.
 
bool IsMinusOk (const wxString &val, int pos) const
 Tests whether minus is acceptable at given position.
 
wxString ToString (LongestValueType value) const
 Converts number to string.
 

Static Protected Member Functions

static bool FromString (const wxString &s, long *value)
 Converts string to long.
 

Detailed Description

Base class for hexadecimal validator.

Member Function Documentation

◆ IsMinusOk()

bool wxHexValidatorBase::IsMinusOk ( const wxString & val,
int pos ) const
protected

Tests whether minus is acceptable at given position.

Returns
Always false

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