| umbrello 25.07.90
    Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology | 
#include <model_utils.h>
| Public Member Functions | |
| NameAndType () | |
| NameAndType (QString name, UMLObject *type, Uml::ParameterDirection::Enum direction=Uml::ParameterDirection::In, QString initialValue=QString()) | |
| Public Attributes | |
| QString | m_name | 
| < Data structure filled by parseAttribute(). | |
| UMLObject * | m_type | 
| Uml::ParameterDirection::Enum | m_direction | 
| QString | m_initialValue | 
| 
 | inline | 
| 
 | inline | 
| Uml::ParameterDirection::Enum Model_Utils::NameAndType::m_direction | 
| QString Model_Utils::NameAndType::m_initialValue | 
| QString Model_Utils::NameAndType::m_name | 
< Data structure filled by parseAttribute().
| UMLObject* Model_Utils::NameAndType::m_type |