PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
List of all members
EditDHParametersWidget Class Reference

Signals

Signals
void ValueChanged ()
 Indicate that a value was updated.
 

Public Member Functions

Construction
 EditDHParametersWidget (QWidget *const _parent, const std::string &_label, const DHParameters &_dh)
 
Helpers
DHParameters GetValue ()
 Get the current value from the widget values.
 
void SetValue (const DHParameters &_dh)
 Set the current value displayed in the widget.
 

Detailed Description

A widget for editing DH params.

Note
Rather than hard-linking to an existing object, this object indicates when the GUI value has changed and offers a function to retrieve the updated value. This is intended to decouple the process of adjusting the object with a gui and subsequently updating the original model.

Constructor & Destructor Documentation

◆ EditDHParametersWidget()

EditDHParametersWidget::EditDHParametersWidget ( QWidget *const  _parent,
const std::string &  _label,
const DHParameters _dh 
)

Create a dhparam edit widget.

Parameters
_parentThe owning widget.
_labelThe DH param label.
_dhThe initial value of the dhparam object.

The documentation for this class was generated from the following files: