Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Member Functions | List of all members
LuaDbgVariablesReadOnlyDelegate Class Reference

Variables tree: block inline editors on all columns. More...

#include <lua_debugger_watch.h>

Inheritance diagram for LuaDbgVariablesReadOnlyDelegate:

Public Member Functions

QWidget * createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const override
 Blocks editor creation by returning a null pointer.
 

Detailed Description

Variables tree: block inline editors on all columns.

Member Function Documentation

◆ createEditor()

QWidget * LuaDbgVariablesReadOnlyDelegate::createEditor ( QWidget *  parent,
const QStyleOptionViewItem &  option,
const QModelIndex &  index 
) const
override

Blocks editor creation by returning a null pointer.

Parameters
parentThe parent widget.
optionThe style option used for the item.
indexThe model index of the item.
Returns
nullptr to prevent editing.

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