MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / add_xcursor

Method add_xcursor

DSView/pv/view/view.cpp:1085–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1083}
1084
1085void View::add_xcursor(double value0, double value1)
1086{
1087 static int lastXCursorOrder = 1;
1088 XCursor *newXCursor = new XCursor(*this, lastXCursorOrder++, value0, value1);
1089 _xcursorList.push_back(newXCursor);
1090 make_cursors_order();
1091 xcursor_update();
1092}
1093
1094void View::del_xcursor(XCursor* xcursor)
1095{

Callers 1

add_cursor_xMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected