Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
berry::IParameterValues Struct Referenceabstract

#include <berryIParameterValues.h>

Public Member Functions

virtual ~IParameterValues ()
 
virtual QHash< QString, QString > GetParameterValues () const =0
 

Detailed Description

The parameters for a command. This interface will only be consulted if the parameters need to be displayed to the user. Otherwise, they will be ignored.

Definition at line 31 of file berryIParameterValues.h.

Constructor & Destructor Documentation

◆ ~IParameterValues()

virtual berry::IParameterValues::~IParameterValues ( )
virtual

Member Function Documentation

◆ GetParameterValues()

virtual QHash<QString,QString> berry::IParameterValues::GetParameterValues ( ) const
pure virtual

Returns a map keyed by externalized names for parameter values. These names should be human-readable, and are generally for display to the user in a user interface of some sort. The values should be actual values that will be interpreted by the handler for the command.

Returns
A map of the externalizable name of the parameter value (String) to the actual value of the parameter (String).

The documentation for this struct was generated from the following file: