Lumiera  0.pre.03
»edit your freedom«
LocationClause Struct Reference

#include "stage/interact/ui-location-solver.hpp"

Description

A single location specification to be matched and fulfilled.

It is created from a – typically incomplete – UICoord spec, which in turn can be built through a DSL notation.

Todo:
maybe add a flag to require the current query goal to exist in tree //////////////////////////////TICKET #1130

Definition at line 105 of file ui-location-solver.hpp.

Public Member Functions

 LocationClause (UICoord &&locationPattern, bool allowCreate=false)
 
 LocationClause (LocationClause &&rr)
 
 operator string () const
 

Public Attributes

bool createParents
 
UICoord pattern
 

Additional Inherited Members

- Protected Member Functions inherited from NonCopyable
 NonCopyable (NonCopyable const &)=delete
 
NonCopyableoperator= (NonCopyable const &)=delete
 
+ Inheritance diagram for LocationClause:
+ Collaboration diagram for LocationClause:

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