Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Signals | Public Member Functions | Protected Slots | List of all members
TabnavTreeView Class Reference

#include <tabnav_tree_view.h>

Inheritance diagram for TabnavTreeView:

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

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: