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

Method set_v_offset

DSView/pv/view/trace.h:109–111  ·  view source on GitHub ↗

* Sets the vertical layout offset of this signal. */

Source from the content-addressed store, hash-verified

107 * Sets the vertical layout offset of this signal.
108 */
109 inline void set_v_offset(int v_offset){
110 _v_offset = v_offset;
111 }
112
113 /**
114 * Gets trace type

Callers 3

mouseMoveEventMethod · 0.80
normalize_layoutMethod · 0.80
signals_changedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected