32 #include <QXmlStreamReader> 
   33 #include <QXmlStreamWriter> 
The UserActionObject class represents a single object used in UserAction.
 
void readFromXml(QXmlStreamReader &xmlIn)
 
void writeToXml(QXmlStreamWriter &xmlOut) const
 
QString debugDump() const
 
UserActionObjectType::ObjectType type() const
 
UserActionObject(u32 i=0, UserActionObjectType::ObjectType t=UserActionObjectType::None)
 
The UserActionObjectType class provides the type for UserActionObject.
 
static ObjectType fromHalType(hal::ItemType itp)
 
static SelectionRelay::ItemType toSelectionType(ObjectType t)
 
static ObjectType fromSelectionType(SelectionRelay::ItemType itp)
 
static QString toString(ObjectType t)
 
static ObjectType fromNodeType(Node::NodeType ntp)
 
Q_ENUM(ObjectType) static ObjectType fromString(const QString &s)
 
static Node::NodeType toNodeType(ObjectType t)
 
static hal::ItemType toHalType(ObjectType t)
 
ItemType
The ItemType enum provides the enum type to classify graphic items into Modules, Gates or Nets....