12#ifndef EXPERT_INFO_VIEW_H
13#define EXPERT_INFO_VIEW_H
45 void currentChanged(
const QModelIndex ¤t,
const QModelIndex &previous)
override;
void goToPacket(int packet_num, int hf_id)
Signal emitted to navigate to a specific packet.
void currentChanged(const QModelIndex ¤t, const QModelIndex &previous) override
Handles the event when the current item selection changes.
Definition expert_info_view.cpp:21
ExpertInfoTreeView(QWidget *parent=0)
Constructs a new ExpertInfoTreeView.
Definition expert_info_view.cpp:17