15             const Net* 
n = 
g->get_fan_in_net(input_pin);
 
   29             const Net* 
n = 
g->get_fan_out_net(output_pin);
 
std::vector< GatePin * > get_output_pins() const
 
const std::string & get_name() const
 
std::vector< GatePin * > get_input_pins() const
 
QVector< QString > mOutputPins
 
QVector< QString > mInputPins
 
Abstract base class for nodes (e.g. gates, modules)
 
QMultiHash< u32, int > mInputByNet
 
QMultiHash< u32, int > mOutputByNet
 
void setNodeText(const QString *lines, bool init)
 
ItemType
The ItemType enum provides the enum type to classify graphic items into Modules, Gates or Nets....
 
typename QHash< Key, T >::iterator insert(const Key &key, const T &value)
 
QString fromStdString(const std::string &str)
 
void append(const T &value)