maxscript/UI/uiextend.h File Reference
About SmartHandle,
About RenderItem,
Implementing Clone in a Plug-in,
Mental Ray Shaders in 3ds Max,
Mesh Example,
World Space Modifiers and Object Transformations,
Passing Function Callbacks in .NET,
Using FPInterface::Invoke(),
MAXScript Compiler and Interpreter,
Combo Box Control Types,
MAXScript Functions with Optional Arguments,
Local Value Arrays,
Deferred Loading of Plug-ins,
Local Variables in MAXScript Exposed Functions,
Plug-in Display Interface.
|
| MenuItem (RCMenu *m, Value *n, Value *c, Value **keyparms, int keyparm_count, UINT f=0) |
|
| MenuItem () |
|
| ~MenuItem () |
|
ScripterExport void | setup_params () |
|
void | collect () |
|
void | gc_trace () |
|
ScripterExport void | sprin1 (CharStream *s) |
|
virtual Value * | get_property (Value **arg_list, int count) |
|
virtual Value * | set_property (Value **arg_list, int count) |
|
| RCMenu (short iflags) |
|
void | init (Value *name, int local_count, Value **inits, HashTable *local_scope, MenuItem **iitems, int iitem_count, HashTable *handlers) |
|
| ~RCMenu () |
|
| classof_methods (RCMenu, Value) |
|
Value * | get_event_handler (Value *name, Value *event) |
|
BOOL | call_event_handler (Value *name, Value *event, Value **arg_list, int count) |
|
void | dump_local_vars_and_externals (int indentLevel) |
|
#define MF_SUBMENU_START (MF_SEPARATOR+10) |
#define MF_SUBMENU_END (MF_SEPARATOR+11) |
RCMenu * menu
Definition: uiextend.h:33
Value * name
Definition: structs.h:25
#define NULL
Definition: autoptr.h:20
UINT hmenu_index
Definition: uiextend.h:35
HMENU hmenu
Definition: uiextend.h:34
visible_class_debug_ok(MenuItem) class MenuItem Value ** keyparms
Definition: uiextend.h:25
visible_class(RolloutControl) class RolloutControl Value * caption
Definition: rollouts.h:211
int keyparm_count
Definition: uiextend.h:37
UINT flags
Definition: uiextend.h:38
Value * name
Definition: structs.h:25
#define _M(x)
Used to wrap string literals.
Definition: strbasic.h:122
virtual const MCHAR * to_string()
Definition: value.h:171
void dump_local_vars_and_externals |
( |
int |
indentLevel | ) |
|