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 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
|
%\subsection* {Constructor} %------------------------------------
%\subsection* {Methods to Override} %----------------------------
%\subsection* {Utility Methods} %--------------------------------
%\subsection* {Other Methods} %----------------------------------
%\subsection* {Inherited Methods} %------------------------------
%
%
\documentclass[letterpaper,draft]{book}
% Try to fill up the page!
% This was from another example - we will ignore it for now
\normalsize%\setlength{\voffset}{-.5in}
\setlength{\topmargin}{0in}
\setlength{\oddsidemargin}{1in}
\setlength{\evensidemargin}{.05in}
\setlength{\marginparwidth}{0in}
\addtolength{\textheight}{1in}
\addtolength{\textwidth}{.7in}
% \code is a piece of code
\newcommand{\code}{\texttt}
% \V is V
\newcommand{\V}{\emph{\textbf{V}}}
% special math chars I need: -> ~ ^
\newcommand{\rta}{$\rightarrow$\ }
\newcommand{\tild}{\~{ }}
%\newcommand{\vrbsize}{\small}
\newcommand{\verbfont}{\footnotesize}
\newcommand{\regfont}{\normalfont\normalsize}
% \Class is used to start a new class description at page begin
%----old \newcommand{\Class}[1]{\newpage \markboth{#1}{#1} \section* {#1}}
\newcommand{\Class}[1]{\section {#1}}
%\Indextt for tt index
\newcommand{\Indextt}[1]{\index{#1@\texttt{#1}}}
% \Meth is for a method
\newcommand{\Meth}[1]{\subsubsection* {#1}}
% \Cmd is for a dialog command
\newcommand{\Cmd}[1]{\subsubsection* {#1}}
% \Param is a parameter description
\newcommand{\Param}[1]{\subparagraph {#1}}
% kill off the figfont
\newcommand{\SetFigFont}[3]{}%
% \Sect is used to set typeface of chapter and section titles
\newcommand{\Sect}[1]{\emph{#1}}
% Method environment that allows parameters to be entered with
% the \Param command between the \begin and \end.
\newenvironment{Method}[1]{\Meth{#1}
\begin{description}
\begin{description}}
{\end{description}
\end{description}}
% An environment for a definition
\newenvironment{Def}[1]{\begin{description} \item[#1]}{\end{description}}
\newenvironment{Point}{\begin{itemize} \item }{\end{itemize}}
%\usepackage{verbatim}
%\usepackage{eepic}
%\usepackage{pictex}
\usepackage{makeidx}
% Macros for html
%
% First, the LatexVersion
\def\texhtm#1#2{#1}
\def\href#1#2{[#1] - #2}
\def\htm#1{}
%%tth:\def\texhtm#1#2{#2}
%%tth:\def\href#1#2{\special{html:<a href="#1">}{#2}\special{html:</a>}}
%%tth:\def\htm#1{\special{html:#1}}
\usepackage{graphics}
%--------
\makeatletter
\def\@evenhead{
\textbf{\textrm{\thepage \hfill \leftmark}}}
\def\@oddhead{
\textbf{\textrm{\rightmark \hfill \thepage}}}
\makeatother
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
\renewcommand{\sectionmark}[1]{\markright{\thesection~#1}}
\newfont{\REALLYHUGE}{cminch}
\makeindex
%==========================================================================
\begin{document}
\vspace*{1in} \thispagestyle{empty}
\begin{center}
\REALLYHUGE V \Huge \\ ~ \\ \textbf{A C++ GUI \\ Framework}
\vspace{1in}
\LARGE Bruce E. Wampler, Ph.D. \\
\large ~ \\
\emph{521 Springridge Dr.} \\
\emph{Glenwood Springs, CO 81601} \\ ~ \\
\texttt{bruce@objectcentral.com }\\
\texttt{http://www.objectcentral.com}
\vspace{1in}
\normalsize
Version 1.17 \\
January 25, 1998
\end{center}
\newpage
\vspace*{1in} \thispagestyle{empty}
\textbf{V - A C++ GUI Framework}
Copyright \copyright 1995,1996,1997,1998 Bruce E. Wampler
All rights reserved.
\texttt{bruce@objectcentral.com}
\texttt{http://www.objectcentral.com}
\vspace{1in}
\emph{V - A C++ GUI Framework}, Version 1.16,
may be reproduced and distributed, in whole or in part, subject
to the following conditions:
\begin{enumerate}
\item The copyright notice above and this permission notice must
be preserved complete on all complete or partial copies.
\item You may not translate or create a derivative of this work
without the author's written permission.
\item If you distribute this manual in part, you must provide
instructions and a means for obtaining a complete version.
\item You may make a profit on copies of this work only if it
is included as part of an electronic distribution of other free software
works (e.g., Linux or GNU).
\item Small portions may be reproduced as illustrations for reviews
or quotations in other works without this permission notice if proper
citation is given.
\end{enumerate}
My goal is to get as many people as can be helped using \V\@. If
the terms of this documentation copyright are unsatisfactory, please
contact me and we can probably work something out.
The complete source for \V\ (X Athena and Microsoft Windows versions)
is available via anonymous ftp at \code{ftp.objectcentral.com}, or
via the Object Central www home page (see above). This manual
is also available as an html document on the web page.
\pagenumbering{roman} \setcounter{page}{2} \tableofcontents
\input{vrefch1.tex}
\input{vrefch2.tex}
\input{vrefch3.tex}
\input{vrefch4.tex}
\input{vrefch5.tex}
\input{vrefch6.tex}
\input{vrefch7.tex}
\input{vrefch8.tex}
\input{vrefch9.tex}
%***********************************************************************
%***********************************************************************
%***********************************************************************
\appendix
\chapter{Tutorial C++ Source}
\input{tutapndx.tex}
\input{cxxstyle.tex}
\input{quickref.tex}
\input{vtools.tex}
\input{release.tex}
%***********************************************************************
%***********************************************************************
%***********************************************************************
\input{vclshier.tex}
\printindex
\end{document}
|