Attribute
|
Type
|
Multiplicity
|
Description
|
details
|
Text
|
0..1
|
Free text, for notes, explanatory comments, etc.
|
function
|
Word
|
1..1
|
Name of function to import
|
isInMenu
|
Boolean
|
1..1
|
Is macro shown in drop-down menu?
|
isInMouseMenu
|
Boolean
|
1..1
|
Is macro shown in right mouse menu?
|
module
|
Word
|
1..1
|
Name of module (optionally in dot separated form, like mod.submod.file) from which to import function.
|
name
|
Line
|
1..1
|
name of macro (used for ideitifying it to user).
|
ordering
|
Int
|
1..1
|
An integer that serves to order the different macros in lists (if, for instance you want to put the most commonly used ones at the top).
|
path
|
PathString
|
0..1
|
Directory to put on pythonpath in order to find file containing macro. Defaults to empty string, meaning that the directory is (assumed to be) already on the pythonpath.
|
serial
|
Int
|
1..1
|
Serial number of object. Serves as object main key. Serial numbers of deleted objects are not re-used. Serial numbers can only be set by the implementation. Values are in practice always positive, since negative values are interpreted as a signal to set the next free serial
|
shortcut
|
Word
|
0..1
|
Keyboard shortcut to activate macro
|
Inherited Attributes (not in package):
applicationData,
className,
fieldNames,
inConstructor,
isDeleted,
metaclass,
packageName,
packageShortName,
qualifiedName
|