API Documentation
Loading...
Searching...
No Matches
ConnectionForwardingDialog.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3#include <NDEVR/Buffer.h>
4#include <QTableWidget>
5namespace NDEVR
6{
7class File;
8 class JSONNode;
9 class ConnectionForwarding;
11 {
12 public:
13 ConnectionForwardingDialog(QWidget* parent = nullptr);
14 void clearAll();
15 JSONNode toJSON();
16 void fromJSON(const JSONNode& node);
17 File defaultJSONFile() const;
18 protected:
19 void updateTable();
20 protected:
22 QTableWidget* m_table;
23 };
24}
#define HARDWARE_WIDGETS_API
Definition DLLInfo.h:74
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
Definition ConnectionForwardingDialog.h:11
Buffer< ConnectionForwarding * > m_connections
Definition ConnectionForwardingDialog.h:21
QTableWidget * m_table
Definition ConnectionForwardingDialog.h:22
Definition File.h:47
JavaScript Object Notation or JSON is an open - standard file format that uses human - readable text ...
Definition JSONParser.h:121
Definition ACIColor.h:37