Page MenuHome GnuPG

bodypartformatterbasefactory_p.h
No OneTemporary

bodypartformatterbasefactory_p.h

// SPDX-FileCopyrightText: 2004 Marc Mutz <mutz@kde.org>
// SPDX-FileCopyrightText: 2004 Ingo Kloecker <kloecker@kde.org>
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include "bodypartformatterbasefactory.h"
#include <memory>
#include <optional>
namespace MimeTreeParser
{
class BodyPartFormatterBaseFactory;
class BodyPartFormatterBaseFactoryPrivate
{
public:
BodyPartFormatterBaseFactoryPrivate(BodyPartFormatterBaseFactory *factory);
~BodyPartFormatterBaseFactoryPrivate();
void setup();
void messageviewer_create_builtin_bodypart_formatters(); // defined in bodypartformatter.cpp
void insert(const QString &type, const QString &subtype, const Interface::BodyPartFormatter *formatter);
void loadPlugins();
BodyPartFormatterBaseFactory *const q;
std::optional<TypeRegistry> all;
};
}

File Metadata

Mime Type
text/x-c++
Expires
Sat, May 10, 8:52 AM (1 d, 8 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
26/5f/2a674bd150cdaedf61b4472c9161

Event Timeline