18#include "wsf_export.h"
33 void UpdateDrawEvents(
const std::string& aTarget,
const std::string& aLayer,
const WsfDraw::DrawEventList& aEvents);
35 void UpdateDrawEventsDeprecated(
const std::string& aTarget,
36 const std::string& aLayer,
39 std::unique_ptr<UtCallback> mCallbackPtr;
40 bool mUseDeprecatedVersion;
42 static const int cVERSION;
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
WsfDisDraw(WsfDisInterface *aInterfacePtr)
Definition WsfDisDraw.cpp:26
Definition WsfDisInterface.hpp:83
std::vector< DrawEvent > DrawEventList
Definition WsfDraw.hpp:132