A table that allows the user to specify any number of ConnectionForwarding objects.
More...
|
|
void | updateTable () |
| | Refreshes the table display to reflect the current forwarding entries.
|
|
|
Buffer< ConnectionForwarding * > | m_connections |
| | The list of connection forwarding entries.
|
|
QTableWidget * | m_table |
| | The table widget displaying forwarding entries.
|
A table that allows the user to specify any number of ConnectionForwarding objects.
Definition at line 13 of file ConnectionForwardingDialog.h.
◆ ConnectionForwardingDialog()
| ConnectionForwardingDialog::ConnectionForwardingDialog |
( |
QWidget * | parent = nullptr | ) |
|
◆ defaultJSONFile()
| File ConnectionForwardingDialog::defaultJSONFile |
( |
| ) |
const |
Returns the default file path for storing forwarding configuration as JSON.
- Returns
- The default JSON configuration file.
◆ fromJSON()
| void ConnectionForwardingDialog::fromJSON |
( |
const JSONNode & | node | ) |
|
Populates the table from a JSON node containing forwarding entries.
- Parameters
-
| [in] | node | The JSON data to deserialize. |
◆ toJSON()
| JSONNode ConnectionForwardingDialog::toJSON |
( |
| ) |
|
Serializes all connection forwarding entries to a JSON node.
- Returns
- A JSONNode containing the serialized forwarding data.
The documentation for this class was generated from the following file: