umbrello/umbrello
ASWriter Class Reference
#include <aswriter.h>
Inheritance diagram for ASWriter:

Detailed Description
Class ASWriter is a ActionScript code generator for UMLClassifier objects.Just call writeClass and feed it a UMLClassifier.
Definition at line 29 of file aswriter.h.
Public Member Functions | |
| ASWriter () | |
| virtual | ~ASWriter () |
| virtual void | writeClass (UMLClassifier *c) |
| virtual Uml::Programming_Language | getLanguage () |
| virtual const QStringList | reservedKeywords () const |
Constructor & Destructor Documentation
| ASWriter::ASWriter | ( | ) |
Definition at line 29 of file aswriter.cpp.
| ASWriter::~ASWriter | ( | ) | [virtual] |
Definition at line 33 of file aswriter.cpp.
Member Function Documentation
| void ASWriter::writeClass | ( | UMLClassifier * | c | ) | [virtual] |
Call this method to generate Actionscript code for a UMLClassifier.
- Parameters:
-
c the class you want to generate code for
Implements SimpleCodeGenerator.
Definition at line 37 of file aswriter.cpp.
| Uml::Programming_Language ASWriter::getLanguage | ( | ) | [virtual] |
Returns "ActionScript".
- Returns:
- the programming language identifier
Implements CodeGenerator.
Definition at line 320 of file aswriter.cpp.
| const QStringList ASWriter::reservedKeywords | ( | ) | const [virtual] |
Get list of reserved keywords.
- Returns:
- the list of reserved keywords
Reimplemented from CodeGenerator.
Definition at line 325 of file aswriter.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference