HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
hal::StandardGraphicsNet::HLine Struct Reference

#include </home/runner/work/hal/hal/plugins/gui/include/gui/graph_widget/items/nets/standard_graphics_net.h>

Collaboration diagram for hal::StandardGraphicsNet::HLine:
Collaboration graph

Public Attributes

qreal mSmallX
 
qreal mBigX
 
qreal y
 

Detailed Description

Represents a horizontal line of a net.

Definition at line 50 of file standard_graphics_net.h.

Member Data Documentation

◆ mBigX

qreal hal::StandardGraphicsNet::HLine::mBigX

The x-coordinate of the end point of the line

Definition at line 55 of file standard_graphics_net.h.

Referenced by hal::StandardGraphicsNet::StandardGraphicsNet().

◆ mSmallX

qreal hal::StandardGraphicsNet::HLine::mSmallX

The x-coordinate of the starting point of the line

Definition at line 53 of file standard_graphics_net.h.

Referenced by hal::StandardGraphicsNet::StandardGraphicsNet().

◆ y

qreal hal::StandardGraphicsNet::HLine::y

The y-coordinate of the horizontal line

Definition at line 57 of file standard_graphics_net.h.

Referenced by hal::StandardGraphicsNet::StandardGraphicsNet().


The documentation for this struct was generated from the following file: