Updated libs/xassets/xfxelematlas.h
This commit is contained in:
parent
5bf97fcf1a
commit
ef884f4be7
26
libs/xassets/xfxelemvisualstate.h
Normal file
26
libs/xassets/xfxelemvisualstate.h
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
#ifndef XFXELEMVISUALSTATE_H
|
||||||
|
#define XFXELEMVISUALSTATE_H
|
||||||
|
|
||||||
|
#include "xasset.h"
|
||||||
|
|
||||||
|
#include <QColor>
|
||||||
|
#include <QSizeF>
|
||||||
|
|
||||||
|
class XFxElemVisualState : public XAsset
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
explicit XFxElemVisualState();
|
||||||
|
~XFxElemVisualState();
|
||||||
|
|
||||||
|
void Clear() override;
|
||||||
|
void ParseData(QDataStream *aStream) override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
QColor mColor;
|
||||||
|
float mRotationDelta;
|
||||||
|
float mRotationTotal;
|
||||||
|
QSizeF mSize;
|
||||||
|
float mScale;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // XFXELEMVISUALSTATE_H
|
||||||
Loading…
x
Reference in New Issue
Block a user