1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
\documentclass[a4paper]{book}
\usepackage{a4wide}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{multicol}
\usepackage{float}
\usepackage{listings}
\usepackage{color}
\usepackage{textcomp}
\usepackage{alltt}
\usepackage{times}
\usepackage{ifpdf}
\ifpdf
\usepackage[pdftex,
pagebackref=true,
colorlinks=true,
linkcolor=blue,
unicode
]{hyperref}
\else
\usepackage[ps2pdf,
pagebackref=true,
colorlinks=true,
linkcolor=blue,
unicode
]{hyperref}
\usepackage{pspicture}
\fi
\usepackage[utf8]{inputenc}
\usepackage{doxygen}
\lstset{language=C++,inputencoding=utf8,basicstyle=\footnotesize,breaklines=true,breakatwhitespace=true,tabsize=8,numbers=left }
\makeindex
\setcounter{tocdepth}{3}
\renewcommand{\footrulewidth}{0.4pt}
\begin{document}
\hypersetup{pageanchor=false}
\begin{titlepage}
\vspace*{7cm}
\begin{center}
{\Large ARC Graphical Clients \\[1ex]\large 0.4 }\\
\vspace*{1cm}
{\large Generated by Doxygen 1.6.1}\\
\vspace*{0.5cm}
{\small Tue Feb 19 20:28:31 2013}\\
\end{center}
\end{titlepage}
\clearemptydoublepage
\pagenumbering{roman}
\tableofcontents
\clearemptydoublepage
\pagenumbering{arabic}
\hypersetup{pageanchor=true}
\chapter{Class Index}
\input{hierarchy}
\chapter{Class Index}
\input{annotated}
\chapter{Class Documentation}
\input{classApplicationSettings}
\include{classARCFileElement}
\include{classArcJobController}
\include{classArcProxyController}
\include{classArcStorageWindow}
\include{classArcSubmitController}
\include{classARCTools}
\include{classATreeWidgetItem}
\include{classCertConvertWindow}
\include{classDebugStreamEvent}
\include{classDragDropableTreeWidget}
\include{classFileLister}
\include{classFilePermissionsDialog}
\include{classFilePropertyInspector}
\include{classFileServer}
\include{classFileServerFactory}
\include{classFileTransfer}
\include{classFileTransferList}
\include{classFileTransferProcessingThread}
\include{classFolderContent}
\include{classFTPFileServer}
\include{classGlobalStateInfo}
\include{classHelpViewer}
\include{classHelpWindow}
\include{classInfoDialog}
\include{classJmJob}
\include{classJmJobList}
\include{classJmJobListDisplay}
\include{classJobDefinitionBase}
\include{classJobDefinitionWindow}
\include{classJobInfo}
\include{classJobStatusWindow}
\include{classLocalFileServer}
\include{classProxyWindow}
\include{classQDebugStream}
\include{classSettings}
\include{classShellScriptDefinition}
\include{classSRMFileServer}
\include{classSRMSettingsDialog}
\include{classStorageSplash}
\include{classTransferListWindow}
\include{classTransferStatusDisplay}
\include{classVomsList}
\include{classVomsListEntry}
\printindex
\end{document}
|