1 #ifndef _Q_VECTORC_VIEW_HH_
2 #define _Q_VECTORC_VIEW_HH_
#define Q_BEGIN_NAMESPACE
base class for objects handled by QEvent and QGlobalDataManager.
QVectorCView for const QVectorC.
const QVectorCConstView & operator=(const QVectorCConstView &other)
operator=
const QVectorC & GetVectorC() const
Get subview QVector.
QObjectDef(QVectorCConstView, 1)
void Clear()
Clear is not implemented.
virtual ~QVectorCConstView()
destructor
subview of an existing QVectorC, useful to operate on a QVectorC slice
QVectorC & GetVectorC() const
Get subview QVector.
QObjectDef(QVectorCView, 1)
void Clear()
Clear is not implemented.
const QVectorCView & operator=(const QVectorCView &other)
operator=
virtual ~QVectorCView()
destructor: do not destroy the input QVectorC
Interface for complex vectors in Diana analysis.