LayOut C API
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
LayOutAPI
model
autotextdefinitionlist.h
Go to the documentation of this file.
1
// Copyright 2017 Trimble Inc. All Rights Reserved.
2
// This file is intended for public distribution.
3
4
#ifndef LAYOUT_MODEL_AUTOTEXTDEFINITIONLIST_H_
5
#define LAYOUT_MODEL_AUTOTEXTDEFINITIONLIST_H_
6
7
#include <
LayOutAPI/common.h
>
8
#include <
LayOutAPI/model/defs.h
>
9
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif // __cplusplus
20
31
LO_RESULT
LOAutoTextDefinitionListCreate
(
32
LOAutoTextDefinitionListRef
* auto_text_list);
33
45
LO_RESULT
LOAutoTextDefinitionListRelease
(
46
LOAutoTextDefinitionListRef
* auto_text_list);
47
58
LO_RESULT
LOAutoTextDefinitionListGetNumberOfAutoTextDefinitions
(
59
LOAutoTextDefinitionListRef
auto_text_list,
60
size_t
* num_auto_texts);
61
75
LO_RESULT
LOAutoTextDefinitionListGetAutoTextDefinitionAtIndex
(
76
LOAutoTextDefinitionListRef
auto_text_list,
77
size_t
index,
78
LOAutoTextDefinitionRef
* auto_text);
79
80
#ifdef __cplusplus
81
}
// end extern "C"
82
#endif // __cplusplus
83
84
#endif // LAYOUT_MODEL_auto_text_list_H_
Generated on Wed Sep 8 2021 14:15:26 for LayOut C API by
1.8.3.1