HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_OTLLicenseType.h File Reference
#include "OP_API.h"
+ Include dependency graph for OP_OTLLicenseType.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  OP_OTLLicenseType { OTL_LICENSE_NONE = 0, OTL_LICENSE_EXECUTE = 10, OTL_LICENSE_READONLY = 20, OTL_LICENSE_FULL = 30 }
 

Functions

OP_API void OPstringFromLicenseType (OP_OTLLicenseType licensetype, UT_String &licensetypestr)
 

Enumeration Type Documentation

Enumerator
OTL_LICENSE_NONE 
OTL_LICENSE_EXECUTE 
OTL_LICENSE_READONLY 
OTL_LICENSE_FULL 

Definition at line 17 of file OP_OTLLicenseType.h.

Function Documentation

OP_API void OPstringFromLicenseType ( OP_OTLLicenseType  licensetype,
UT_String licensetypestr 
)