HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
OP_OTLLicenseType.h
Go to the documentation of this file.
1
/*
2
* PROPRIETARY INFORMATION. This software is proprietary to
3
* Side Effects Software Inc., and is not to be reproduced,
4
* transmitted, or disclosed in any way without written permission.
5
*
6
* NAME: OP_OTLLicenseType.h ( OTL Library, C++)
7
*/
8
9
#ifndef __OP_OTLLicenseType__
10
#define __OP_OTLLicenseType__
11
12
#include "
OP_API.h
"
13
14
class
UT_String
;
15
16
// This enumeration describes the different license types that are available.
17
enum
OP_OTLLicenseType
18
{
19
OTL_LICENSE_NONE
= 0,
20
OTL_LICENSE_EXECUTE
= 10,
21
OTL_LICENSE_READONLY
= 20,
22
OTL_LICENSE_FULL
= 30
23
};
24
25
OP_API
extern
void
OPstringFromLicenseType
(
OP_OTLLicenseType
licensetype,
26
UT_String
&licensetypestr);
27
28
#endif
OP_API.h
OTL_LICENSE_FULL
Definition:
OP_OTLLicenseType.h:22
OPstringFromLicenseType
OP_API void OPstringFromLicenseType(OP_OTLLicenseType licensetype, UT_String &licensetypestr)
OP_API
#define OP_API
Definition:
OP_API.h:10
OP_OTLLicenseType
OP_OTLLicenseType
Definition:
OP_OTLLicenseType.h:17
UT_String
Definition:
UT_String.h:73
OTL_LICENSE_READONLY
Definition:
OP_OTLLicenseType.h:21
OTL_LICENSE_EXECUTE
Definition:
OP_OTLLicenseType.h:20
OTL_LICENSE_NONE
Definition:
OP_OTLLicenseType.h:19
OP
OP_OTLLicenseType.h
Generated on Fri Dec 6 2024 02:47:28 for HDK by
1.8.6