|
facebook360_dep
Facebook360 Depth Estimation Pipeline
|
Public Member Functions | |
| def | __init__ (self, parent=None) |
| def | flags (self, index) |
Back-end for the UI dropdown element with checkbox selection.
| def combobox_checkable.CheckableComboBoxModel.__init__ | ( | self, | |
parent = None |
|||
| ) |
Initializes the specialized UI dropdown back-end.
Args:
parent (App(QDialog), optional): Object corresponding to the parent UI element.
| def combobox_checkable.CheckableComboBoxModel.flags | ( | self, | |
| index | |||
| ) |
Finds status of an item in the dropdown.
Args:
index (int): Item in the dropdown being referenced.
Returns:
bool: Whether or not the selection is marked.
1.8.15