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
 

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 
)