umbrello 2.39.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <codecomment.h>
Additional Inherited Members | |
![]() | |
static QString | getIndentation () |
static QString | getNewLineEndingChars () |
static QString | formatMultiLineText (const QString &work, const QString &linePrefix, const QString &breakStr, bool addBreak=true, bool lastLineHasBreak=true) |
static QString | encodeText (const QString &text, const QString &endLine) |
static QString | decodeText (const QString &text, const QString &endLine) |
![]() | |
void | setCanDelete (bool canDelete) |
virtual void | release () |
virtual void | setAttributesOnNode (QXmlStreamWriter &writer) |
virtual void | setAttributesFromNode (QDomElement &root) |
Text which will be comments. These should be bracketed by what ever code type comment the language requires.
|
explicit |
|
virtual |
Empty Destructor.
|
virtual |
Load params from the appropriate XMI element node.
Implements TextBlock.
|
virtual |
Save the XMI representation of this object.
Implements TextBlock.
Reimplemented in CPPCodeComment, CPPCodeDocumentation, DCodeComment, DCodeDocumentation, JavaCodeDocumentation, and RubyCodeDocumentation.