DATAKIT API  V2025.1
PdfWriteLayout.hpp
Go to the documentation of this file.
1 #pragma once
2 #include "def/define.h"
4 #include "util/dtk_maindoc.hpp"
5 #include <map>
6 
7 void CreatePDFLayout(const Dtk_string & inFileName, Dtk_Int32 artworkIndex,
8  std::map<Dtk_Node::NodeDataTypeEnum, Dtk_Size_t> &inModelInventory);
Dtk_string
This is a high level string class.
Definition: dtk_string.hpp:58
Dtk_Int32
int32_t Dtk_Int32
Definition: define.h:687
CreatePDFLayout
void CreatePDFLayout(const Dtk_string &inFileName, Dtk_Int32 artworkIndex, std::map< Dtk_Node::NodeDataTypeEnum, Dtk_Size_t > &inModelInventory)
Definition: PdfWriteLayout.cpp:283
dtk_maindoc.hpp
define.h
dtk_string.hpp