Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Signals | Public Member Functions | Protected Slots | List of all members
TabnavTreeView Class Reference

#include <tabnav_tree_view.h>

Inheritance diagram for TabnavTreeView:
RowMoveTreeView

Signals

void currentItemChanged (const QModelIndex &current, const QModelIndex &previous)
 

Public Member Functions

 TabnavTreeView (QWidget *parent=0)
 
QModelIndex moveCursor (CursorAction cursorAction, Qt::KeyboardModifiers modifiers)
 

Protected Slots

void currentChanged (const QModelIndex &current, const QModelIndex &previous)
 

Detailed Description

Like QTreeView, but instead of changing to the next row (same column) when pressing Tab while editing, change to the next column (same row).

Member Function Documentation

◆ currentItemChanged

void TabnavTreeView::currentItemChanged ( const QModelIndex &  current,
const QModelIndex &  previous 
)
signal

This signal is emitted whenever the current item changes.

previous is the item that previously had the focus; current is the new current item.


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