|
3ds Max C++ API Reference
|
#include "maxheap.h"#include <WTypes.h>#include "maxtypes.h"#include "coreexp.h"#include "custcont.h"#include "paramtype.h"Classes | |
| class | ParamMapUserDlgProc |
| class | IParamMap |
| class | ParamUIDesc |
Macros | |
| #define | REDRAW_VIEWS 2 |
| #define | SPIN_AUTOSCALE -1.0f |
Functions | |
| CoreExport BOOL | CreateModalParamMap (ParamUIDesc *desc, int count, IParamArray *pb, TimeValue t, HINSTANCE hInst, const MCHAR *dlgTemplate, HWND hParent, ParamMapUserDlgProc *proc=NULL) |
| CoreExport IParamMap * | CreateCPParamMap (ParamUIDesc *desc, int count, IParamArray *pb, Interface *ip, HINSTANCE hInst, const MCHAR *dlgTemplate, const MCHAR *title, DWORD flags) |
| CoreExport IParamMap * | ReplaceCPParamMap (HWND oldhw, ParamUIDesc *desc, int count, IParamArray *pb, Interface *ip, HINSTANCE hInst, const MCHAR *dlgTemplate, const MCHAR *title, DWORD flags) |
| CoreExport void | DestroyCPParamMap (IParamMap *m) |
| CoreExport IParamMap * | CreateRParamMap (ParamUIDesc *desc, int count, IParamArray *pb, IRendParams *ip, HINSTANCE hInst, const MCHAR *dlgTemplate, const MCHAR *title, DWORD flags) |
| CoreExport void | DestroyRParamMap (IParamMap *m) |
| CoreExport IParamMap * | CreateMParamMap (ParamUIDesc *desc, int count, IParamArray *pb, IMtlParams *ip, HINSTANCE hInst, const MCHAR *dlgTemplate, const MCHAR *title, DWORD flags) |
| CoreExport void | DestroyMParamMap (IParamMap *m) |
Variables | |
| CoreExport ParamDimension * | defaultDim |
| #define REDRAW_VIEWS 2 |
| #define SPIN_AUTOSCALE -1.0f |
| CoreExport BOOL CreateModalParamMap | ( | ParamUIDesc * | desc, |
| int | count, | ||
| IParamArray * | pb, | ||
| TimeValue | t, | ||
| HINSTANCE | hInst, | ||
| const MCHAR * | dlgTemplate, | ||
| HWND | hParent, | ||
| ParamMapUserDlgProc * | proc = NULL |
||
| ) |
| CoreExport IParamMap* CreateCPParamMap | ( | ParamUIDesc * | desc, |
| int | count, | ||
| IParamArray * | pb, | ||
| Interface * | ip, | ||
| HINSTANCE | hInst, | ||
| const MCHAR * | dlgTemplate, | ||
| const MCHAR * | title, | ||
| DWORD | flags | ||
| ) |
| CoreExport IParamMap* ReplaceCPParamMap | ( | HWND | oldhw, |
| ParamUIDesc * | desc, | ||
| int | count, | ||
| IParamArray * | pb, | ||
| Interface * | ip, | ||
| HINSTANCE | hInst, | ||
| const MCHAR * | dlgTemplate, | ||
| const MCHAR * | title, | ||
| DWORD | flags | ||
| ) |
| CoreExport void DestroyCPParamMap | ( | IParamMap * | m | ) |
| CoreExport IParamMap* CreateRParamMap | ( | ParamUIDesc * | desc, |
| int | count, | ||
| IParamArray * | pb, | ||
| IRendParams * | ip, | ||
| HINSTANCE | hInst, | ||
| const MCHAR * | dlgTemplate, | ||
| const MCHAR * | title, | ||
| DWORD | flags | ||
| ) |
| CoreExport void DestroyRParamMap | ( | IParamMap * | m | ) |
| CoreExport IParamMap* CreateMParamMap | ( | ParamUIDesc * | desc, |
| int | count, | ||
| IParamArray * | pb, | ||
| IMtlParams * | ip, | ||
| HINSTANCE | hInst, | ||
| const MCHAR * | dlgTemplate, | ||
| const MCHAR * | title, | ||
| DWORD | flags | ||
| ) |
| CoreExport void DestroyMParamMap | ( | IParamMap * | m | ) |
|
extern |