umbrello 2.39.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <csharpimport.h>
Public Member Functions | |
CSharpImport (CodeImpThread *thread=0) | |
virtual | ~CSharpImport () |
QString | fileExtension () |
void | fillSource (const QString &word) |
![]() | |
CsValaImportBase (CodeImpThread *thread=0) | |
virtual | ~CsValaImportBase () |
![]() | |
NativeImportBase (const QString &singleLineCommentIntro, CodeImpThread *thread=0) | |
virtual | ~NativeImportBase () |
![]() | |
ClassImport (CodeImpThread *thread=0) | |
virtual | ~ClassImport () |
bool | importFiles (const QStringList &fileNames) |
bool | importFile (const QString &fileName) |
void | setRootPath (const QString &path) |
bool | enabled () const |
Derivation of CsValaImportBase for C#
|
explicit |
Constructor.
|
virtual |
Destructor.
|
virtual |
Reimplementation of method from CsValaImportBase
Reimplemented from CsValaImportBase.
Reimplement operation from CsValaImportBase.
word | whitespace delimited item |
Implements NativeImportBase.