MFC Grid manual

CNumericEdit Class Reference

Edit control that is optimized to work with numeric values. More...

#include <Dapfor/GUI/NumericEdit.h>

List of all members.


Public Types

enum  Type {
  String, Decimal, Hex, Char,
  Float, Time, MsecTime
}
 Mask, that restricts the user's input. More...

Public Member Functions

 CNumericEdit (Type type)
 Constructor.

Detailed Description

Edit control that is optimized to work with numeric values.

Version:
2.0.0 Initial version

Member Enumeration Documentation

enum Type

Mask, that restricts the user's input.

Enumerator:
String  All possible characters.
Decimal  0..9
Hex  0..9, a..f, A..F, x, X
Char  One symbol.
Float  0..9, e, d, E, D, ".,+-"
Time  0..9, ':'
MsecTime  0..9, ":.,"


Constructor & Destructor Documentation

CNumericEdit ( Type  type  ) 

Constructor.

Parameters:
[in] type Mask type.