| umbrello 25.07.90
    Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology | 
| Functions | |
| Uml::ID::Type | gen () | 
| void | init () | 
| Uml::ID::Type | get () | 
| void | set (Uml::ID::Type id) | 
| Variables | |
| Uml::ID::Type | m_uniqueID | 
| Uml::ID::Type UniqueID::gen | ( | ) | 
MAIN FUNCTION: Return a new unique ID.
| Uml::ID::Type UniqueID::get | ( | ) | 
Return the last generated unique ID without generating a new one.
| void UniqueID::init | ( | ) | 
Reinitialize the unique ID counter. Should not normally be required because the ID counter is initialized by default anyway.
| void UniqueID::set | ( | Uml::ID::Type | id | ) | 
Explicitly set a new ID value.
| Uml::ID::Type UniqueID::m_uniqueID | 
Each model object gets assigned a unique ID.