SketchUp SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
options_manager.h
Go to the documentation of this file.
1 // Copyright 2013 Trimble Navigation Ltd. All Rights Reserved
2 
3 #ifndef SLAPI_MODEL_OPTIONS_MANAGER_H_
4 #define SLAPI_MODEL_OPTIONS_MANAGER_H_
5 
6 #include <slapi/slapi.h>
7 #include <slapi/unicodestring.h>
8 #include <slapi/model/defs.h>
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
31  SUOptionsManagerRef options_manager, size_t* count);
32 
49  SUOptionsManagerRef options_manager, size_t len,
50  SUStringRef options_provider_names[], size_t* count);
51 
66  SUOptionsManagerRef options_manager, const char* name,
67  SUOptionsProviderRef* options_provider);
68 
69 #ifdef __cplusplus
70 } // extern "C" {
71 #endif
72 
73 #endif // SLAPI_MODEL_OPTIONS_MANAGER_H_