umbrello/umbrello
CSharpWriter Class Reference
Class CSharpWriter is a C# code generator for UMLClassifier objects Just call writeClass and feed it a UMLClassifier;. More...
#include <csharpwriter.h>

Public Member Functions | |
| CSharpWriter () | |
| virtual | ~CSharpWriter () |
| QStringList | defaultDatatypes () |
| virtual Uml::Programming_Language | getLanguage () |
| virtual const QStringList | reservedKeywords () const |
| virtual void | writeClass (UMLClassifier *c) |
Detailed Description
Class CSharpWriter is a C# code generator for UMLClassifier objects Just call writeClass and feed it a UMLClassifier;.
Definition at line 30 of file csharpwriter.h.
Constructor & Destructor Documentation
| CSharpWriter::CSharpWriter | ( | ) |
Definition at line 109 of file csharpwriter.cpp.
| CSharpWriter::~CSharpWriter | ( | ) | [virtual] |
Definition at line 115 of file csharpwriter.cpp.
Member Function Documentation
| QStringList CSharpWriter::defaultDatatypes | ( | ) | [virtual] |
Get list of predefined data types.
Reimplemented from CodeGenerator.
Definition at line 119 of file csharpwriter.cpp.
| Uml::Programming_Language CSharpWriter::getLanguage | ( | ) | [virtual] |
| const QStringList CSharpWriter::reservedKeywords | ( | ) | const [virtual] |
Get list of reserved keywords.
Reimplemented from CodeGenerator.
Definition at line 711 of file csharpwriter.cpp.
| void CSharpWriter::writeClass | ( | UMLClassifier * | c | ) | [virtual] |
Call this method to generate Php code for a UMLClassifier.
- Parameters:
-
c the class you want to generate code for.
Implements SimpleCodeGenerator.
Definition at line 143 of file csharpwriter.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference