umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Member Functions | Protected Attributes | List of all members
Import_Rose::ParametersReader Class Reference
Inheritance diagram for Import_Rose::ParametersReader:
Collaboration diagram for Import_Rose::ParametersReader:

Public Member Functions

 ParametersReader (UMLOperation *op)
 
virtual ~ParametersReader ()
 
UMLObjectcreateListItem ()
 
void insertAtParent (const PetalNode *, UMLObject *item)
 
- Public Member Functions inherited from Import_Rose::ClassifierListReader
 ClassifierListReader (const char *attributeTag, const char *elementName, const char *itemTypeDesignator)
 constructor More...
 
virtual ~ClassifierListReader ()
 destructor More...
 
virtual void setTypeReferences (UMLObject *item, const QString &quid, const QString &type)
 
void read (const PetalNode *node, const QString &name)
 

Protected Attributes

UMLOperationm_operation
 
- Protected Attributes inherited from Import_Rose::ClassifierListReader
const QString m_attributeTag
 
const QString m_elementName
 
const QString m_itemTypeDesignator
 

Constructor & Destructor Documentation

◆ ParametersReader()

Import_Rose::ParametersReader::ParametersReader ( UMLOperation op)
inline

◆ ~ParametersReader()

virtual Import_Rose::ParametersReader::~ParametersReader ( )
inlinevirtual

Member Function Documentation

◆ createListItem()

UMLObject * Import_Rose::ParametersReader::createListItem ( )
inlinevirtual

Return a UMLClassifierListItem of the specific type desired. Abstract method to be implemented by inheriting classes.

Implements Import_Rose::ClassifierListReader.

◆ insertAtParent()

void Import_Rose::ParametersReader::insertAtParent ( const PetalNode node,
UMLObject o 
)
inlinevirtual

Insert the given UMLClassifierListItem at the parent Umbrello object. Abstract method to be implemented by inheriting classes. NB the parent Umbrello object is not included in the ClassifierListReader class - it must be added at inheriting classes.

Parameters
nodeThe PetalNode which corresponds to the parent Umbrello object.
oThe UMLObject to insert.

Implements Import_Rose::ClassifierListReader.

Here is the call graph for this function:

Member Data Documentation

◆ m_operation

UMLOperation* Import_Rose::ParametersReader::m_operation
protected

The documentation for this class was generated from the following file: