const QString& _width,
int _direction,
int _purpose,
- int _level,
int _multiplicity)
-throw (Exception) : AbstractInterface(_owner, _name, _type, _width, _direction, _purpose, _level) {
+throw (Exception) : AbstractInterface(_owner, _name, _type, _width, _direction, _purpose) {
if (_owner->isReferenceBlock()) throw(Exception(BLOCK_INVALID_TYPE));
return Data;
}
-int ReferenceInterface::translateLevel(const QString& txt) {
-
- if (txt == "top") {
- return Top;
- }
- return Basic;
-}
-
int ReferenceInterface::translateMultiplicity(const QString& txt) {
bool ok;
int mult;