El Octavio  1.0
This is a video game about adventures.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Menu.cpp File Reference
+ Include dependency graph for Menu.cpp:

Go to the source code of this file.

Namespaces

namespace  variables
 

Functions

void setupMenu (RenderWindow &window)
 
void setupVars (RenderWindow &window)
 
void optionMenu (Event &ev, Texture texture, RenderWindow &window)
 
bool isAudioRunning (bool &audioToggle)
 
bool isShowingFPS (bool &showFPS)
 

Variables

bool audioToggle = true
 
bool showFPS = true
 
Event variables::evMenu
 
Texture variables::textureMenu
 
Sprite variables::bgImageMenu
 
Music variables::music
 
Texture variables::texture
 
Texture variables::checkButtonTexture
 
Sprite variables::checkButtonImage [2]
 
bool variables::setPositionByDefault = true
 

Function Documentation

◆ isAudioRunning()

bool isAudioRunning ( bool &  audioToggle)

Definition at line 216 of file Menu.cpp.

+ Here is the caller graph for this function:

◆ isShowingFPS()

bool isShowingFPS ( bool &  showFPS)

Definition at line 221 of file Menu.cpp.

+ Here is the caller graph for this function:

◆ optionMenu()

void optionMenu ( Event ev,
Texture  texture,
RenderWindow window 
)

Definition at line 67 of file Menu.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setupMenu()

void setupMenu ( RenderWindow window)

Definition at line 152 of file Menu.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setupVars()

void setupVars ( RenderWindow window)

Definition at line 30 of file Menu.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ audioToggle

bool audioToggle = true

Definition at line 6 of file Menu.cpp.

◆ showFPS

bool showFPS = true

Definition at line 7 of file Menu.cpp.