Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryIParameterValues.h>
Public Member Functions | |
virtual | ~IParameterValues () |
virtual QHash< QString, QString > | GetParameterValues () const =0 |
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 35 of file berryIParameterValues.h.
|
virtual |
Definition at line 21 of file berryIParameterValues.cpp.
|
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.
String
) to the actual value of the parameter (String
).