39 virtual void clear() ;
45 MCFOLD
bool _createTool(::std::string
const&
id,
::Json::Value const& payload);
49 MCAPI
void _onToolCreated(::std::string
const&
id);
51 MCAPI
void _onToolDestroyed(::std::string
const&
id);
53 MCAPI
void _onToolUpdated(::std::string
const&
id, ::std::string
const& propName);
55 MCFOLD
bool _removeTool(::std::string
const&
id);
59 MCAPI ::Scripting::Result<void> handleDataEvent(
60 ::Editor::DataStore::EventType eventType,
65 MCAPI ::Scripting::Result<void> handleSelectedToolEvent(
66 ::Editor::DataStore::EventType eventType,
75 MCAPI static ::std::add_lvalue_reference_t<char const[]> TAG_DATA();
77 MCAPI static ::std::add_lvalue_reference_t<char const[]> TAG_SELECTED_TOOL();
95 MCAPI
static void** $vftable();