From 72b41042223bfe31d70df8a71a50e4ba5d4f674d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 01:02:37 +0000 Subject: [Travis] Rebuilding documentation --- classyage_1_1Sprite.html | 488 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 488 insertions(+) create mode 100644 classyage_1_1Sprite.html (limited to 'classyage_1_1Sprite.html') diff --git a/classyage_1_1Sprite.html b/classyage_1_1Sprite.html new file mode 100644 index 00000000..de793b7a --- /dev/null +++ b/classyage_1_1Sprite.html @@ -0,0 +1,488 @@ + + + + + + +YAGE: yage::Sprite Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.3.0 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
+ + +
+ +
+ +
+ +
+
yage::Sprite Class Reference
+
+
+ +

#include <sprite.h>

+ + + + + + + + + + + + + + + + + + +

+Public Member Functions

 Sprite ()=default
 
 Sprite (const Sprite &)=delete
 
 Sprite (Sprite &&)=delete
 
 ~Sprite ()
 
Spriteoperator= (const Sprite &)=delete
 
Spriteoperator= (Sprite &&)=delete
 
void init (float x, float y, float width, float height, const std::string &texture_path)
 
void draw ()
 
+ + + + + + + + + + + + + +

+Private Attributes

float x_
 
float y_
 
float width_
 
float height_
 
GLuint vbo_id_ = 0
 
Texture texture_
 
+

Detailed Description

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
yage::Sprite::Sprite ()
+
+default
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
yage::Sprite::Sprite (const Sprite)
+
+delete
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
yage::Sprite::Sprite (Sprite && )
+
+delete
+
+ +
+
+ +
+
+ + + + + + + +
yage::Sprite::~Sprite ()
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
void yage::Sprite::draw ()
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void yage::Sprite::init (float x,
float y,
float width,
float height,
const std::string & texture_path 
)
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
Sprite& yage::Sprite::operator= (const Sprite)
+
+delete
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
Sprite& yage::Sprite::operator= (Sprite && )
+
+delete
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
float yage::Sprite::height_
+
+private
+
+ +
+
+ +
+
+ + + + + +
+ + + + +
Texture yage::Sprite::texture_
+
+private
+
+ +
+
+ +
+
+ + + + + +
+ + + + +
GLuint yage::Sprite::vbo_id_ = 0
+
+private
+
+ +
+
+ +
+
+ + + + + +
+ + + + +
float yage::Sprite::width_
+
+private
+
+ +
+
+ +
+
+ + + + + +
+ + + + +
float yage::Sprite::x_
+
+private
+
+ +
+
+ +
+
+ + + + + +
+ + + + +
float yage::Sprite::y_
+
+private
+
+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit