OpendTect  6.6
Classes | Macros
uilineedit.h File Reference
Include dependency graph for uilineedit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  uiIntValidator
 
class  uiFloatValidator
 
class  uiTextValidator
 
class  uiLineEdit
 

Macros

#define mDefTextValidator   "^[^'!'].+$"
 
#define mTextVlAllCharsAccepted   "^.+$"
 
#define mUseDefaultTextValidatorOnField(fld)
 

Macro Definition Documentation

◆ mDefTextValidator

#define mDefTextValidator   "^[^'!'].+$"

◆ mTextVlAllCharsAccepted

#define mTextVlAllCharsAccepted   "^.+$"

◆ mUseDefaultTextValidatorOnField

#define mUseDefaultTextValidatorOnField (   fld)
Value:
BufferStringSet regchars; \
regchars.add( "!" ); \
uiTextValidator txtvl( regchars ); \
fld->setTextValidator( txtvl ); \
BufferStringSet
Set of BufferString objects.
Definition: bufstringset.h:26
BufferStringSet::add
BufferStringSet & add(const char *)

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2021