mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
24c86b5501
since the window system doesn't do it for us like other platforms. This prevents sticky keys and missed keys when going in and out of focus, for example Alt would appear to stick if switching away from an SDL app with Alt-Tab and had to be pressed again. CR: Sam
190 lines
4.9 KiB
TeX
Executable File
190 lines
4.9 KiB
TeX
Executable File
\documentclass[twoside]{book}
|
|
|
|
% Packages required by doxygen
|
|
\usepackage{calc}
|
|
\usepackage{doxygen}
|
|
\usepackage{graphicx}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{makeidx}
|
|
\usepackage{multicol}
|
|
\usepackage{multirow}
|
|
\usepackage{textcomp}
|
|
\usepackage[table]{xcolor}
|
|
|
|
% Font selection
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{mathptmx}
|
|
\usepackage[scaled=.90]{helvet}
|
|
\usepackage{courier}
|
|
\usepackage{amssymb}
|
|
\usepackage{sectsty}
|
|
\renewcommand{\familydefault}{\sfdefault}
|
|
\allsectionsfont{%
|
|
\fontseries{bc}\selectfont%
|
|
\color{darkgray}%
|
|
}
|
|
\renewcommand{\DoxyLabelFont}{%
|
|
\fontseries{bc}\selectfont%
|
|
\color{darkgray}%
|
|
}
|
|
|
|
% Page & text layout
|
|
\usepackage{geometry}
|
|
\geometry{%
|
|
a4paper,%
|
|
top=2.5cm,%
|
|
bottom=2.5cm,%
|
|
left=2.5cm,%
|
|
right=2.5cm%
|
|
}
|
|
\tolerance=750
|
|
\hfuzz=15pt
|
|
\hbadness=750
|
|
\setlength{\emergencystretch}{15pt}
|
|
\setlength{\parindent}{0cm}
|
|
\setlength{\parskip}{0.2cm}
|
|
\makeatletter
|
|
\renewcommand{\paragraph}{%
|
|
\@startsection{paragraph}{4}{0ex}{-1.0ex}{1.0ex}{%
|
|
\normalfont\normalsize\bfseries\SS@parafont%
|
|
}%
|
|
}
|
|
\renewcommand{\subparagraph}{%
|
|
\@startsection{subparagraph}{5}{0ex}{-1.0ex}{1.0ex}{%
|
|
\normalfont\normalsize\bfseries\SS@subparafont%
|
|
}%
|
|
}
|
|
\makeatother
|
|
|
|
% Headers & footers
|
|
\usepackage{fancyhdr}
|
|
\pagestyle{fancyplain}
|
|
\fancyhead[LE]{\fancyplain{}{\bfseries\thepage}}
|
|
\fancyhead[CE]{\fancyplain{}{}}
|
|
\fancyhead[RE]{\fancyplain{}{\bfseries\leftmark}}
|
|
\fancyhead[LO]{\fancyplain{}{\bfseries\rightmark}}
|
|
\fancyhead[CO]{\fancyplain{}{}}
|
|
\fancyhead[RO]{\fancyplain{}{\bfseries\thepage}}
|
|
\fancyfoot[LE]{\fancyplain{}{}}
|
|
\fancyfoot[CE]{\fancyplain{}{}}
|
|
\fancyfoot[RE]{\fancyplain{}{\bfseries\scriptsize Generated on Thu Sep 26 2013 00:18:24 for SDL Visual Test by Doxygen }}
|
|
\fancyfoot[LO]{\fancyplain{}{\bfseries\scriptsize Generated on Thu Sep 26 2013 00:18:24 for SDL Visual Test by Doxygen }}
|
|
\fancyfoot[CO]{\fancyplain{}{}}
|
|
\fancyfoot[RO]{\fancyplain{}{}}
|
|
\renewcommand{\footrulewidth}{0.4pt}
|
|
\renewcommand{\chaptermark}[1]{%
|
|
\markboth{#1}{}%
|
|
}
|
|
\renewcommand{\sectionmark}[1]{%
|
|
\markright{\thesection\ #1}%
|
|
}
|
|
|
|
% Indices & bibliography
|
|
\usepackage{natbib}
|
|
\usepackage[titles]{tocloft}
|
|
\setcounter{tocdepth}{3}
|
|
\setcounter{secnumdepth}{5}
|
|
\makeindex
|
|
|
|
% Hyperlinks (required, but should be loaded last)
|
|
\usepackage{ifpdf}
|
|
\ifpdf
|
|
\usepackage[pdftex,pagebackref=true]{hyperref}
|
|
\else
|
|
\usepackage[ps2pdf,pagebackref=true]{hyperref}
|
|
\fi
|
|
\hypersetup{%
|
|
colorlinks=true,%
|
|
linkcolor=blue,%
|
|
citecolor=blue,%
|
|
unicode%
|
|
}
|
|
|
|
% Custom commands
|
|
\newcommand{\clearemptydoublepage}{%
|
|
\newpage{\pagestyle{empty}\cleardoublepage}%
|
|
}
|
|
|
|
|
|
%===== C O N T E N T S =====
|
|
|
|
\begin{document}
|
|
|
|
% Titlepage & ToC
|
|
\hypersetup{pageanchor=false}
|
|
\pagenumbering{roman}
|
|
\begin{titlepage}
|
|
\vspace*{7cm}
|
|
\begin{center}%
|
|
{\Large S\-D\-L Visual Test }\\
|
|
\vspace*{1cm}
|
|
{\large Generated by Doxygen 1.8.4}\\
|
|
\vspace*{0.5cm}
|
|
{\small Thu Sep 26 2013 00:18:24}\\
|
|
\end{center}
|
|
\end{titlepage}
|
|
\clearemptydoublepage
|
|
\tableofcontents
|
|
\clearemptydoublepage
|
|
\pagenumbering{arabic}
|
|
\hypersetup{pageanchor=true}
|
|
|
|
%--- Begin generated contents ---
|
|
\chapter{Visual and Interactive Test Automation for S\-D\-L 2.0}
|
|
\label{index}\hypertarget{index}{}\input{index}
|
|
\chapter{Data Structure Index}
|
|
\input{annotated}
|
|
\chapter{File Index}
|
|
\input{files}
|
|
\chapter{Data Structure Documentation}
|
|
\input{struct_s_d_l___process_exit_status}
|
|
\input{struct_s_d_l___process_info}
|
|
\input{struct_s_d_l_visual_test___action}
|
|
\input{struct_s_d_l_visual_test___action_node}
|
|
\input{struct_s_d_l_visual_test___action_queue}
|
|
\input{struct_s_d_l_visual_test___exhaustive_variator}
|
|
\input{struct_s_d_l_visual_test___harness_state}
|
|
\input{struct_s_d_l_visual_test___random_variator}
|
|
\input{struct_s_d_l_visual_test___r_w_helper_buffer}
|
|
\input{struct_s_d_l_visual_test___s_u_t_config}
|
|
\input{struct_s_d_l_visual_test___s_u_t_int_range}
|
|
\input{struct_s_d_l_visual_test___s_u_t_option}
|
|
\input{union_s_d_l_visual_test___s_u_t_option_value}
|
|
\input{struct_s_d_l_visual_test___variation}
|
|
\input{struct_s_d_l_visual_test___variator}
|
|
\chapter{File Documentation}
|
|
\input{_s_d_l__visualtest__action__configparser_8h}
|
|
\input{_s_d_l__visualtest__exhaustive__variator_8h}
|
|
\input{_s_d_l__visualtest__harness__argparser_8h}
|
|
\input{_s_d_l__visualtest__parsehelper_8h}
|
|
\input{_s_d_l__visualtest__process_8h}
|
|
\input{_s_d_l__visualtest__random__variator_8h}
|
|
\input{_s_d_l__visualtest__screenshot_8h}
|
|
\input{_s_d_l__visualtest__sut__configparser_8h}
|
|
\input{_s_d_l__visualtest__variator__common_8h}
|
|
\input{_s_d_l__visualtest__variators_8h}
|
|
\input{action__configparser_8c}
|
|
\input{harness__argparser_8c}
|
|
\input{linux__process_8c}
|
|
\input{mischelper_8c}
|
|
\input{parsehelper_8c}
|
|
\input{rwhelper_8c}
|
|
\input{screenshot_8c}
|
|
\input{sut__configparser_8c}
|
|
\input{testharness_8c}
|
|
\input{variator__common_8c}
|
|
\input{variator__exhaustive_8c}
|
|
\input{variator__random_8c}
|
|
\input{variators_8c}
|
|
\input{windows__process_8c}
|
|
\input{windows__screenshot_8c}
|
|
%--- End generated contents ---
|
|
|
|
% Index
|
|
\newpage
|
|
\phantomsection
|
|
\addcontentsline{toc}{part}{Index}
|
|
\printindex
|
|
|
|
\end{document}
|