Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Public Member Functions | Private Attributes | List of all members
cqsp::scene::TextTestScene Class Reference

Just a playground for various graphics stuff More...

#include <texttestscene.h>

Inheritance diagram for cqsp::scene::TextTestScene:
cqsp::client::Scene cqsp::engine::Scene

Public Member Functions

 TextTestScene (cqsp::engine::Application &app)
 
 ~TextTestScene ()
 
void Init ()
 
void Update (float deltaTime)
 
void Ui (float deltaTime)
 
void Render (float deltaTime)
 
- Public Member Functions inherited from cqsp::client::Scene
 Scene (cqsp::engine::Application &app)
 
cqsp::common::UniverseGetUniverse ()
 
scripting::ScriptInterfaceGetScriptInterface ()
 
- Public Member Functions inherited from cqsp::engine::Scene
 Scene (Application &app)
 
 Scene ()
 
virtual ~Scene ()
 
ApplicationGetApp ()
 
cqsp::asset::AssetManagerGetAssetManager ()
 

Private Attributes

cqsp::engine::LayerRenderer renderer
 
float font_size = 40.f
 
std::string text = "The quick brown fox jumps over the lazy dog"
 
int layer
 
int src = 0
 
int post = 0
 
std::map< std::string, int > indices
 
std::vector< const char * > names
 
float delta_t = 0
 

Detailed Description

Just a playground for various graphics stuff

Parameters
app

Constructor & Destructor Documentation

◆ TextTestScene()

cqsp::scene::TextTestScene::TextTestScene ( cqsp::engine::Application app)
inlineexplicit

◆ ~TextTestScene()

cqsp::scene::TextTestScene::~TextTestScene ( )
default

Member Function Documentation

◆ Init()

void cqsp::scene::TextTestScene::Init ( )
virtual

Implements cqsp::engine::Scene.

◆ Render()

void cqsp::scene::TextTestScene::Render ( float  deltaTime)
virtual

Implements cqsp::engine::Scene.

◆ Ui()

void cqsp::scene::TextTestScene::Ui ( float  deltaTime)
virtual

Implements cqsp::engine::Scene.

◆ Update()

void cqsp::scene::TextTestScene::Update ( float  deltaTime)
virtual

Implements cqsp::engine::Scene.

Member Data Documentation

◆ delta_t

float cqsp::scene::TextTestScene::delta_t = 0
private

◆ font_size

float cqsp::scene::TextTestScene::font_size = 40.f
private

◆ indices

std::map<std::string, int> cqsp::scene::TextTestScene::indices
private

◆ layer

int cqsp::scene::TextTestScene::layer
private

◆ names

std::vector<const char*> cqsp::scene::TextTestScene::names
private

◆ post

int cqsp::scene::TextTestScene::post = 0
private

◆ renderer

cqsp::engine::LayerRenderer cqsp::scene::TextTestScene::renderer
private

◆ src

int cqsp::scene::TextTestScene::src = 0
private

◆ text

std::string cqsp::scene::TextTestScene::text = "The quick brown fox jumps over the lazy dog"
private

The documentation for this class was generated from the following files: