Public Member Functions | |
UITransformAction () | |
UITransformAction (const std::function< void(const UIActionContext &context, TransformRef xform)> &activate) | |
UITransformAction (const std::function< void(TransformRef xform)> &activate) | |
UITransformAction (const std::function< void(const UIActionContext &context, TransformRef xform)> &activate, const std::function< bool(const UIActionContext &context, TransformRef xform)> &isValid) | |
UITransformAction (const std::function< void(TransformRef xform)> &activate, const std::function< bool(const UIActionContext &context, TransformRef xform)> &isValid) | |
UITransformAction (const std::function< void(const UIActionContext &context, TransformRef xform)> &activate, const std::function< bool(TransformRef xform)> &isValid) | |
UITransformAction (const std::function< void(TransformRef xform)> &activate, const std::function< bool(TransformRef xform)> &isValid) | |
UITransformAction (const UITransformAction &other) | |
Public Attributes | |
std::function< void(const UIActionContext &context, TransformRef xform)> | activate |
std::function< bool(const UIActionContext &context, TransformRef xform)> | isValid |
UITransformAction::UITransformAction | ( | ) |
UITransformAction::UITransformAction | ( | const std::function< void(const UIActionContext &context, TransformRef xform)> & | activate | ) |
UITransformAction::UITransformAction | ( | const std::function< void(TransformRef xform)> & | activate | ) |
UITransformAction::UITransformAction | ( | const std::function< void(const UIActionContext &context, TransformRef xform)> & | activate, |
const std::function< bool(const UIActionContext &context, TransformRef xform)> & | isValid | ||
) |
UITransformAction::UITransformAction | ( | const std::function< void(TransformRef xform)> & | activate, |
const std::function< bool(const UIActionContext &context, TransformRef xform)> & | isValid | ||
) |
UITransformAction::UITransformAction | ( | const std::function< void(const UIActionContext &context, TransformRef xform)> & | activate, |
const std::function< bool(TransformRef xform)> & | isValid | ||
) |
UITransformAction::UITransformAction | ( | const std::function< void(TransformRef xform)> & | activate, |
const std::function< bool(TransformRef xform)> & | isValid | ||
) |
UITransformAction::UITransformAction | ( | const UITransformAction & | other | ) |
std::function<void(const UIActionContext& context, TransformRef xform)> UITransformAction::activate |
std::function<bool(const UIActionContext& context, TransformRef xform)> UITransformAction::isValid |