MCPcopy Create free account
hub / github.com/comaps/comaps / GetType

Method GetType

libs/drape_frontend/message.hpp:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111 virtual ~Message() = default;
112 virtual Type GetType() const { return Type::Unknown; }
113 virtual bool IsGraphicsContextDependent() const { return false; }
114 virtual bool ContainsRenderState() const { return false; }
115};

Callers 15

CheckCoastlinesMethod · 0.45
operator()Method · 0.45
CollectLinesPTMethod · 0.45
AcceptMessageMethod · 0.45
FindAnimationMethod · 0.45
ThreadRoutineMethod · 0.45
AcceptMessageMethod · 0.45
AddUserEventMethod · 0.45
SetFollowAndRotateMethod · 0.45
PushMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected