8 #ifndef __VRV_AREA_POS_INTERFACE_H__
9 #define __VRV_AREA_POS_INTERFACE_H__
11 #include "atts_shared.h"
12 #include "interface.h"
36 InterfaceId
IsInterface()
const override {
return INTERFACE_AREA_POS; }
This class is an interface for elements implementing vertically and horizontally positionned elements...
Definition: areaposinterface.h:26
InterfaceId IsInterface() const override
Virtual method returning the InterfaceId of the interface.
Definition: areaposinterface.h:36
void Reset() override
Virtual reset method.
This is a base class for regrouping MEI att classes.
Definition: interface.h:32