HDK
|
#include "PRM_API.h"
#include <UT/UT_String.h>
#include <UT/UT_ValArray.h>
#include <iosfwd>
#include <utility>
Go to the source code of this file.
Classes | |
class | PRM_PresetInfo |
Macros | |
#define | PRM_DEFAULT_PRESET "Permanent Defaults" |
Typedefs | |
typedef std::pair< UT_String, UT_String > | UT_StringPair |
typedef UT_ValArray < UT_StringPair * > | UT_StringPairList |
#define PRM_DEFAULT_PRESET "Permanent Defaults" |
Definition at line 28 of file PRM_PresetInfo.h.
typedef std::pair<UT_String, UT_String> UT_StringPair |
Definition at line 23 of file PRM_PresetInfo.h.
typedef UT_ValArray<UT_StringPair *> UT_StringPairList |
Definition at line 26 of file PRM_PresetInfo.h.