28 class DT_DLL_VL DtInteractionCallbackManager
33 struct DtInteractionCallbackInfo
42 DtInteractionCallbackManager();
45 virtual ~DtInteractionCallbackManager();
48 virtual void addInteractionCallback(
const DtString& name,
52 virtual void removeInteractionCallback(
const DtString& name,
61 virtual bool cbInfoAreEqual(
const DtInteractionCallbackInfo& first,
62 const DtInteractionCallbackInfo& second);
66 std::list<DtInteractionCallbackInfo> myInteractionCallbackList;