6#include <iser/ISerializable.h>
13class ITableViewParam:
virtual public iser::ISerializable
23 bool operator == (
const HeaderInfo& other)
const
25 return (headerId == other.headerId) &&
26 (size == other.size) &&
27 (order == other.order) &&
28 (visible == other.visible);
32 virtual QByteArrayList GetHeaderIds()
const = 0;
33 virtual HeaderInfo GetHeaderInfo(
const QByteArray& headerId)
const = 0;
34 virtual bool SetHeaderInfo(QByteArray headerId, HeaderInfo headerInfo) = 0;