3#include <NDEVR/Buffer.h>
9 class ConnectionForwarding;
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
A table that allows the user to specify any number of ConnectionForwarding objects.
Definition ConnectionForwardingDialog.h:14
ConnectionForwardingDialog(QWidget *parent=nullptr)
Buffer< ConnectionForwarding * > m_connections
Definition ConnectionForwardingDialog.h:24
QTableWidget * m_table
Definition ConnectionForwardingDialog.h:25
File defaultJSONFile() const
void fromJSON(const JSONNode &node)
Logic for reading or writing to a file as well as navigating filesystems.
Definition File.h:48
JavaScript Object Notation or JSON is an open - standard file format that uses human - readable text ...
Definition JSONParser.h:60