#include "ProjectTemplateInformation.h"
◆ ProjectTemplateInformation() [1/2]
ot::ProjectTemplateInformation::ProjectTemplateInformation |
( |
| ) |
|
◆ ProjectTemplateInformation() [2/2]
◆ ~ProjectTemplateInformation()
ot::ProjectTemplateInformation::~ProjectTemplateInformation |
( |
| ) |
|
|
virtual |
◆ addToJsonObject()
Add the object contents to the provided JSON object.
- Parameters
-
_object | Json object reference to write the data to. |
_allocator | Allocator. |
Implements ot::Serializable.
◆ getBriefDescription()
const std::string & ot::ProjectTemplateInformation::getBriefDescription |
( |
void | | ) |
const |
|
inline |
◆ getDescription()
const StyledTextBuilder & ot::ProjectTemplateInformation::getDescription |
( |
void | | ) |
const |
|
inline |
◆ getIsDefault()
bool ot::ProjectTemplateInformation::getIsDefault |
( |
void | | ) |
const |
|
inline |
◆ getName()
const std::string & ot::ProjectTemplateInformation::getName |
( |
void | | ) |
const |
|
inline |
◆ getProjectType()
const std::string & ot::ProjectTemplateInformation::getProjectType |
( |
void | | ) |
const |
|
inline |
◆ operator=()
◆ setBriefDescription()
void ot::ProjectTemplateInformation::setBriefDescription |
( |
const std::string & | _description | ) |
|
|
inline |
◆ setDescription()
void ot::ProjectTemplateInformation::setDescription |
( |
const StyledTextBuilder & | _description | ) |
|
|
inline |
◆ setFromJsonObject()
Set the object contents from the provided JSON object.
- Parameters
-
_object | The JSON object containing the information. |
- Exceptions
-
May | throw an exception if the provided object is not valid (members missing or invalid types). |
Implements ot::Serializable.
◆ setIsDefault()
void ot::ProjectTemplateInformation::setIsDefault |
( |
bool | _isDefault | ) |
|
|
inline |
◆ setName()
void ot::ProjectTemplateInformation::setName |
( |
const std::string & | _name | ) |
|
|
inline |
◆ setProjectType()
void ot::ProjectTemplateInformation::setProjectType |
( |
const std::string & | _type | ) |
|
|
inline |
The documentation for this class was generated from the following files: