MCPcopy Create free account
hub / github.com/antvis/F2Native / Tap

Method Tap

core/graphics/interaction/Tap.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5using namespace xg;
6
7interaction::Tap::Tap(XChart *chart) : InteractionBase(chart) {
8 this->chart_->eventController_->AddRetCallback("click", XG_MEMBER_CALLBACK_1(interaction::Tap::onClick));
9}
10
11interaction::Tap::~Tap() {
12 this->chart_->eventController_->RemoveRetCallback("click");

Callers

nothing calls this directly

Calls 1

AddRetCallbackMethod · 0.80

Tested by

no test coverage detected