A helper class that provides conversion between QString and QMatrix4x4. This class acts as a wrapper to enable seamless conversion between QString and QMatrix4x4 types, primarily used for property serialization. It provides implicit conversion to QString and assignment from QString to update the wrapped QMatrix4x4.
More...
#include <SceneHelpers.h>
A helper class that provides conversion between QString and QMatrix4x4. This class acts as a wrapper to enable seamless conversion between QString and QMatrix4x4 types, primarily used for property serialization. It provides implicit conversion to QString and assignment from QString to update the wrapped QMatrix4x4.
◆ QString_QMatrix4x4()
sf::QString_QMatrix4x4::QString_QMatrix4x4 |
( |
QMatrix4x4 & |
mtx | ) |
|
|
inline |
◆ operator QString()
sf::QString_QMatrix4x4::operator QString |
( |
| ) |
|
|
inline |
◆ operator=()
The documentation for this class was generated from the following file: