[1050] | 1 | \documentclass[a4paper]{book}
|
---|
| 2 | \usepackage{makeidx}
|
---|
| 3 | \usepackage{graphicx}
|
---|
| 4 | \usepackage{multicol}
|
---|
| 5 | \usepackage{float}
|
---|
| 6 | \usepackage{listings}
|
---|
| 7 | \usepackage{color}
|
---|
| 8 | \usepackage{ifthen}
|
---|
| 9 | \usepackage[table]{xcolor}
|
---|
| 10 | \usepackage{textcomp}
|
---|
| 11 | \usepackage{alltt}
|
---|
| 12 | \usepackage[utf8]{inputenc}
|
---|
| 13 | \usepackage{mathptmx}
|
---|
| 14 | \usepackage[scaled=.90]{helvet}
|
---|
| 15 | \usepackage{courier}
|
---|
| 16 | \usepackage{sectsty}
|
---|
| 17 | \usepackage[titles]{tocloft}
|
---|
| 18 | \usepackage{doxygen}
|
---|
| 19 | \lstset{language=C++,inputencoding=utf8,basicstyle=\footnotesize,breaklines=true,breakatwhitespace=true,tabsize=8,numbers=left }
|
---|
| 20 | \makeindex
|
---|
| 21 | \setcounter{tocdepth}{3}
|
---|
| 22 | \renewcommand{\footrulewidth}{0.4pt}
|
---|
| 23 | \renewcommand{\familydefault}{\sfdefault}
|
---|
| 24 | \begin{document}
|
---|
| 25 | \begin{titlepage}
|
---|
| 26 | \vspace*{7cm}
|
---|
| 27 | \begin{center}
|
---|
| 28 | {\Large QuaZIP \\[1ex]\large quazip-\/0-\/7-\/2 }\\
|
---|
| 29 | \vspace*{1cm}
|
---|
| 30 | {\large Generated by Doxygen 1.7.4}\\
|
---|
| 31 | \vspace*{0.5cm}
|
---|
| 32 | {\small Sun Apr 3 2016 08:26:24}\\
|
---|
| 33 | \end{center}
|
---|
| 34 | \end{titlepage}
|
---|
| 35 | \clearemptydoublepage
|
---|
| 36 | \pagenumbering{roman}
|
---|
| 37 | \tableofcontents
|
---|
| 38 | \clearemptydoublepage
|
---|
| 39 | \pagenumbering{arabic}
|
---|
| 40 | \chapter{QuaZIP -\/ Qt/C++ wrapper for ZIP/UNZIP package}
|
---|
| 41 | \label{index}\input{index}
|
---|
| 42 | \chapter{QuaZip FAQ}
|
---|
| 43 | \label{faq}
|
---|
| 44 | \input{faq}
|
---|
| 45 | \chapter{Usage}
|
---|
| 46 | \label{usage}
|
---|
| 47 | \input{usage}
|
---|
| 48 | \chapter{Deprecated List}
|
---|
| 49 | \label{deprecated}
|
---|
| 50 | \input{deprecated}
|
---|
| 51 | \chapter{Directory Hierarchy}
|
---|
| 52 | \input{dirs}
|
---|
| 53 | \chapter{Class Index}
|
---|
| 54 | \input{hierarchy}
|
---|
| 55 | \chapter{Class Index}
|
---|
| 56 | \input{annotated}
|
---|
| 57 | \chapter{Directory Documentation}
|
---|
| 58 | \input{dir_e7d3eab1e7c75d6cf2e0a967be43a7d0}
|
---|
| 59 | \chapter{Class Documentation}
|
---|
| 60 | \input{classJlCompress}
|
---|
| 61 | \input{classQuaAdler32}
|
---|
| 62 | \input{classQuaChecksum32}
|
---|
| 63 | \input{classQuaCrc32}
|
---|
| 64 | \input{classQuaGzipFile}
|
---|
| 65 | \input{classQuaZIODevice}
|
---|
| 66 | \input{classQuaZip}
|
---|
| 67 | \input{classQuaZipDir}
|
---|
| 68 | \input{classQuaZipFile}
|
---|
| 69 | \input{structQuaZipFileInfo}
|
---|
| 70 | \input{structQuaZipFileInfo64}
|
---|
| 71 | \input{classQuaZipFilePrivate}
|
---|
| 72 | \input{structQuaZipNewInfo}
|
---|
| 73 | \input{classQuaZipPrivate}
|
---|
| 74 | \printindex
|
---|
| 75 | \end{document}
|
---|