|
HDK
|
#include "PRM_API.h"#include <UT/UT_NonCopyable.h>#include <UT/UT_String.h>#include <UT/UT_ValArray.h>#include <iosfwd>#include <utility>
Include dependency graph for PRM_PresetInfo.h: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 29 of file PRM_PresetInfo.h.
| typedef std::pair<UT_String, UT_String> UT_StringPair |
Definition at line 24 of file PRM_PresetInfo.h.
| typedef UT_ValArray<UT_StringPair *> UT_StringPairList |
Definition at line 27 of file PRM_PresetInfo.h.