Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::QString_QMatrix4x4 Class Reference

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>

Public Member Functions

 QString_QMatrix4x4 (QMatrix4x4 &mtx)
 
 operator QString ()
 
QString_QMatrix4x4operator= (const QString &s)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ QString_QMatrix4x4()

sf::QString_QMatrix4x4::QString_QMatrix4x4 ( QMatrix4x4 &  mtx)
inline

Member Function Documentation

◆ operator QString()

sf::QString_QMatrix4x4::operator QString ( )
inline

◆ operator=()

QString_QMatrix4x4 & sf::QString_QMatrix4x4::operator= ( const QString &  s)
inline

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