delphyne_gui
MessageModel Class Reference

Detailed Description

Model implementation to visualize the data in a TreeView.

#include <visualizer/topic_interface_plugin/topic_interface_plugin.h>

Inheritance diagram for MessageModel:
[legend]

Public Member Functions

QHash< int, QByteArray > roleNames () const override
 roles and names of the model More...
 

Static Public Attributes

static constexpr int kNameRole {101}
 
static constexpr int kTypeRole {102}
 
static constexpr int kDataRole {103}
 

Member Function Documentation

◆ roleNames()

QHash<int, QByteArray> roleNames ( ) const
override

roles and names of the model

Member Data Documentation

◆ kDataRole

constexpr int kDataRole {103}
staticconstexpr

◆ kNameRole

constexpr int kNameRole {101}
staticconstexpr

◆ kTypeRole

constexpr int kTypeRole {102}
staticconstexpr

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