#pragma once /* * SPDX-FileCopyrightText: 2003-2009 Craig Drummond * SPDX-License-Identifier: GPL-2.0-or-later */ #include "Family.h" #include "Folder.h" #include "FontinstIface.h" #include "kfontinst_export.h" #include #include #include #include #include #define FONTINST_PATH "/FontInst" class QTimer; namespace KFI { class KFONTINST_EXPORT FontInst : public QObject { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.fontinst") public: enum EStatus { STATUS_OK = 0, STATUS_SERVICE_DIED = KJob::UserDefinedError + 500, STATUS_BITMAPS_DISABLED, STATUS_ALREADY_INSTALLED, STATUS_NOT_FONT_FILE, STATUS_PARTIAL_DELETE, STATUS_NO_SYS_CONNECTION, }; enum EFolder { FOLDER_SYS, FOLDER_USER, FOLDER_COUNT, }; enum { SYS_MASK = 0x01, USR_MASK = 0x02, }; static void registerTypes() { qDBusRegisterMetaType(); qDBusRegisterMetaType(); qDBusRegisterMetaType