Macros |
|
#define | COREMSG_CINEMA_GETMACHINEFEATURES |
#define | COREMSG_CINEMA_GETCOMMANDNAME |
#define | COREMSG_CINEMA_GETCOMMANDENABLED |
#define | COREMSG_CINEMA_GETCOMMANDCHECKED |
#define | COREMSG_CINEMA_EXECUTEEDITORCOMMAND |
#define | COREMSG_CINEMA_EXECUTESUBID |
#define | COREMSG_CINEMA_EXECUTEOPTIONMODE |
#define | COREMSG_CINEMA_GETCOMMANDHELP |
#define | COREMSG_CINEMA_FORCE_AM_UPDATE |
#define | COREMSG_UPDATECOMMANDSMESSAGE |
#define COREMSG_CINEMA_GETMACHINEFEATURES |
Retrieves machine features:
OPENGL
MACHINEINFO
#define COREMSG_CINEMA_GETCOMMANDNAME |
Returns the name of the command with ID specified by
COREMSG_CINEMA_GETCOMMANDNAME
in
msg
.
#define COREMSG_CINEMA_GETCOMMANDENABLED |
The name is given as a String in the returned GeData .
Checks if the command with ID specified by
COREMSG_CINEMA_GETCOMMANDENABLED
in
msg
is enabled or disabled.
The state is given as a
true
or
false
integer value in the returned
GeData
.
#define COREMSG_CINEMA_GETCOMMANDCHECKED |
The state is given as a true or false integer value in the returned GeData .
Checks if the command with ID specified by
COREMSG_CINEMA_GETCOMMANDCHECKED
in
msg
is checked or not.
#define COREMSG_CINEMA_EXECUTEEDITORCOMMAND |
The result is given as a true or false integer value in the returned GeData .
Executes the command with ID specified by
COREMSG_CINEMA_EXECUTEEDITORCOMMAND
in
msg
.
#define COREMSG_CINEMA_EXECUTESUBID |
Pass the sub-ID for COREMSG_CINEMA_EXECUTEEDITORCOMMAND .
#define COREMSG_CINEMA_EXECUTEOPTIONMODE |
Pass whether to open ( true ) the options dialog or not ( false ) for COREMSG_CINEMA_EXECUTEEDITORCOMMAND .
#define COREMSG_CINEMA_GETCOMMANDHELP |
The help is given as a String in the returned GeData .
Gets the help string of a command. Pass the command's ID.
#define COREMSG_CINEMA_FORCE_AM_UPDATE |
Forces an Attribute Manager update.
#define COREMSG_UPDATECOMMANDSMESSAGE |
Private .