umbrello 25.07.90
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
valaimport.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-2.0-or-later
3 SPDX-FileCopyrightText: 2018-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4*/
5
6#ifndef VALAIMPORT_H
7#define VALAIMPORT_H
8
9#include "csvalaimportbase.h"
10
17{
18public:
19 explicit ValaImport(CodeImpThread *thread = nullptr);
20 virtual ~ValaImport();
21 QString fileExtension();
22
23protected:
24 void spawnImport(const QString& file);
25};
26
27#endif // VALAIMPORT_H
Definition codeimpthread.h:22
CsValaImportBase(CodeImpThread *thread=nullptr)
Definition csvalaimportbase.h:22
QString fileExtension()
Definition valaimport.cpp:30
ValaImport(CodeImpThread *thread=nullptr)
Definition valaimport.cpp:13
void spawnImport(const QString &file)
Definition valaimport.cpp:39
virtual ~ValaImport()
Definition valaimport.cpp:22