QSapecNG
 All Classes Functions Enumerations Properties
Public Member Functions
qsapecng::SchematicSceneBuilder Class Reference
Inheritance diagram for qsapecng::SchematicSceneBuilder:
sapecng::abstract_builder

List of all members.

Public Member Functions

 SchematicSceneBuilder (SchematicScene &scene)
 SchematicSceneBuilder (SchematicScene &scene, const QPointF &offset)
void add_circuit_properties (std::map< std::string, std::string > map)
void add_circuit_property (std::string name, std::string value)
void add_wire_component (std::map< std::string, std::string > props=std::map< std::string, std::string >())
void add_out_component (unsigned int v, std::map< std::string, std::string > props=std::map< std::string, std::string >())
void add_dual_component (sapecng::abstract_builder::dual_component_type c_type, std::string name, double value, bool symbolic, unsigned int va, unsigned int vb, std::map< std::string, std::string > props=std::map< std::string, std::string >())
void add_quad_component (sapecng::abstract_builder::quad_component_type c_type, std::string name, double value, bool symbolic, unsigned int va, unsigned int vb, unsigned int vac, unsigned int vbc, std::map< std::string, std::string > props=std::map< std::string, std::string >())
void add_unknow_component (std::map< std::string, std::string > props=std::map< std::string, std::string >())
void begin_userdef_component (std::string name, std::map< std::string, std::string > props=std::map< std::string, std::string >())
void end_userdef_component (std::string name, std::map< std::string, std::string > props=std::map< std::string, std::string >())
void flush ()
QList< QGraphicsItem * > items () const

The documentation for this class was generated from the following files:
 All Classes Functions Enumerations Properties