![]() |
0.5.0
|
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. |
Information to create extra columns.
Definition at line 31 of file DynamicInputPins.hpp.
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.
std::string NAV::gui::widgets::DynamicInputPins::ExtraColumn::header |
Column header text.
Definition at line 34 of file DynamicInputPins.hpp.