Home
last modified time | relevance | path

Searched refs:CodeBlockWithComments (Results 1 – 21 of 21) sorted by relevance

/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/
H A Dcodeblockwithcomments.cpp22 CodeBlockWithComments::CodeBlockWithComments (CodeDocument * parent, const QString & body, const QS… in CodeBlockWithComments() function in CodeBlockWithComments
30 CodeBlockWithComments::~CodeBlockWithComments () in ~CodeBlockWithComments()
38 void CodeBlockWithComments::setComment (CodeComment * object) in setComment()
46 CodeComment * CodeBlockWithComments::getComment () const in getComment()
54 void CodeBlockWithComments::saveToXMI1(QXmlStreamWriter& writer) in saveToXMI1()
83 void CodeBlockWithComments::setAttributesFromObject(TextBlock * obj) in setAttributesFromObject()
87 CodeBlockWithComments * cb = dynamic_cast<CodeBlockWithComments*>(obj); in setAttributesFromObject()
96 void CodeBlockWithComments::loadFromXMI1 (QDomElement & root) in loadFromXMI1()
105 void CodeBlockWithComments::setAttributesFromNode(QDomElement & root) in setAttributesFromNode()
136 QString CodeBlockWithComments::toString () const in toString()
[all …]
H A Dcodeclassfielddeclarationblock.cpp20 CodeBlockWithComments((CodeDocument*) parentCF->getParentDocument()) in CodeClassFieldDeclarationBlock()
100 CodeBlockWithComments::setAttributesOnNode(writer); in setAttributesOnNode()
111 CodeBlockWithComments::setAttributesFromNode(root); // superclass load in setAttributesFromNode()
122 CodeBlockWithComments::setAttributesFromObject(obj); in setAttributesFromObject()
H A Dcodegenobjectwithtextblocks.h17 class CodeBlockWithComments; variable
49 …virtual CodeBlockWithComments * getCodeBlockWithComments(const QString &tag, const QString &commen…
53 CodeBlockWithComments * addOrUpdateTaggedCodeBlockWithComments
69 virtual CodeBlockWithComments * newCodeBlockWithComments() = 0;
H A Dcodegenobjectwithtextblocks.cpp208 CodeBlockWithComments * CodeGenObjectWithTextBlocks::getCodeBlockWithComments (const QString &tag, … in getCodeBlockWithComments()
211CodeBlockWithComments * codeBlock = dynamic_cast<CodeBlockWithComments*>(findTextBlockByTag(tag)); in getCodeBlockWithComments()
221 return (CodeBlockWithComments*) 0; in getCodeBlockWithComments()
279 CodeBlockWithComments * CodeGenObjectWithTextBlocks::addOrUpdateTaggedCodeBlockWithComments (const … in addOrUpdateTaggedCodeBlockWithComments()
282 CodeBlockWithComments * codeBlock = dynamic_cast<CodeBlockWithComments*>(tBlock); in addOrUpdateTaggedCodeBlockWithComments()
443 CodeBlockWithComments * block = newCodeBlockWithComments(); in loadChildTextBlocksFromNode()
H A Dcodeblockwithcomments.h19 class CodeBlockWithComments : public CodeBlock
23 …explicit CodeBlockWithComments (CodeDocument * parent, const QString & body = QString(), const QSt…
28 virtual ~CodeBlockWithComments ();
H A Dcodemethodblock.cpp18 : OwnedCodeBlock (parentObj), CodeBlockWithComments ((CodeDocument*)doc, body, comment) in CodeMethodBlock()
88 CodeBlockWithComments::setAttributesOnNode(writer); in setAttributesOnNode()
107 CodeBlockWithComments::setAttributesFromNode(elem); // superclass load in setAttributesFromNode()
124 CodeBlockWithComments::setAttributesFromObject(obj); in setAttributesFromObject()
H A Dhierarchicalcodeblock.cpp27 : CodeBlockWithComments (doc, start, comment), in HierarchicalCodeBlock()
77 CodeBlockWithComments * HierarchicalCodeBlock::newCodeBlockWithComments() in newCodeBlockWithComments()
253 CodeBlockWithComments::setAttributesOnNode(writer); in setAttributesOnNode()
280 CodeBlockWithComments::setAttributesFromNode(root); // superclass load in setAttributesFromNode()
298 CodeBlockWithComments::setAttributesFromObject(obj); in setAttributesFromObject()
H A Dhierarchicalcodeblock.h20 class HierarchicalCodeBlock : public CodeBlockWithComments, public CodeGenObjectWithTextBlocks
58 virtual CodeBlockWithComments * newCodeBlockWithComments();
H A Dcodedocument.h18 class CodeBlockWithComments; variable
69 virtual CodeBlockWithComments * newCodeBlockWithComments ();
H A Dcodeclassfielddeclarationblock.h25 class CodeClassFieldDeclarationBlock : public OwnedCodeBlock, public CodeBlockWithComments
H A Dcodemethodblock.h25 class CodeMethodBlock : public OwnedCodeBlock, public CodeBlockWithComments
H A Dcodedocument.cpp466 CodeBlockWithComments * CodeDocument::newCodeBlockWithComments () in newCodeBlockWithComments()
468 return new CodeBlockWithComments(this); in newCodeBlockWithComments()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/d/
H A Ddclassifiercodedocument.cpp178 CodeBlockWithComments * block = newCodeBlockWithComments(); in loadChildTextBlocksFromNode()
325CodeBlockWithComments * pblock = addOrUpdateTaggedCodeBlockWithComments(QLatin1String("packages"),… in updateContent()
367CodeBlockWithComments * iblock = addOrUpdateTaggedCodeBlockWithComments(QLatin1String("imports"), … in updateContent()
482 CodeBlockWithComments * emptyConstBlock = in updateContent()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/java/
H A Djavaclassifiercodedocument.cpp173 CodeBlockWithComments * block = newCodeBlockWithComments(); in loadChildTextBlocksFromNode()
315CodeBlockWithComments * pblock = addOrUpdateTaggedCodeBlockWithComments(QLatin1String("packages"),… in updateContent()
358CodeBlockWithComments * iblock = addOrUpdateTaggedCodeBlockWithComments(QLatin1String("imports"), … in updateContent()
473 CodeBlockWithComments * emptyConstBlock = in updateContent()
H A Djavaantcodedocument.cpp104 CodeBlockWithComments * block = newCodeBlockWithComments(); in loadChildTextBlocksFromNode()
223CodeBlockWithComments * xmlDecl = getCodeBlockWithComments(QLatin1String("xmlDecl"), QString(), 0); in updateContent()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/dialogs/
H A Dcodeeditor.cpp375 CodeBlockWithComments * cb = 0; in appendText()
383 else if ((cb = dynamic_cast<CodeBlockWithComments*>(tb))) in appendText()
423 void CodeEditor::appendText(CodeBlockWithComments * cb) in appendText()
674 CodeBlockWithComments * cb = 0; in slotChangeSelectedBlockCommentView()
675 if (tb && (cb = dynamic_cast<CodeBlockWithComments*>(tb))) { in slotChangeSelectedBlockCommentView()
690 CodeBlockWithComments * newBlock = m_parentDoc->newCodeBlockWithComments(); in slotInsertCodeBlockBeforeSelected()
710 CodeBlockWithComments * newBlock = m_parentDoc->newCodeBlockWithComments(); in slotInsertCodeBlockAfterSelected()
783 CodeBlockWithComments * cb = dynamic_cast<CodeBlockWithComments*>(tb); in createPopup()
886 else if (dynamic_cast<CodeBlockWithComments*>(m_selectedTextBlock)) in slotCopyTextBlock()
H A Dcodeeditor.h24 class CodeBlockWithComments; variable
85 void appendText(CodeBlockWithComments * cb);
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/cpp/
H A Dcppheadercodedocument.cpp133 CodeBlockWithComments * block = newCodeBlockWithComments(); in loadChildTextBlocksFromNode()
425CodeBlockWithComments * inclBlock = addOrUpdateTaggedCodeBlockWithComments(QLatin1String("includes… in updateContent()
438CodeBlockWithComments * usingBlock = addOrUpdateTaggedCodeBlockWithComments(QLatin1String("using")… in updateContent()
673 CodeBlockWithComments * emptyConstBlock = dynamic_cast<CodeBlockWithComments*>(emptyConstTb); in updateContent()
H A Dcppsourcecodedocument.cpp110CodeBlockWithComments * iblock = addOrUpdateTaggedCodeBlockWithComments(QLatin1String("includes"),… in updateContent()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/ruby/
H A Drubycodegenerator.h19 class CodeBlockWithComments; variable
H A Drubyclassifiercodedocument.cpp210 CodeBlockWithComments * block = newCodeBlockWithComments(); in loadChildTextBlocksFromNode()