0.2.0
Loading...
Searching...
No Matches
DynamicInputPins.hpp File Reference

Inputs pins which can be added dynamically. More...

Go to the source code of this file.

Classes

struct  NAV::gui::widgets::DynamicInputPins
 Inputs pins which can be added dynamically. More...
 
struct  NAV::gui::widgets::DynamicInputPins::ExtraColumn
 Information to create extra columns. More...
 

Functions

void NAV::gui::widgets::from_json (const json &j, DynamicInputPins &obj, Node *node)
 Converts the provided json object into a node object.
 
void NAV::gui::widgets::to_json (json &j, const DynamicInputPins &obj)
 Converts the provided object into json.
 

Detailed Description

Inputs pins which can be added dynamically.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2023-12-21

Function Documentation

◆ from_json()

void NAV::gui::widgets::from_json ( const json & j,
DynamicInputPins & obj,
Node * node )

Converts the provided json object into a node object.

Parameters
[in]jJson object with the needed values
[out]objObject to fill from the json
[in,out]nodePointer to the node calling this

◆ to_json()

void NAV::gui::widgets::to_json ( json & j,
const DynamicInputPins & obj )

Converts the provided object into json.

Parameters
[out]jJson object which gets filled with the info
[in]objObject to convert into json