umbrello/umbrello
CSharpWriter Class Reference
#include <csharpwriter.h>
Inheritance diagram for CSharpWriter:

Detailed Description
class CSharpWriter is a C# code generator for UMLClassifier objects Just call writeClass and feed it a UMLClassifier;Definition at line 31 of file csharpwriter.h.
Public Member Functions | |
| CSharpWriter () | |
| virtual | ~CSharpWriter () |
| virtual void | writeClass (UMLClassifier *c) |
| virtual Uml::Programming_Language | getLanguage () |
| virtual const QStringList | reservedKeywords () const |
| QStringList | defaultDatatypes () |
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
| 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.
| Uml::Programming_Language CSharpWriter::getLanguage | ( | ) | [virtual] |
| const QStringList CSharpWriter::reservedKeywords | ( | ) | const [virtual] |
get list of reserved keywords
Reimplemented from CodeGenerator.
Definition at line 714 of file csharpwriter.cpp.
| QStringList CSharpWriter::defaultDatatypes | ( | ) | [virtual] |
get list of predefined data types
Reimplemented from CodeGenerator.
Definition at line 119 of file csharpwriter.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference