Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F22948036
bodypartformatterbasefactory_p.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
839 B
Subscribers
None
bodypartformatterbasefactory_p.h
View Options
// 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
Details
Attached
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
Attached To
rMTP MIME Tree Parser
Event Timeline
Log In to Comment