#include "GraphicsCopyInformation.h"
◆ GraphicsCopyInformation() [1/3]
ot::GraphicsCopyInformation::GraphicsCopyInformation |
( |
| ) |
|
|
default |
◆ GraphicsCopyInformation() [2/3]
◆ GraphicsCopyInformation() [3/3]
◆ ~GraphicsCopyInformation()
virtual ot::GraphicsCopyInformation::~GraphicsCopyInformation |
( |
| ) |
|
|
virtualdefault |
◆ addItemInformation() [1/2]
void ot::GraphicsCopyInformation::addItemInformation |
( |
const ItemInformation & | _info | ) |
|
◆ addItemInformation() [2/2]
void ot::GraphicsCopyInformation::addItemInformation |
( |
UID | _uid, |
|
|
const Point2DD & | _pos ) |
◆ addToJsonObject()
Add the object contents to the provided JSON object.
- Parameters
-
_object | Json object reference to write the data to. |
_allocator | Allocator. |
Reimplemented from ot::CopyInformation.
◆ getCopyType()
virtual std::string ot::GraphicsCopyInformation::getCopyType |
( |
void | | ) |
const |
|
inlineoverridevirtual |
◆ getCopyVersion()
virtual int ot::GraphicsCopyInformation::getCopyVersion |
( |
void | | ) |
const |
|
inlineoverridevirtual |
◆ getGraphicsCopyInformationType()
static std::string ot::GraphicsCopyInformation::getGraphicsCopyInformationType |
( |
void | | ) |
|
|
inlinestatic |
◆ getGraphicsCopyInformationVersion()
static int ot::GraphicsCopyInformation::getGraphicsCopyInformationVersion |
( |
void | | ) |
|
|
inlinestatic |
◆ getItemInformation()
const std::list< ItemInformation > & ot::GraphicsCopyInformation::getItemInformation |
( |
void | | ) |
const |
|
inline |
◆ getViewName()
const std::string & ot::GraphicsCopyInformation::getViewName |
( |
void | | ) |
const |
|
inline |
◆ getViewOwner()
◆ isValid()
bool ot::GraphicsCopyInformation::isValid |
( |
void | | ) |
const |
◆ moveItemsBy()
void ot::GraphicsCopyInformation::moveItemsBy |
( |
const Point2DD & | _dist | ) |
|
Move all items by the specified distance.
◆ moveItemsToPoint()
void ot::GraphicsCopyInformation::moveItemsToPoint |
( |
const Point2DD & | _pos | ) |
|
Move all items to this point by keeping the relative item positions.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ 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). |
Reimplemented from ot::CopyInformation.
◆ setItemInformation()
void ot::GraphicsCopyInformation::setItemInformation |
( |
const std::list< ItemInformation > & | _info | ) |
|
|
inline |
◆ setViewName()
void ot::GraphicsCopyInformation::setViewName |
( |
const std::string & | _name | ) |
|
|
inline |
◆ setViewOwner()
The documentation for this class was generated from the following files: