chromium/out/Default/gen/third_party/blink/renderer/core/inspector/protocol/overlay.h

// This file is generated by TypeBuilder_h.template.

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef blink_protocol_Overlay_h
#define blink_protocol_Overlay_h

#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/inspector/protocol/protocol.h"
// For each imported domain we generate a ValueConversions struct instead of a full domain definition
// and include Domain::API version from there.
#include "third_party/blink/renderer/core/inspector/protocol/dom.h"
#include "third_party/blink/renderer/core/inspector/protocol/page.h"
#include "third_party/blink/renderer/core/inspector/protocol/runtime.h"

namespace blink {
namespace protocol {
namespace Overlay {
class SourceOrderConfig;
class GridHighlightConfig;
class FlexContainerHighlightConfig;
class FlexItemHighlightConfig;
class LineStyle;
class BoxStyle;
ContrastAlgorithm;
class HighlightConfig;
ColorFormat;
class GridNodeHighlightConfig;
class FlexNodeHighlightConfig;
class ScrollSnapContainerHighlightConfig;
class ScrollSnapHighlightConfig;
class HingeConfig;
class WindowControlsOverlayConfig;
class ContainerQueryHighlightConfig;
class ContainerQueryContainerHighlightConfig;
class IsolatedElementHighlightConfig;
class IsolationModeHighlightConfig;
InspectMode;

// ------------- Forward and enum declarations.

namespace ContrastAlgorithmEnum {
CORE_EXPORT extern const char Aa[];
CORE_EXPORT extern const char Aaa[];
CORE_EXPORT extern const char Apca[];
} // namespace ContrastAlgorithmEnum

namespace ColorFormatEnum {
CORE_EXPORT extern const char Rgb[];
CORE_EXPORT extern const char Hsl[];
CORE_EXPORT extern const char Hwb[];
CORE_EXPORT extern const char Hex[];
} // namespace ColorFormatEnum

namespace InspectModeEnum {
CORE_EXPORT extern const char SearchForNode[];
CORE_EXPORT extern const char SearchForUAShadowDOM[];
CORE_EXPORT extern const char CaptureAreaScreenshot[];
CORE_EXPORT extern const char ShowDistances[];
CORE_EXPORT extern const char None[];
} // namespace InspectModeEnum

// ------------- Type and builder declarations.

class CORE_EXPORT SourceOrderConfig : public ::crdtp::ProtocolObject<SourceOrderConfig> {};


class CORE_EXPORT GridHighlightConfig : public ::crdtp::ProtocolObject<GridHighlightConfig> {};


class CORE_EXPORT FlexContainerHighlightConfig : public ::crdtp::ProtocolObject<FlexContainerHighlightConfig> {};


class CORE_EXPORT FlexItemHighlightConfig : public ::crdtp::ProtocolObject<FlexItemHighlightConfig> {};


class CORE_EXPORT LineStyle : public ::crdtp::ProtocolObject<LineStyle> {};


class CORE_EXPORT BoxStyle : public ::crdtp::ProtocolObject<BoxStyle> {};


class CORE_EXPORT HighlightConfig : public ::crdtp::ProtocolObject<HighlightConfig> {};


class CORE_EXPORT GridNodeHighlightConfig : public ::crdtp::ProtocolObject<GridNodeHighlightConfig> {};


class CORE_EXPORT FlexNodeHighlightConfig : public ::crdtp::ProtocolObject<FlexNodeHighlightConfig> {};


class CORE_EXPORT ScrollSnapContainerHighlightConfig : public ::crdtp::ProtocolObject<ScrollSnapContainerHighlightConfig> {};


class CORE_EXPORT ScrollSnapHighlightConfig : public ::crdtp::ProtocolObject<ScrollSnapHighlightConfig> {};


class CORE_EXPORT HingeConfig : public ::crdtp::ProtocolObject<HingeConfig> {};


class CORE_EXPORT WindowControlsOverlayConfig : public ::crdtp::ProtocolObject<WindowControlsOverlayConfig> {};


class CORE_EXPORT ContainerQueryHighlightConfig : public ::crdtp::ProtocolObject<ContainerQueryHighlightConfig> {};


class CORE_EXPORT ContainerQueryContainerHighlightConfig : public ::crdtp::ProtocolObject<ContainerQueryContainerHighlightConfig> {};


class CORE_EXPORT IsolatedElementHighlightConfig : public ::crdtp::ProtocolObject<IsolatedElementHighlightConfig> {};


class CORE_EXPORT IsolationModeHighlightConfig : public ::crdtp::ProtocolObject<IsolationModeHighlightConfig> {};


// ------------- Backend interface.

class CORE_EXPORT Backend {};

// ------------- Frontend interface.

class CORE_EXPORT Frontend {};

// ------------- Dispatcher.

class CORE_EXPORT Dispatcher {};

// ------------- Metainfo.

class CORE_EXPORT Metainfo {};

} // namespace Overlay
} // namespace blink
} // namespace protocol

#endif // !defined(blink_protocol_Overlay_h)