mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
LibWeb: Stub out a basic Selection interface
This patch establishes scaffolding for the Selection API.
This commit is contained in:
parent
6782cf5193
commit
5c9ca5c2dc
11 changed files with 269 additions and 1 deletions
|
@ -219,6 +219,10 @@ class SVGPathElement;
|
|||
class SVGSVGElement;
|
||||
}
|
||||
|
||||
namespace Web::Selection {
|
||||
class Selection;
|
||||
}
|
||||
|
||||
namespace Web::Layout {
|
||||
enum class LayoutMode;
|
||||
enum class PaintPhase;
|
||||
|
@ -400,6 +404,7 @@ class SVGGeometryElementWrapper;
|
|||
class SVGGraphicsElementWrapper;
|
||||
class SVGPathElementWrapper;
|
||||
class SVGSVGElementWrapper;
|
||||
class SelectionWrapper;
|
||||
class StyleSheetWrapper;
|
||||
class StyleSheetListWrapper;
|
||||
class TextWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue