#include "GraphicsPackage.h"
◆ GraphicsConnectionPackage()
ot::GraphicsConnectionPackage::GraphicsConnectionPackage |
( |
const std::string & | _editorName = std::string() | ) |
|
◆ ~GraphicsConnectionPackage()
ot::GraphicsConnectionPackage::~GraphicsConnectionPackage |
( |
| ) |
|
|
virtual |
◆ addConnection() [1/2]
◆ addConnection() [2/2]
void ot::GraphicsConnectionPackage::addConnection |
( |
const ot::UID & | _fromUid, |
|
|
const std::string & | _fromConnectable, |
|
|
const ot::UID & | _toUid, |
|
|
const std::string & | _toConnectable ) |
◆ addToJsonObject()
Add the object contents to the provided JSON object.
- Parameters
-
_document | The JSON document (used to get the allocator) |
_object | The JSON object to add the contents to |
◆ connections()
◆ name()
const std::string & ot::GraphicsConnectionPackage::name |
( |
void | | ) |
const |
|
inline |
◆ setFromJsonObject()
void ot::GraphicsConnectionPackage::setFromJsonObject |
( |
const ConstJsonObject & | _object | ) |
|
|
overridevirtual |
Will set the object contents from the provided JSON object.
- Parameters
-
_object | The JSON object containing the information |
- Exceptions
-
Will | throw an exception if the provided object is not valid (members missing or invalid types) |
Implements ot::Serializable.
◆ setName()
void ot::GraphicsConnectionPackage::setName |
( |
const std::string & | _name | ) |
|
|
inline |
The documentation for this class was generated from the following files: