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

Method get_v_offset

DSView/pv/view/trace.h:102–104  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

100 * Gets the vertical layout offset of this signal.
101 */
102 inline int get_v_offset(){
103 return _v_offset;
104 }
105
106 /**
107 * Sets the vertical layout offset of this signal.

Callers 6

mouseDoubleClickEventMethod · 0.80
mousePressEventMethod · 0.80
mouseMoveEventMethod · 0.80
compare_trace_yMethod · 0.80
normalize_layoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected