Returns the edit flags for the class contained in this Proxy object.
proxyFlags() returns a combination of one or more of the following:
Name |
Value |
Description |
kNoOperation |
0x0 |
None |
kEraseAllowed |
0x1 |
erase() |
kCloningAllowed |
0x80 |
subDeepClone(), subWblockClone() |
kAllButCloningAllowed |
0x1 |
erase() |
kAllAllowedBits |
0x81 |
erase(), subDeepClone(), subWblockClone() |
kMergeIgnore |
0x00 |
Keep orignal names. |
kMergeReplace |
0x100 |
Use clone. |
kMergeMangleName |
0x200 |
Create anonymous name. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|