Hook to consolidate the handling of COMMANDS that are common to all blocks (TITLE, BLOCKID, END, ENDBLOCK -- and, evenually, LINK). HandleXYZ() where XYZ is the command name is then called. Returns NxsCommandResult(HANDLED_COMMAND), NxsCommandResult(HANDLED_COMMAND), or NxsCommandResult(UNKNOWN_COMMAND) to tell the caller whether the command was recognized. Definition at line 159 of file nxsblock.cpp. |