Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
Loading...
Searching...
No Matches
SceneSerializer Class Reference

#include <SceneSerializer.h>

Public Member Functions

 SceneSerializer (SceneManager *sceneMgr)
 
bool saveToJson (const QString &filename) const
 
bool loadFromJson (const QString &filename)
 

Detailed Description

Definition at line 4 of file SceneSerializer.h.

Constructor & Destructor Documentation

◆ SceneSerializer()

SceneSerializer::SceneSerializer ( SceneManager sceneMgr)
explicit

Definition at line 93 of file SceneSerializer.cpp.

Member Function Documentation

◆ loadFromJson()

bool SceneSerializer::loadFromJson ( const QString &  filename)

Definition at line 193 of file SceneSerializer.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ saveToJson()

bool SceneSerializer::saveToJson ( const QString &  filename) const

Definition at line 95 of file SceneSerializer.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: