|
|
|
|
|
addToStartup(self,
kind,
name,
index)
Adds the name of a UIE of the given kind to the on_startup dictionary so that it is loaded
automatically when SUE starts. |
source code
|
|
|
|
|
|
|
addToAETier(self,
kind,
name,
tier_name,
index)
Adds the name of a UIE of the given kind to the on_tier dictionary so that it is loaded
automatically when a AETier with the given name is created. |
source code
|
|
|
|
removeFromAETier(self,
kind,
name,
tier_name)
Removes the name of a UIE of the given kind from the on_tier dictionary so that it is no longer loaded
automatically on when a AETier with the given name is created. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
list of string
|
listStartup(self,
kind)
Gets a list of all UIE names of the given kind that are to be
loaded at SUE startup. |
source code
|
|
|
dictionary of string : list
|
|
|
list of string
|
listAETier(self,
kind,
tier=None)
Gets a list of all UIE names of the given kind that are to be
loaded when a AETier with the given name is created. |
source code
|
|
|
list of string
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|