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