Creates the body of an overridden function when it is generated, for example, using the Code | Override Methods action.
When editing the template, you can use C++ expressions, comments, and the following predefined variables:
${CALL_SUPER}   the base function call, for void functions — BaseClass::functionName() with or without parameters; for other functions - return BaseClass::functionName() with or without parameters.
${RETURN_TYPE}   the function's return type.
${DEFAULT_RETURN_VALUE}   the function's default return value.
All the predefined variables from the C File Header template (the Includes tab), such as ${USER} and ${DATE}, are available as well.