Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Inkscape::CSS::BlockAtStatement Struct Reference

A decomposed block -statement, consisting of the statement and the contents of the associated block. More...

#include <syntactic-decomposition.h>

Public Attributes

std::string at_statement
 
std::unique_ptr< SyntacticDecompositionblock_content
 

Detailed Description

A decomposed block -statement, consisting of the statement and the contents of the associated block.

For example, the CSS statement

@media print { circle { fill: none; } }

has at_statement == "@media print" and *block_content containing RuleStatement("circle", "fill: none").

Definition at line 53 of file syntactic-decomposition.h.

Member Data Documentation

◆ at_statement

std::string Inkscape::CSS::BlockAtStatement::at_statement

◆ block_content

std::unique_ptr<SyntacticDecomposition> Inkscape::CSS::BlockAtStatement::block_content

The documentation for this struct was generated from the following file: