umbrello/umbrello
JavaClassDeclarationBlock Class Reference
#include <javaclassdeclarationblock.h>
Inheritance diagram for JavaClassDeclarationBlock:

Public Member Functions | |
| JavaClassDeclarationBlock (JavaClassifierCodeDocument *parentDoc, const QString &start="", const QString &endText="}", const QString &comment="") | |
| virtual void | loadFromXMI (QDomElement &root) |
| virtual void | saveToXMI (QDomDocument &doc, QDomElement &root) |
| void | updateContent () |
| virtual | ~JavaClassDeclarationBlock () |
Detailed Description
Definition at line 20 of file javaclassdeclarationblock.h.
Constructor & Destructor Documentation
| JavaClassDeclarationBlock::JavaClassDeclarationBlock | ( | JavaClassifierCodeDocument * | parentDoc, | |
| const QString & | start = "", |
|||
| const QString & | endText = "}", |
|||
| const QString & | comment = "" | |||
| ) | [explicit] |
| JavaClassDeclarationBlock::~JavaClassDeclarationBlock | ( | ) | [virtual] |
Member Function Documentation
| void JavaClassDeclarationBlock::loadFromXMI | ( | QDomElement & | root | ) | [virtual] |
load params from the appropriate XMI element node.
Implements OwnedHierarchicalCodeBlock.
Definition at line 43 of file javaclassdeclarationblock.cpp.
| void JavaClassDeclarationBlock::saveToXMI | ( | QDomDocument & | doc, | |
| QDomElement & | root | |||
| ) | [virtual] |
Save the XMI representation of this object.
Implements OwnedHierarchicalCodeBlock.
Definition at line 33 of file javaclassdeclarationblock.cpp.
| void JavaClassDeclarationBlock::updateContent | ( | ) | [virtual] |
Update the start/end text of this codeblock.
update the start and end text for this ownedhierarchicalcodeblock.
Implements OwnedHierarchicalCodeBlock.
Definition at line 51 of file javaclassdeclarationblock.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference