LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pagelist.h
Go to the documentation of this file.
1 // Copyright 2015 Trimble Navigation Ltd. All rights reserved.
2 // This file is intended for public distribution.
3 
4 #ifndef LAYOUT_MODEL_PAGE_LIST_H_
5 #define LAYOUT_MODEL_PAGE_LIST_H_
6 
7 #include <LayOutAPI/common.h>
8 #include <LayOutAPI/model/defs.h>
9 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif // __cplusplus
18 
28 
40 
51  size_t* num_pages);
52 
65 LO_RESULT LOPageListGetPageAtIndex(LOPageListRef page_list, size_t index,
66  LOPageRef* page);
67 
78 
79 #ifdef __cplusplus
80 } // end extern "C"
81 #endif // __cplusplus
82 
83 #endif // LAYOUT_MODEL_PAGE_LIST_H_