MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / add_cursor

Method add_cursor

DSView/pv/view/view.cpp:1047–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045}
1046
1047void View::add_cursor(QColor color, uint64_t sampleIndex)
1048{
1049 Cursor *newCursor = new Cursor(*this, -1, sampleIndex);
1050 get_cursorList().push_back(newCursor);
1051 make_cursors_order();
1052 cursor_update();
1053}
1054
1055void View::add_cursor(uint64_t sampleIndex)
1056{

Callers 4

mouseReleaseEventMethod · 0.80
mousePressEventMethod · 0.80
mouseDoubleClickEventMethod · 0.80
add_cursor_yMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected