#include <WsfMultiresolutionTypes.hpp>
◆ ProcessAddOrEditCommand()
template<typename DerivedComponent>
Process the implicit or explicit 'add' or 'edit' command. This is typically used by the component factories whose parent is WsfPlatform. Others may use this if they follow similar syntax.
- Parameters
-
| aInput | The input stream. |
| aParent | The parent object. |
| aIsAdding | 'true' if the component is being added to the parent or 'false' if an existing component is to be edited. |
- Returns
- true if the command was recognized and processed, or false if not (pass to the next factory).
Reimplemented from WsfComponentFactory< WsfPlatform >.
◆ ProcessDeleteCommand()
template<typename DerivedComponent>
Process the explicit component 'delete' command. This is typically used by component factories whose parent is WsfPlatform.
- Parameters
-
| aInput | The input stream. |
| aParent | The parent object. |
- Returns
- true if the command was recognized and processed, or false if not (pass to the next factory).
Reimplemented from WsfComponentFactory< WsfPlatform >.
◆ cMULTIRESOLUTION_COMPONENT_ROLE
template<typename DerivedComponent>
Initial value: =
Definition WsfComponentRoles.hpp:60
The documentation for this class was generated from the following file: