8#ifndef GALAXY_COMPONENTS_CIRCLE_HPP_
9#define GALAXY_COMPONENTS_CIRCLE_HPP_
11#include "galaxy/fs/Serializable.hpp"
21 class Circle final :
public fs::Serializable
34 Circle(
const nlohmann::json& json);
64 void deserialize(
const nlohmann::json& json)
override;
graphics::Circle m_shape
Shape.
Circle & operator=(Circle &&)
Move assignment operator.
Circle & operator=(const Circle &)=delete
Copy assignment operator.
virtual ~Circle()
Destructor.
nlohmann::json serialize() override
Serializes object.
Circle(const Circle &)=delete
Copy constructor.
void deserialize(const nlohmann::json &json) override
Deserializes from object.