No documentation available. More...
Methods defined here: | |
| def | __copy__ |
| def | __deepcopy__ |
| def | __eq__ |
| def | __getinitargs__ |
| def | __getstate__ |
| def | __init__ |
| def | __ne__ |
| def | __reduce__ |
| def | __repr__ |
| def | __setstate__ |
| def | __str__ |
| def | matches |
Data descriptors defined here: | |
| def | boolean_operation |
| def | color |
| def | conditions |
| def | disabled |
| def | masked |
Data and other attributes defined here: | |
| __getstate_manages_dict__ = True | |
| __safe_for_unpickling__ = True | |
Data descriptors inherited from Boost.Python.instance: | |
| def | __dict__ |
| def | __weakref__ |
Data and other attributes inherited from Boost.Python.instance: | |
| def | __new__ |
| def sds2.status_display.Priority.__init__ | ( | arg1, | |
| conditions, | |||
masked = False, |
|||
color = sds2.color.Color(143, 255, |
|||
boolean_operation = sds2.status_display.BooleanOperation.OR, |
|||
disabled = False |
|||
| ) |
| def sds2.status_display.Priority.__copy__ | ( | arg1 | ) |
| def sds2.status_display.Priority.__deepcopy__ | ( | arg1, | |
| arg2 | |||
| ) |
| def sds2.status_display.Priority.__dict__ | ( | args | ) |
| def sds2.status_display.Priority.__eq__ | ( | arg1, | |
| arg2 | |||
| ) |
| def sds2.status_display.Priority.__getinitargs__ | ( | arg1 | ) |
| def sds2.status_display.Priority.__getstate__ | ( | arg1 | ) |
| def sds2.status_display.Priority.__ne__ | ( | arg1, | |
| arg2 | |||
| ) |
| def sds2.status_display.Priority.__new__ | ( | args | ) |
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of Boost.Python.class object>
| def sds2.status_display.Priority.__reduce__ | ( | args | ) |
__reduce__ = <unnamed Boost.Python function>(args)
| def sds2.status_display.Priority.__repr__ | ( | arg1 | ) |
| def sds2.status_display.Priority.__setstate__ | ( | arg1, | |
| arg2 | |||
| ) |
| def sds2.status_display.Priority.__str__ | ( | arg1 | ) |
| def sds2.status_display.Priority.__weakref__ | ( | args | ) |
| def sds2.status_display.Priority.boolean_operation | ( | args | ) |
| def sds2.status_display.Priority.color | ( | args | ) |
| def sds2.status_display.Priority.conditions | ( | args | ) |
| def sds2.status_display.Priority.disabled | ( | args | ) |
| def sds2.status_display.Priority.masked | ( | args | ) |
| def sds2.status_display.Priority.matches | ( | arg1, | |
| arg2 | |||
| ) |
Return True iff the model.object satisfies the priority
|
staticprivate |
|
staticprivate |
1.8.1.2