0.5.0
Loading...
Searching...
No Matches
NAV::gui::widgets::DynamicInputPins::ExtraColumn Struct Reference

Information to create extra columns. More...

Data Fields

std::function< bool(size_t)> content
 Function to create the column content. Argument is the pin index. Returns true if changes occurred.
std::string header
 Column header text.

Detailed Description

Information to create extra columns.

Definition at line 31 of file DynamicInputPins.hpp.

Field Documentation

◆ content

std::function<bool(size_t)> NAV::gui::widgets::DynamicInputPins::ExtraColumn::content

Function to create the column content. Argument is the pin index. Returns true if changes occurred.

Definition at line 36 of file DynamicInputPins.hpp.

◆ header

std::string NAV::gui::widgets::DynamicInputPins::ExtraColumn::header

Column header text.

Definition at line 34 of file DynamicInputPins.hpp.


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