cassowary-d ~master (2022-05-08T01:35:24.2255269)
Dub
Repo
ClStrength
cassowary
Strength
Undocumented in source.
class
ClStrength {
this
(string theName, ClSymbolicWeight weight);
this
(string theName, double w1, double w2, double w3);
bool
isRequired
();
string
toString
();
string
name
;
const
ClSymbolicWeight
symbolicWeight
;
immutable shared static
ClStrength
required
;
immutable shared static
ClStrength
strong
;
immutable shared static
ClStrength
medium
;
immutable shared static
ClStrength
weak
;
}
Constructors
this
this
(string theName, ClSymbolicWeight weight)
Undocumented in source.
this
this
(string theName, double w1, double w2, double w3)
Undocumented in source.
Members
Functions
isRequired
bool
isRequired
()
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.
Static variables
medium
ClStrength
medium
;
Undocumented in source.
required
ClStrength
required
;
Undocumented in source.
strong
ClStrength
strong
;
Undocumented in source.
weak
ClStrength
weak
;
Undocumented in source.
Variables
name
string
name
;
Undocumented in source.
symbolicWeight
ClSymbolicWeight
symbolicWeight
;
Undocumented in source.
Meta
Source
See Implementation
cassowary
Strength
classes
ClStrength