#include "CopyInformation.h"
◆ CopyInformation() [1/4]
ot::CopyInformation::CopyInformation |
( |
| ) |
|
◆ CopyInformation() [2/4]
ot::CopyInformation::CopyInformation |
( |
const ConstJsonObject & | _jsonObject | ) |
|
◆ CopyInformation() [3/4]
◆ CopyInformation() [4/4]
◆ ~CopyInformation()
ot::CopyInformation::~CopyInformation |
( |
| ) |
|
|
default |
◆ addEntity() [1/2]
◆ addEntity() [2/2]
void ot::CopyInformation::addEntity |
( |
UID | _uid, |
|
|
const std::string & | _name, |
|
|
const std::string & | _rawData = std::string() ) |
◆ 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.
◆ getCopyVersion()
int ot::CopyInformation::getCopyVersion |
( |
void | | ) |
const |
|
inline |
◆ getCopyVersionJsonKey()
std::string ot::CopyInformation::getCopyVersionJsonKey |
( |
void | | ) |
|
|
static |
◆ getEntities() [1/2]
◆ getEntities() [2/2]
◆ getProjectName()
const std::string & ot::CopyInformation::getProjectName |
( |
void | | ) |
const |
|
inline |
◆ getScenePos()
const Point2DD & ot::CopyInformation::getScenePos |
( |
void | | ) |
const |
|
inline |
◆ getScenePosSet()
bool ot::CopyInformation::getScenePosSet |
( |
void | | ) |
const |
|
inline |
◆ getViewName()
const std::string & ot::CopyInformation::getViewName |
( |
void | | ) |
const |
|
inline |
◆ getViewOwner()
◆ isValid()
bool ot::CopyInformation::isValid |
( |
void | | ) |
const |
|
virtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setEntities()
◆ 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.
◆ setProjectName()
void ot::CopyInformation::setProjectName |
( |
const std::string & | _projectName | ) |
|
|
inline |
◆ setScenePos()
void ot::CopyInformation::setScenePos |
( |
const Point2DD & | _pos | ) |
|
|
inline |
◆ setViewName()
void ot::CopyInformation::setViewName |
( |
const std::string & | _name | ) |
|
|
inline |
◆ setViewOwner()
The documentation for this class was generated from the following files: