![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Group of parameters. More...
#include <Libs/CommandLineModules/Core/ctkCmdLineModuleParameterGroup.h>
Public Member Functions | |
bool | advanced () const |
ctkCmdLineModuleParameterGroup (const ctkCmdLineModuleParameterGroup &other) | |
QString | description () const |
bool | hasParameter (const QString &name) const |
bool | hasReturnParameters () const |
QString | label () const |
ctkCmdLineModuleParameterGroup & | operator= (const ctkCmdLineModuleParameterGroup &other) |
ctkCmdLineModuleParameter | parameter (const QString &name) const |
QList< ctkCmdLineModuleParameter > | parameters () const |
~ctkCmdLineModuleParameterGroup () | |
Friends | |
class | ctkCmdLineModuleXmlParser |
Group of parameters.
Definition at line 39 of file ctkCmdLineModuleParameterGroup.h.
ctkCmdLineModuleParameterGroup::ctkCmdLineModuleParameterGroup | ( | const ctkCmdLineModuleParameterGroup & | other | ) |
ctkCmdLineModuleParameterGroup::~ctkCmdLineModuleParameterGroup | ( | ) |
bool ctkCmdLineModuleParameterGroup::advanced | ( | ) | const |
QString ctkCmdLineModuleParameterGroup::description | ( | ) | const |
bool ctkCmdLineModuleParameterGroup::hasParameter | ( | const QString & | name | ) | const |
bool ctkCmdLineModuleParameterGroup::hasReturnParameters | ( | ) | const |
QString ctkCmdLineModuleParameterGroup::label | ( | ) | const |
ctkCmdLineModuleParameterGroup& ctkCmdLineModuleParameterGroup::operator= | ( | const ctkCmdLineModuleParameterGroup & | other | ) |
ctkCmdLineModuleParameter ctkCmdLineModuleParameterGroup::parameter | ( | const QString & | name | ) | const |
QList<ctkCmdLineModuleParameter> ctkCmdLineModuleParameterGroup::parameters | ( | ) | const |
|
friend |
Definition at line 65 of file ctkCmdLineModuleParameterGroup.h.