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 ObjectTreeParser;
class BodyPartFormatterBaseFactoryPrivate
{
public:
BodyPartFormatterBaseFactoryPrivate(BodyPartFormatterBaseFactory *factory);
~BodyPartFormatterBaseFactoryPrivate();
void setup();
void messageviewer_create_builtin_bodypart_formatters(); // defined in bodypartformatter.cpp
void insert(const char *type, const char *subtype, Interface::BodyPartFormatter *formatter);
BodyPartFormatterBaseFactory *q;
std::optional<TypeRegistry> all;
ObjectTreeParser *mOtp;
};
}

File Metadata

Mime Type
text/x-c++
Expires
Sun, Feb 22, 6:42 PM (4 h, 29 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
41/8f/301df35481bbd90fd06b7eb33eb4

Event Timeline