SimpleUserHandler

Undocumented in source.

Constructors

this
this(User fuser, SimpleUserHandlerParams suhp)
Undocumented in source.

Members

Functions

calcTransformPossibility
float calcTransformPossibility(Skeleton s)
Undocumented in source. Be warned that the author may not have intended to support it.
setOverdue
void setOverdue()
Undocumented in source. Be warned that the author may not have intended to support it.
setSkeleton
void setSkeleton(Skeleton s)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isOverdue
bool isOverdue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
respectable
bool respectable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
user
const(User) user [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

is_overdue
bool is_overdue;
Undocumented in source.
params
SimpleUserHandlerParams params;
Undocumented in source.
self_user
User self_user;
Undocumented in source.

Inherited Members

From UserHandler

respectable
bool respectable [@property getter]
Undocumented in source.
user
const(User) user [@property getter]
Undocumented in source.
isOverdue
bool isOverdue [@property getter]
Undocumented in source.
setOverdue
void setOverdue()
Undocumented in source.
setSkeleton
void setSkeleton(Skeleton s)
Undocumented in source.
calcTransformPossibility
float calcTransformPossibility(Skeleton s)
Undocumented in source.

Meta