Inkscape
Vector Graphics Editor
|
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< SyntacticDecomposition > | block_content |
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.
std::string Inkscape::CSS::BlockAtStatement::at_statement |
Definition at line 55 of file syntactic-decomposition.h.
Referenced by Inkscape::UI::Dialog::SelectorsDialog::_insertSyntacticElement().
std::unique_ptr<SyntacticDecomposition> Inkscape::CSS::BlockAtStatement::block_content |
Definition at line 56 of file syntactic-decomposition.h.
Referenced by Inkscape::UI::Dialog::SelectorsDialog::_insertSyntacticElement().