* Sets the vertical layout offset of this signal. */
| 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 |
no outgoing calls
no test coverage detected