facebook360_dep
Facebook360 Depth Estimation Pipeline
Public Member Functions | List of all members
combobox_checkable.CheckableComboBoxModel Class Reference
Inheritance diagram for combobox_checkable.CheckableComboBoxModel:

Public Member Functions

def __init__ (self, parent=None)
 
def flags (self, index)
 

Detailed Description

Back-end for the UI dropdown element with checkbox selection.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ flags()

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.

The documentation for this class was generated from the following file: