LightWrap++
AC++wrapperfortheLightWave3DSDK
command.h File Reference
#include <lwpp/global.h>
#include <string>
+ Include dependency graph for command.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  lwpp
 contain Carbon specific code for the OSX XCode version platform_carbon.cpp lwpp

Typedefs

typedef int LWCommandFunc (const char *)

Functions

int lwpp::SendCommand (const char *cmdname, const char *fmt,...)
 Send a Command to layout during any context.
int lwpp::SendCommand (const std::string cmd)

Typedef Documentation

typedef int LWCommandFunc(const char *)