Mgr::FunActionCreator Class Reference
creates FunAction using ActionCreator API More...
#include <FunAction.h>
Inheritance diagram for Mgr::FunActionCreator:
Collaboration diagram for Mgr::FunActionCreator:
Public Types | |
typedef RefCount< ActionCreator > | Pointer |
Public Member Functions | |
FunActionCreator (OBJH *aHandler) | |
Action::Pointer | create (const CommandPointer &cmd) const override |
returns a pointer to the new Action object for cmd; never nil More... | |
Private Attributes | |
OBJH * | handler |
legacy function to pass to the FunAction wrapper More... | |
Detailed Description
Definition at line 44 of file FunAction.h.
Member Typedef Documentation
◆ Pointer
|
inherited |
Definition at line 26 of file ActionCreator.h.
Constructor & Destructor Documentation
◆ FunActionCreator()
|
inlineexplicit |
Definition at line 47 of file FunAction.h.
Member Function Documentation
◆ create()
|
inlineoverridevirtual |
Implements Mgr::ActionCreator.
Definition at line 50 of file FunAction.h.
References Mgr::FunAction::Create(), and handler.
Member Data Documentation
◆ handler
|
private |
Definition at line 55 of file FunAction.h.
Referenced by create().
The documentation for this class was generated from the following file:
- src/mgr/FunAction.h