Lumiera
0.pre.03
»edit your freedom«
|
#include "stage/interact/ui-location-solver.hpp"
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.
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 | |
NonCopyable & | operator= (NonCopyable const &)=delete |