Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Classes | Functions
about_view.h File Reference
#include "view.h"
#include "about_view_layout.h"
#include "controls_bar.h"
#include <SFML/Graphics.hpp>
Include dependency graph for about_view.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  about_view
 The About screen. More...
 

Functions

void draw_layout_panels (about_view &v)
 Show where the panels will be drawn.
 
void draw_background (about_view &v)
 
void draw_copyright (about_view &v)
 
void draw_panel (about_view &v)
 
void draw_subtitle (about_view &v)
 
void draw_contributors (about_view &v)
 
void draw_title (about_view &v)
 
void draw_url (about_view &v)
 

Function Documentation

◆ draw_background()

void draw_background ( about_view v)

◆ draw_contributors()

void draw_contributors ( about_view v)

◆ draw_copyright()

void draw_copyright ( about_view v)

◆ draw_layout_panels()

void draw_layout_panels ( about_view v)

Show where the panels will be drawn.

◆ draw_panel()

void draw_panel ( about_view v)

◆ draw_subtitle()

void draw_subtitle ( about_view v)

◆ draw_title()

void draw_title ( about_view v)

◆ draw_url()

void draw_url ( about_view v)