BaseCmd.kl¶
Types¶
BaseCmd (object)¶
The BaseCmd class defines the basics functionalities of a command. Any command should specializes this class.
The command parameters are stored in a container and have ‘key’ access. They are accessible via Type getTypeParam() methods that can be extended.
参考
Members¶
GenericValueContainer | params | Command parameters container |
Methods¶
BaseCmd ( in BaseCmd other ) | |
BaseCmd () | |
BaseCmd | clone ? () |
Boolean | doCmd ! () |
Boolean | getBooleanParam ? ( in String key ) |
Float32 | getFloat32Param ? ( in String key ) |
String | getStringParam ? ( in String key ) |
UInt32 | getUInt32Param ? ( in String key ) |
init ! () | |
Boolean | undoCmd ! () |