HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CMD_Command.h File Reference
#include "CMD_API.h"
#include <UT/UT_NonCopyable.h>
+ Include dependency graph for CMD_Command.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CMD_Command
 

Typedefs

typedef void(* CMD_Callback )(CMD_Args &args)
 

Functions

CMD_API void CMDpythonCommandCallback (CMD_Args &args)
 

Typedef Documentation

typedef void(* CMD_Callback)(CMD_Args &args)

Definition at line 24 of file CMD_Command.h.

Function Documentation

CMD_API void CMDpythonCommandCallback ( CMD_Args args)