Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdEd::CommonInputOptions Enumeration
Syntax
C++
enum CommonInputOptions { kInpDefault = 0x00000000, kInpDisallowEmpty = kInpDefault, kInpDisallowOther = kInpDisallowEmpty, kInpThrowEmpty = (long)0x80000000, kInpThrowOther = 0x40000000, kInpNonZero = 0x20000000, kInpNonNeg = 0x10000000, kInpThrowEmptyInQuotes = 0x02000000 };
Members
Description
kInpNonZero
Disallow zero input
kInpNonNeg
Disallow negative input

File: EdUserIO.h 

Namespace: OdEd 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.