TDME2 1.9.121
Public Member Functions | Private Attributes | List of all members
GUICharacter Class Referencefinal

The definition of a single character as defined in the AngelCode file format. More...

#include <tdme/gui/renderer/GUICharacter.h>

Collaboration diagram for GUICharacter:
Collaboration graph

Public Member Functions

 GUICharacter (float id, float x, float y, float width, float height, float xOffset, float yOffset, float xAdvance)
 Public constructor. More...
 
float getId ()
 
float getX ()
 
float getY ()
 
float getWidth ()
 
float getHeight ()
 
float getXOffset ()
 
float getYOffset ()
 
float getXAdvance ()
 

Private Attributes

float id
 
float x
 
float y
 
float width
 
float height
 
float xOffset
 
float yOffset
 
float xAdvance
 

Detailed Description

The definition of a single character as defined in the AngelCode file format.

Author
kevin, Andreas Drewke
Version
$Id$

Definition at line 10 of file GUICharacter.h.

Constructor & Destructor Documentation

◆ GUICharacter()

GUICharacter ( float  id,
float  x,
float  y,
float  width,
float  height,
float  xOffset,
float  yOffset,
float  xAdvance 
)
inline

Public constructor.

Parameters
idid
xx location on the sprite sheet
yy location on the sprite sheet
widthwidth of the character image
heightheight of the character image
xOffsetthe amount the x position should be offset when drawing the image
yOffsetthe amount the y position should be offset when drawing the image
xAdvancethe amount to move the current position after drawing the character

Definition at line 24 of file GUICharacter.h.

Member Function Documentation

◆ getHeight()

float getHeight ( )
inline
Returns
height of the character image

Definition at line 77 of file GUICharacter.h.

◆ getId()

float getId ( )
inline
Returns
id

Definition at line 49 of file GUICharacter.h.

◆ getWidth()

float getWidth ( )
inline
Returns
width of the character image

Definition at line 70 of file GUICharacter.h.

◆ getX()

float getX ( )
inline
Returns
x location on the sprite sheet

Definition at line 56 of file GUICharacter.h.

◆ getXAdvance()

float getXAdvance ( )
inline
Returns
the amount to move the current position after drawing the character

Definition at line 98 of file GUICharacter.h.

◆ getXOffset()

float getXOffset ( )
inline
Returns
the amount the x position should be offset when drawing the image

Definition at line 84 of file GUICharacter.h.

◆ getY()

float getY ( )
inline
Returns
y location on the sprite sheet

Definition at line 63 of file GUICharacter.h.

◆ getYOffset()

float getYOffset ( )
inline
Returns
the amount the y position should be offset when drawing the image

Definition at line 91 of file GUICharacter.h.

Member Data Documentation

◆ height

float height
private

Definition at line 107 of file GUICharacter.h.

◆ id

float id
private

Definition at line 103 of file GUICharacter.h.

◆ width

float width
private

Definition at line 106 of file GUICharacter.h.

◆ x

float x
private

Definition at line 104 of file GUICharacter.h.

◆ xAdvance

float xAdvance
private

Definition at line 110 of file GUICharacter.h.

◆ xOffset

float xOffset
private

Definition at line 108 of file GUICharacter.h.

◆ y

float y
private

Definition at line 105 of file GUICharacter.h.

◆ yOffset

float yOffset
private

Definition at line 109 of file GUICharacter.h.


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