umbrello 2.39.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <dcodedocumentation.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) |
A class representing a D documentation comment.
The syntax follows the D Style Guide (
|
explicit |
Constructors
|
virtual |
Empty Destructor
|
virtual |
Ush. These are terrifically bad and must one day go away. Both methods indicate the range of lines in this textblock which may be edited by the code editor (assuming that any are actually editable). The default case is no lines are editable. The line numbering starts with '0' and a '-1' means no line qualifies.
Reimplemented from TextBlock.
|
virtual |
|
virtual |
Save the XMI representation of this object.
Reimplemented from CodeComment.
|
virtual |
Creates a documentation block.
The syntax follows the D Style Guide (
Reimplemented from TextBlock.
|
virtual |
UnFormat a long text string. Typically, this means removing the indentation (linePrefix) and/or newline chars from each line.
Reimplemented from TextBlock.