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