Object ====== .. doxygenfile:: RaeptorCogs/GAPI/Common/Ressources/Object.hpp :project: RaeptorCogs :no-link: :sections: briefdescription detaileddescription Classes ------- .. list-table:: Classes :header-rows: 1 :widths: 20 80 * - Class - Description * - ``RaeptorCogs::GAPI::Common::ObjectData`` - Object interface. * - ``RaeptorCogs::GAPI::ObjectHandler`` - Template class for handling graphics objects. .. doxygenclass:: RaeptorCogs::GAPI::Common::ObjectData :project: RaeptorCogs :members: :protected-members: :private-members: :undoc-members: .. doxygenclass:: RaeptorCogs::GAPI::ObjectHandler :project: RaeptorCogs :members: :protected-members: :private-members: :undoc-members: Functions --------- .. list-table:: Functions :header-rows: 1 :widths: 20 80 * - Function - Description * - ``RaeptorCogs::GAPI::GetObjectData(std::type_index type)`` - Get the object data of the specified type. * - ``RaeptorCogs::GAPI::IsRendererBackendInitialized()`` - Check if the renderer backend is initialized. .. doxygenfunction:: RaeptorCogs::GAPI::GetObjectData(std::type_index type) :project: RaeptorCogs .. doxygenfunction:: RaeptorCogs::GAPI::IsRendererBackendInitialized() :project: RaeptorCogs