feature/test #9
29
libs/xassets/xcolumninfo.cpp
Normal file
29
libs/xassets/xcolumninfo.cpp
Normal file
@ -0,0 +1,29 @@
|
||||
#include "xcolumninfo.h"
|
||||
|
||||
XColumnInfo::XColumnInfo()
|
||||
: XAsset()
|
||||
, mPos(0)
|
||||
, mWidth(0)
|
||||
, mMaxChars(0)
|
||||
, mAlignment(0)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
XColumnInfo::~XColumnInfo()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XColumnInfo::ParseData(QDataStream *aStream)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XColumnInfo::Clear()
|
||||
{
|
||||
mPos = 0;
|
||||
mWidth = 0;
|
||||
mMaxChars = 0;
|
||||
mAlignment = 0;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user