[No changes]
This commit is contained in:
parent
92456f1da6
commit
04daaeaf7f
30
libs/xassets/xcolumninfo.h
Normal file
30
libs/xassets/xcolumninfo.h
Normal file
@ -0,0 +1,30 @@
|
||||
#ifndef XCOLUMNINFO_H
|
||||
#define XCOLUMNINFO_H
|
||||
|
||||
#include "xasset.h"
|
||||
|
||||
class XColumnInfo : public XAsset
|
||||
{
|
||||
public:
|
||||
explicit XColumnInfo();
|
||||
~XColumnInfo();
|
||||
|
||||
void ParseData(QDataStream *aStream) override;
|
||||
void Clear() override;
|
||||
|
||||
private:
|
||||
int mPos;
|
||||
int mWidth;
|
||||
int mMaxChars;
|
||||
int mAlignment;
|
||||
};
|
||||
|
||||
#endif // XCOLUMNINFO_H
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user