31 virtual std::string
getCopyType(
void)
const override {
return GraphicsCopyInformation::getGraphicsCopyInformationType(); };
34 virtual int getCopyVersion(
void)
const override {
return GraphicsCopyInformation::getGraphicsCopyInformationVersion(); };
#define OT_GUI_API_EXPORT
Definition OTGuiAPIExport.h:9
rapidjson::Value JsonValue
Writable JSON value.
Definition JSON.h:27
rapidjson::GenericObject< true, rapidjson::GenericValue< rapidjson::UTF8<>, rapidjson::MemoryPoolAllocator< rapidjson::CrtAllocator > > > ConstJsonObject
Read only JSON Object.
Definition JSON.h:35
rapidjson::MemoryPoolAllocator< rapidjson::CrtAllocator > JsonAllocator
Allocator used for writing to JSON values.
Definition JSON.h:30