cassowary-d ~master (2022-05-08T01:35:24.2255269)
Dub
Repo
ClEditConstraint
cassowary
EditConstraint
Undocumented in source.
class
ClEditConstraint :
ClEditOrStayConstraint
{
this
(ClVariable clv, ClStrength strength, double weight);
bool
isEditConstraint
();
string
toString
();
}
Constructors
this
this
(ClVariable clv, ClStrength strength, double weight)
Undocumented in source.
Members
Functions
isEditConstraint
bool
isEditConstraint
()
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
EditConstraint
classes
ClEditConstraint