umbrello 2.39.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Enumerations | |
enum | Enum { Synchronous = 1000 , Asynchronous , Creation , Lost , Found , Destroy } |
Functions | |
QString | toString (Enum item) |
Enum | fromString (const QString &item) |
Enum | fromInt (int item) |
SequenceMessage type
Convert an integer item into SequenceMessage representation.
item | integer value to convert |
Return SequenceMessage corresponding to the given string.
Return string corresponding to the given SequenceMessage.