API Reference
>
Namespaces
>
OdEd Namespace
>
Structs, Records, Enums
>
OdEd::CommonInputOptions Enumeration
OdEd::CommonInputOptions Enumeration
Collapse All
Syntax
C++
enum
CommonInputOptions
{
kInpDefault
= 0x00000000,
kInpDisallowEmpty
= kInpDefault,
kInpDisallowOther
= kInpDisallowEmpty,
kInpThrowEmpty
= (
long
)0x80000000,
kInpThrowOther
= 0x40000000,
kInpNonZero
= 0x20000000,
kInpNonNeg
= 0x10000000,
kInpThrowEmptyInQuotes
= 0x02000000 };
File
EdUserIO.h
Members
Members
Description
kInpNonZero = 0x20000000
Disallow zero input
kInpNonNeg = 0x10000000
Disallow negative input
Group
Structs, Records, Enums
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
Send feedback about this topic