Unuk/Docs/latex/class_player.tex

153 lines
4.6 KiB
TeX

\hypertarget{class_player}{
\section{Player Class Reference}
\label{class_player}\index{Player@{Player}}
}
{\ttfamily \#include $<$Player.h$>$}
\subsection*{Public Member Functions}
\begin{DoxyCompactItemize}
\item
\hyperlink{class_player_a53bdfb907a2af1f59dce9a90677be1b6}{Player} (void)
\item
\hyperlink{class_player_a949762ad57300f070d83ec877ec6e907}{$\sim$Player} (void)
\item
void \hyperlink{class_player_a5af3380f98ddd97d91dd4b42a3043ac7}{Prepare} (void)
\item
void \hyperlink{class_player_a57382cb83ac09fbf0884fc2e9faedac5}{Render} (void)
\item
void \hyperlink{class_player_aecb96e32201405543a2bdb9bd1d649e0}{SetSprite} (void)
\item
void \hyperlink{class_player_a4d93c02296951ae4cf268d9005410dd5}{SetPosition} (GLdouble posx, GLdouble posy)
\item
void \hyperlink{class_player_a04726d8ff329d6f7c571f44e9a9502e4}{SetVelocity} (GLdouble velx, GLdouble vely)
\item
void \hyperlink{class_player_ad308f88ca279f7393af7805ac2c10b1f}{CleanUp} (void)
\end{DoxyCompactItemize}
\subsection{Detailed Description}
Definition at line 6 of file Player.h.
\subsection{Constructor \& Destructor Documentation}
\hypertarget{class_player_a53bdfb907a2af1f59dce9a90677be1b6}{
\index{Player@{Player}!Player@{Player}}
\index{Player@{Player}!Player@{Player}}
\subsubsection[{Player}]{\setlength{\rightskip}{0pt plus 5cm}Player::Player (
\begin{DoxyParamCaption}
\item[{void}]{}
\end{DoxyParamCaption}
)}}
\label{class_player_a53bdfb907a2af1f59dce9a90677be1b6}
Definition at line 8 of file Player.cpp.
\hypertarget{class_player_a949762ad57300f070d83ec877ec6e907}{
\index{Player@{Player}!$\sim$Player@{$\sim$Player}}
\index{$\sim$Player@{$\sim$Player}!Player@{Player}}
\subsubsection[{$\sim$Player}]{\setlength{\rightskip}{0pt plus 5cm}Player::$\sim$Player (
\begin{DoxyParamCaption}
\item[{void}]{}
\end{DoxyParamCaption}
)}}
\label{class_player_a949762ad57300f070d83ec877ec6e907}
Definition at line 12 of file Player.cpp.
\subsection{Member Function Documentation}
\hypertarget{class_player_ad308f88ca279f7393af7805ac2c10b1f}{
\index{Player@{Player}!CleanUp@{CleanUp}}
\index{CleanUp@{CleanUp}!Player@{Player}}
\subsubsection[{CleanUp}]{\setlength{\rightskip}{0pt plus 5cm}void Player::CleanUp (
\begin{DoxyParamCaption}
\item[{void}]{}
\end{DoxyParamCaption}
)}}
\label{class_player_ad308f88ca279f7393af7805ac2c10b1f}
Definition at line 61 of file Player.cpp.
\hypertarget{class_player_a5af3380f98ddd97d91dd4b42a3043ac7}{
\index{Player@{Player}!Prepare@{Prepare}}
\index{Prepare@{Prepare}!Player@{Player}}
\subsubsection[{Prepare}]{\setlength{\rightskip}{0pt plus 5cm}void Player::Prepare (
\begin{DoxyParamCaption}
\item[{void}]{}
\end{DoxyParamCaption}
)}}
\label{class_player_a5af3380f98ddd97d91dd4b42a3043ac7}
Definition at line 16 of file Player.cpp.
\hypertarget{class_player_a57382cb83ac09fbf0884fc2e9faedac5}{
\index{Player@{Player}!Render@{Render}}
\index{Render@{Render}!Player@{Player}}
\subsubsection[{Render}]{\setlength{\rightskip}{0pt plus 5cm}void Player::Render (
\begin{DoxyParamCaption}
\item[{void}]{}
\end{DoxyParamCaption}
)}}
\label{class_player_a57382cb83ac09fbf0884fc2e9faedac5}
Definition at line 35 of file Player.cpp.
\hypertarget{class_player_a4d93c02296951ae4cf268d9005410dd5}{
\index{Player@{Player}!SetPosition@{SetPosition}}
\index{SetPosition@{SetPosition}!Player@{Player}}
\subsubsection[{SetPosition}]{\setlength{\rightskip}{0pt plus 5cm}void Player::SetPosition (
\begin{DoxyParamCaption}
\item[{GLdouble}]{posx, }
\item[{GLdouble}]{posy}
\end{DoxyParamCaption}
)}}
\label{class_player_a4d93c02296951ae4cf268d9005410dd5}
Definition at line 44 of file Player.cpp.
\hypertarget{class_player_aecb96e32201405543a2bdb9bd1d649e0}{
\index{Player@{Player}!SetSprite@{SetSprite}}
\index{SetSprite@{SetSprite}!Player@{Player}}
\subsubsection[{SetSprite}]{\setlength{\rightskip}{0pt plus 5cm}void Player::SetSprite (
\begin{DoxyParamCaption}
\item[{void}]{}
\end{DoxyParamCaption}
)}}
\label{class_player_aecb96e32201405543a2bdb9bd1d649e0}
Definition at line 40 of file Player.cpp.
\hypertarget{class_player_a04726d8ff329d6f7c571f44e9a9502e4}{
\index{Player@{Player}!SetVelocity@{SetVelocity}}
\index{SetVelocity@{SetVelocity}!Player@{Player}}
\subsubsection[{SetVelocity}]{\setlength{\rightskip}{0pt plus 5cm}void Player::SetVelocity (
\begin{DoxyParamCaption}
\item[{GLdouble}]{velx, }
\item[{GLdouble}]{vely}
\end{DoxyParamCaption}
)}}
\label{class_player_a04726d8ff329d6f7c571f44e9a9502e4}
Definition at line 53 of file Player.cpp.
The documentation for this class was generated from the following files:\begin{DoxyCompactItemize}
\item
src/Unuk/\hyperlink{_player_8h}{Player.h}\item
src/Unuk/\hyperlink{_player_8cpp}{Player.cpp}\end{DoxyCompactItemize}