23 #if GEOM_PSEUDO3D==GEOM_TRUE
24 namespace GEOM_FADE25D {
25 #elif GEOM_PSEUDO3D==GEOM_FALSE
26 namespace GEOM_FADE2D {
28 #error GEOM_PSEUDO3D is not defined
MsgType
Message types for the message system.
Definition: MsgBase.h:40
@ MSG_WARNING
Definition: MsgBase.h:42
@ MSG_PROGRESS
Definition: MsgBase.h:41
MsgBase, a base class for message subscriber classes.
Definition: MsgBase.h:55
MsgBase()
Default constructor.
Definition: MsgBase.h:58
virtual void update(MsgType msgType, const char *s, double d)=0
update
virtual ~MsgBase()
Destructor.
Definition: MsgBase.h:60