|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 31 of file berryIParameterValues.h.
|
virtual |
Definition at line 17 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). Referenced by berry::ParameterizedCommand::GenerateCommand().