#include <mitkForm.h>
Definition at line 39 of file mitkForm.h.
◆ Section() [1/2]
mitk::Forms::Form::Section::Section |
( |
const std::string & |
title = "" , |
|
|
const std::string & |
description = "" |
|
) |
| |
|
explicit |
◆ ~Section()
mitk::Forms::Form::Section::~Section |
( |
| ) |
|
◆ Section() [2/2]
mitk::Forms::Form::Section::Section |
( |
Section && |
other | ) |
|
|
noexcept |
◆ AddQuestion()
void mitk::Forms::Form::Section::AddQuestion |
( |
Question * |
question | ) |
|
◆ GetDescription()
std::string mitk::Forms::Form::Section::GetDescription |
( |
| ) |
const |
◆ GetQuestions()
std::vector<Question*> mitk::Forms::Form::Section::GetQuestions |
( |
| ) |
const |
◆ GetTitle()
std::string mitk::Forms::Form::Section::GetTitle |
( |
| ) |
const |
◆ operator=()
◆ SetDescription()
void mitk::Forms::Form::Section::SetDescription |
( |
const std::string & |
description | ) |
|
◆ SetTitle()
void mitk::Forms::Form::Section::SetTitle |
( |
const std::string & |
title | ) |
|
The documentation for this class was generated from the following file: