|
HAL
|
#include <graphics_module.h>

Public Member Functions | |
| bool | operator== (const ModulePin &rhs) const |
| bool | operator< (const ModulePin &rhs) const |
Public Attributes | |
| QString | name |
| u32 | mNetId |
Represents one pin (both input or output) of a module. It stores the pin type name and the id of the net connected to the pin. Besides, it provides comparison functions.
Definition at line 66 of file graphics_module.h.
|
inline |
The comparison is done based only on the name of both modules. (See gui_utility::numeratedOrderCompare)
Definition at line 80 of file graphics_module.h.
References name, and hal::gui_utility::numeratedOrderCompare().
|
inline |
Two ModulePins are considered equal if both their names and their connected nets are the same
Definition at line 74 of file graphics_module.h.
| u32 hal::GraphicsModule::ModulePin::mNetId |
The id of the net connected to this pin
Definition at line 71 of file graphics_module.h.
Referenced by operator==().
| QString hal::GraphicsModule::ModulePin::name |
The name of the pin type
Definition at line 69 of file graphics_module.h.
Referenced by operator<(), and operator==().