HDK
|
#include "PRM_API.h"
#include "PRM_Callback.h"
#include "PRM_ConditionalType.h"
#include "PRM_Name.h"
#include "PRM_Type.h"
#include <UT/UT_Assert.h>
#include <UT/UT_IntArray.h>
#include <UT/UT_String.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_ValArray.h>
#include <SYS/SYS_Types.h>
Go to the source code of this file.
Classes | |
class | PRM_Template |
Macros | |
#define | PRM_TYPE_IS_SWITCHER(type) (type.isSwitcher()) |
#define | PRM_IS_JOIN(parm) |
Variables | |
PRM_API PRM_ChoiceList | PRMtoggleMenu |
#define PRM_IS_JOIN | ( | parm | ) |
Definition at line 34 of file PRM_Template.h.
#define PRM_TYPE_IS_SWITCHER | ( | type | ) | (type.isSwitcher()) |
Definition at line 33 of file PRM_Template.h.
PRM_API PRM_ChoiceList PRMtoggleMenu |