EdCommandStack.h
Members |
Description |
kGlobal = 0x01 |
Search global (untranslated) names. |
kLocal = 0x02 |
Search local (translated) names. |
kSpecifedGroup = 0x04 |
Search in specified group only. |
kUndefed = 0x08 |
Do not fire unknownCommand() event. |
kThrowUnknown = 0x10 |
Throw OdEdUnknownCommand exception if command was not found. |
This is record OdEdCommandStack::LookupFlags.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|