cassowary-d ~master (2022-05-08T01:35:24.2255269)
Dub
Repo
ClStayConstraint
cassowary
StayConstraint
Undocumented in source.
class
ClStayConstraint :
ClEditOrStayConstraint
{
this
(ClVariable var, ClStrength strength, double weight);
bool
isStayConstraint
();
string
toString
();
}
Constructors
this
this
(ClVariable var, ClStrength strength, double weight)
Undocumented in source.
Members
Functions
isStayConstraint
bool
isStayConstraint
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From ClEditOrStayConstraint
variable
ClVariable
variable
()
Undocumented in source. Be warned that the author may not have intended to support it.
expression
ClLinearExpression
expression
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
cassowary
StayConstraint
classes
ClStayConstraint