HAL
hal::NetlistEvent Class Reference

#include <event_handler.h>

Collaboration diagram for hal::NetlistEvent:
Collaboration graph

Public Types

enum class  event {
  id_changed , input_filename_changed , design_name_changed , device_name_changed ,
  marked_global_vcc , marked_global_gnd , unmarked_global_vcc , unmarked_global_gnd ,
  marked_global_input , marked_global_output , unmarked_global_input , unmarked_global_output
}
 

Detailed Description

Definition at line 42 of file event_handler.h.

Member Enumeration Documentation

◆ event

Enumerator
id_changed 

associated_data = old id

input_filename_changed 

no associated_data

design_name_changed 

no associated_data

device_name_changed 

no associated_data

marked_global_vcc 

associated_data = id of gate

marked_global_gnd 

associated_data = id of gate

unmarked_global_vcc 

associated_data = id of gate

unmarked_global_gnd 

associated_data = id of gate

marked_global_input 

associated_data = id of net

marked_global_output 

associated_data = id of net

unmarked_global_input 

associated_data = id of net

unmarked_global_output 

associated_data = id of net

Definition at line 45 of file event_handler.h.


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