Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PWinFileDialogParent_h
#define PWinFileDialogParent_h
#include "mozilla/widget/filedialog/PWinFileDialog.h"
#ifdef DEBUG
#include "prenv.h"
#endif // DEBUG
#include "mozilla/Tainting.h"
#include "mozilla/ipc/MessageChannel.h"
#include "mozilla/ipc/ProtocolUtils.h"
class nsIFile;
// Headers for things that cannot be forward declared
#include "mozilla/ipc/IPCTypes.h"
#include "mozilla/widget/filedialog/WinFileDialogCommands.h"
namespace mozilla {
namespace widget {
namespace filedialog {
class PWinFileDialogParent :
public mozilla::ipc::IToplevelProtocol
{
private:
public:
static constexpr ::mozilla::ipc::ProtocolId kProtocolId = PWinFileDialogMsgStart;
protected:
typedef mozilla::ipc::ActorHandle ActorHandle;
typedef ::mozilla::ipc::ByteBuf ByteBuf;
typedef ::mozilla::widget::filedialog::ComDlgFilterSpec ComDlgFilterSpec;
typedef ::mozilla::widget::filedialog::Command Command;
template<class FooSide> using Endpoint = mozilla::ipc::Endpoint<FooSide>;
typedef ::mozilla::ipc::FileDescriptor FileDescriptor;
typedef ::mozilla::widget::filedialog::FileDialogType FileDialogType;
typedef ::mozilla::widget::filedialog::FileResult FileResult;
typedef ::mozilla::widget::filedialog::FolderResult FolderResult;
template<class FooSide> using ManagedEndpoint = mozilla::ipc::ManagedEndpoint<FooSide>;
typedef base::ProcessId ProcessId;
typedef mozilla::ipc::ProtocolId ProtocolId;
typedef ::mozilla::widget::filedialog::RemoteError RemoteError;
typedef mozilla::ipc::ResponseRejectReason ResponseRejectReason;
typedef ::mozilla::widget::filedialog::Results Results;
typedef ::mozilla::widget::filedialog::SetDefaultExtension SetDefaultExtension;
typedef ::mozilla::widget::filedialog::SetFileName SetFileName;
typedef ::mozilla::widget::filedialog::SetFileTypeIndex SetFileTypeIndex;
typedef ::mozilla::widget::filedialog::SetFileTypes SetFileTypes;
typedef ::mozilla::widget::filedialog::SetFolder SetFolder;
typedef ::mozilla::widget::filedialog::SetOkButtonLabel SetOkButtonLabel;
typedef ::mozilla::widget::filedialog::SetOptions SetOptions;
typedef ::mozilla::widget::filedialog::SetTitle SetTitle;
typedef ::mozilla::ipc::Shmem Shmem;
template<class T> using UniquePtr = mozilla::UniquePtr<T>;
typedef ::mozilla::WindowsHandle WindowsHandle;
typedef ::int16_t int16_t;
typedef ::int32_t int32_t;
typedef ::int64_t int64_t;
typedef ::int8_t int8_t;
typedef ::intptr_t intptr_t;
typedef ::nsCString nsCString;
typedef ::nsString nsString;
typedef ::nsresult nsresult;
typedef ::uint16_t uint16_t;
typedef ::uint32_t uint32_t;
typedef ::uint64_t uint64_t;
typedef ::uint8_t uint8_t;
typedef ::uintptr_t uintptr_t;
public:
typedef MozPromise<FileResult, ResponseRejectReason, true> ShowFileDialogPromise;
typedef MozPromise<FolderResult, ResponseRejectReason, true> ShowFolderDialogPromise;
protected:
void
ProcessingError(
Result aCode,
const char* aReason) override;
bool
ShouldContinueFromReplyTimeout() override;
public:
typedef mozilla::ipc::IProtocol IProtocol;
typedef IPC::Message Message;
typedef base::ProcessHandle ProcessHandle;
typedef mozilla::ipc::MessageChannel MessageChannel;
typedef mozilla::ipc::SharedMemory SharedMemory;
public:
MOZ_IMPLICIT PWinFileDialogParent();
virtual ~PWinFileDialogParent();
protected:
void
ActorAlloc() final;
void
ActorDealloc() final;
public:
mozilla::Span<mozilla::ipc::ProtocolId const>
ManagedProtocolIds() const final;
UntypedManagedContainer*
GetManagedActors(mozilla::ipc::ProtocolId aProtocol) final;
void
SendShowFileDialog(
const WindowsHandle& parentHwnd,
const FileDialogType& type,
mozilla::Span<Command const> commands,
mozilla::ipc::ResolveCallback<FileResult>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
[[nodiscard]] RefPtr<ShowFileDialogPromise>
SendShowFileDialog(
const WindowsHandle& parentHwnd,
const FileDialogType& type,
mozilla::Span<Command const> commands);
void
SendShowFolderDialog(
const WindowsHandle& parentHwnd,
mozilla::Span<Command const> commands,
mozilla::ipc::ResolveCallback<FolderResult>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
[[nodiscard]] RefPtr<ShowFolderDialogPromise>
SendShowFolderDialog(
const WindowsHandle& parentHwnd,
mozilla::Span<Command const> commands);
void
DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) override;
Result
OnMessageReceived(const Message& msg__) override;
Result
OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) override;
private:
};
} // namespace filedialog
} // namespace widget
} // namespace mozilla
namespace IPC {
template<>
struct ParamTraits <::mozilla::widget::filedialog::PWinFileDialogParent*>
{
typedef ::mozilla::widget::filedialog::PWinFileDialogParent* paramType;
static void
Write(
IPC::MessageWriter* aWriter,
const paramType& aVar);
static IPC::ReadResult<paramType>
Read(IPC::MessageReader* aReader);
};
} // namespace IPC
#endif // ifndef PWinFileDialogParent_h