Explorer::SelectedNodes Struct Reference

The SelectedNodes struct. More...

Detailed Description

The SelectedNodes struct.

When we make a selection, we have to differentiate two things :

  • we want to select recursively all the PARAMETERS of what was selected by the user.
  • we want to select non-recursively all the MESSAGES that were explicitly selected by the user. This struct allows this separation.

Public Attributes

std::vector< Device::Node * > parents
 parents The topmost parents of the selected parameters
 
std::vector< Device::Node * > messages
 messages The selected messages
 

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