umbrello 2.39.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <jswriter.h>
Private Member Functions | |
void | writeOperations (QString classname, UMLOperationList *opList, QTextStream &js) |
void | writeAssociation (QString &classname, UMLAssociationList &assoclist, QTextStream &js) |
Class JSWriter is a JavaScript code generator for UMLClassifier objects. Just call writeClass and feed it a UMLClassifier.
JSWriter::JSWriter | ( | ) |
|
virtual |
|
virtual |
|
virtual |
Get list of reserved keywords.
Reimplemented from CodeGenerator.
|
private |
Write a list of associations.
classname | the name of the class |
assocList | the list of associations |
js | output stream for the JS file |
|
virtual |
Call this method to generate Actionscript code for a UMLClassifier.
c | the class you want to generate code for |
Implements SimpleCodeGenerator.
|
private |
Write a list of class operations.
classname | the name of the class |
opList | the list of operations |
js | output stream for the JS file |