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

Method set_index

DSView/pv/view/timemarker.cpp:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void TimeMarker::set_index(int64_t index)
80{
81 if (index < 0){
82 index = 0;
83 }
84 _index = index;
85 time_changed();
86}
87
88void TimeMarker::paint(QPainter &p, const QRect &rect, const bool highlight, bool trig_hoff)
89{

Callers 5

mouseMoveEventMethod · 0.80
mouseReleaseEventMethod · 0.80
set_search_posMethod · 0.80
mouseMoveEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected