Inherits MLABField.
Public Slots | |
| virtual bool | isConnectionPossible (MLABField *field) |
| virtual void | setStringValue (const QString &) |
| virtual QString | stringValue () |
| virtual bool MLABEngineOutputField::isConnectionPossible | ( | MLABField * | field | ) | [virtual, slot] |
returns if a connection between the fields is possible (taking into account the input/output type and not regarding the networks the fields are in) NOTE: even if this method tries to be accurate, it may return true and connectFrom is still not possible.
This is due to the fact that not all Inventor fields can be connected with each other and this can only be detected when trying to connect the fields.
Reimplemented from MLABField.
| virtual void MLABEngineOutputField::setStringValue | ( | const QString & | ) | [inline, virtual, slot] |
| virtual QString MLABEngineOutputField::stringValue | ( | ) | [inline, virtual, slot] |
1.5.8