Class MEAL::ForwardChanged

class ForwardChanged : public MEAL::FunctionPolicy

Forwards changed signals from other classes.

Public Functions

ForwardChanged(Function *context)

Default constructor.

void manage(Function *argument)

Begin to forward the changed status of argument to context.

void unmanage(Function *argument)

Cease to forward the changed status of argument to context.