Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
SceneHelpers.h File Reference
#include <QMatrix4x4>
#include <scn/iface/global.h>
Include dependency graph for SceneHelpers.h:

Go to the source code of this file.

Classes

class  sf::QString_QMatrix4x4
 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...
 

Namespaces

namespace  sf
 

Functions

_SCN_FUNC QString sf::toString (const QMatrix4x4 &mtx)
 Converts a QMatrix4x4 type to a QString. Allows using the QMatrix4x4 type to be serialized as a property.
 
_SCN_FUNC void sf::fromString (QMatrix4x4 &mtx, const QString &str)
 Converts a QString to a QMatrix4x4 type. Allows using the QMatrix4x4 type to be serialized as a property.
 
_SCN_FUNC std::ostream & operator<< (std::ostream &os, const QMatrix4x4 &m)
 

Function Documentation

◆ operator<<()

_SCN_FUNC std::ostream & operator<< ( std::ostream &  os,
const QMatrix4x4 &  m 
)