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

Public Member Functions

def editorEvent (self, event, model, option, index)
 

Detailed Description

Helper class to represent items in the specialized UI dropdown element.

Member Function Documentation

◆ editorEvent()

def combobox_checkable.CheckDelegate.editorEvent (   self,
  event,
  model,
  option,
  index 
)
Callback event handler for updating selection in the dropdown.

Args:
    event (QEvent): Event instance being handled.
    model (QtGui.QStandardItemModel): Back-end instance to determine selection state.
    option (QStyleOptionViewItem): Configuration for displaying the widget.
    index (QModelIndex): Item in the dropdown being referenced.

Returns:
    bool: Success of the update operation.

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