File indexing completed on 2025-01-18 10:04:55
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _ShapeExtend_MsgRegistrator_HeaderFile
0017 #define _ShapeExtend_MsgRegistrator_HeaderFile
0018
0019 #include <Standard.hxx>
0020 #include <Standard_Type.hxx>
0021
0022 #include <ShapeExtend_DataMapOfTransientListOfMsg.hxx>
0023 #include <ShapeExtend_DataMapOfShapeListOfMsg.hxx>
0024 #include <ShapeExtend_BasicMsgRegistrator.hxx>
0025 #include <Message_Gravity.hxx>
0026 class Standard_Transient;
0027 class Message_Msg;
0028 class TopoDS_Shape;
0029
0030
0031 class ShapeExtend_MsgRegistrator;
0032 DEFINE_STANDARD_HANDLE(ShapeExtend_MsgRegistrator, ShapeExtend_BasicMsgRegistrator)
0033
0034
0035
0036
0037
0038
0039
0040
0041
0042 class ShapeExtend_MsgRegistrator : public ShapeExtend_BasicMsgRegistrator
0043 {
0044
0045 public:
0046
0047
0048
0049 Standard_EXPORT ShapeExtend_MsgRegistrator();
0050
0051
0052
0053
0054 Standard_EXPORT virtual void Send (const Handle(Standard_Transient)& object, const Message_Msg& message, const Message_Gravity gravity) Standard_OVERRIDE;
0055
0056
0057
0058
0059 Standard_EXPORT virtual void Send (const TopoDS_Shape& shape, const Message_Msg& message, const Message_Gravity gravity) Standard_OVERRIDE;
0060
0061
0062 const ShapeExtend_DataMapOfTransientListOfMsg& MapTransient() const;
0063
0064
0065 const ShapeExtend_DataMapOfShapeListOfMsg& MapShape() const;
0066
0067
0068
0069
0070 DEFINE_STANDARD_RTTIEXT(ShapeExtend_MsgRegistrator,ShapeExtend_BasicMsgRegistrator)
0071
0072 protected:
0073
0074
0075
0076
0077 private:
0078
0079
0080 ShapeExtend_DataMapOfTransientListOfMsg myMapTransient;
0081 ShapeExtend_DataMapOfShapeListOfMsg myMapShape;
0082
0083
0084 };
0085
0086
0087 #include <ShapeExtend_MsgRegistrator.lxx>
0088
0089
0090
0091
0092
0093 #endif