diff --git a/classLog.html b/classLog.html index 9585dae..8f23e1a 100644 --- a/classLog.html +++ b/classLog.html @@ -106,9 +106,7 @@ std::string  - - +

Private Attributes

-std::string filename
 param filename the name of the logfile
std::string filename
 

Detailed Description

@@ -231,6 +229,35 @@ std::string  + + +

Member Data Documentation

+
+

◆ filename

+ +
+
+ + + + + +
+ + + + +
std::string Log::filename
+
+private
+
+
Parameters
+ + +
filenamethe name of the logfile
+
+
+
diff --git a/classRenderD7_1_1Image.html b/classRenderD7_1_1Image.html index 2e13332..6e439a3 100644 --- a/classRenderD7_1_1Image.html +++ b/classRenderD7_1_1Image.html @@ -104,13 +104,9 @@ Public Member Functions - - + - - +

Public Attributes

-C2D_Image img
 \img this is the C2D_Image
C2D_Image img
 
-bool loadet = false
 \loadet whether the image is loadet or not
bool loadet = false
 

Detailed Description

@@ -131,7 +127,12 @@ bool  -

Load Image from Png path: path to png file

+

Load Image from Png

Parameters
+ + +
pathpath to png file
+
+
@@ -150,7 +151,12 @@ bool  -

Load the Image from buffer buffer: the frame buffer

+

Load the Image from buffer

Parameters
+ + +
bufferthe frame buffer
+
+
@@ -229,6 +235,47 @@ bool Image.

Returns
C2D_Image
+ + +

Member Data Documentation

+ +

◆ img

+ +
+
+ + + + +
C2D_Image RenderD7::Image::img
+
+
Parameters
+ + +
imgthis is the C2D_Image
+
+
+ +
+
+ +

◆ loadet

+ +
+
+ + + + +
bool RenderD7::Image::loadet = false
+
+
Parameters
+ + +
loadetwhether the image is loadet or not
+
+
+
diff --git a/classRenderD7_1_1Sheet-members.html b/classRenderD7_1_1Sheet-members.html index caa1f32..97faaa8 100644 --- a/classRenderD7_1_1Sheet-members.html +++ b/classRenderD7_1_1Sheet-members.html @@ -86,6 +86,7 @@ $(document).ready(function(){initNavTree('classRenderD7_1_1Sheet.html',''); init Free()RenderD7::Sheet Load(const char *path)RenderD7::Sheet Sheet()RenderD7::Sheet + spritesheetRenderD7::Sheet diff --git a/classRenderD7_1_1Sheet.html b/classRenderD7_1_1Sheet.html index c4d7862..25b5e97 100644 --- a/classRenderD7_1_1Sheet.html +++ b/classRenderD7_1_1Sheet.html @@ -78,6 +78,7 @@ $(document).ready(function(){initNavTree('classRenderD7_1_1Sheet.html',''); init
Public Member Functions | +Public Attributes | List of all members
RenderD7::Sheet Class Reference
@@ -98,6 +99,13 @@ Public Member Functions void Free ()  Unload the Spritesheet.
  + + + + +

+Public Attributes

+C2D_SpriteSheet spritesheet
 The Spritesheet.
 

Detailed Description

The Spritesheet Class

@@ -117,7 +125,12 @@ void  -

Load a Sritesheet path: Path to the Spritesheet (.t3x)

+

Load a Sritesheet

Parameters
+ + +
pathPath to the Spritesheet (.t3x)
+
+
diff --git a/classRenderD7_1_1Sheet.js b/classRenderD7_1_1Sheet.js index be53da7..932aee2 100644 --- a/classRenderD7_1_1Sheet.js +++ b/classRenderD7_1_1Sheet.js @@ -2,5 +2,6 @@ var classRenderD7_1_1Sheet = [ [ "Sheet", "classRenderD7_1_1Sheet.html#a16e025243308080896d6f2a95c58a684", null ], [ "Load", "classRenderD7_1_1Sheet.html#a869b5bb61b4197eee2b3258e2f3b64e5", null ], - [ "Free", "classRenderD7_1_1Sheet.html#a950debb41e4b392a4a80a9607f4ae7cd", null ] + [ "Free", "classRenderD7_1_1Sheet.html#a950debb41e4b392a4a80a9607f4ae7cd", null ], + [ "spritesheet", "classRenderD7_1_1Sheet.html#afe2b179e811015f6b10d27b6b152ecec", null ] ]; \ No newline at end of file diff --git a/classsound-members.html b/classsound-members.html index 85caadb..c2a78ba 100644 --- a/classsound-members.html +++ b/classsound-members.html @@ -83,10 +83,11 @@ $(document).ready(function(){initNavTree('classsound.html',''); initResizable();

This is the complete list of members for sound, including all inherited members.

- - - - + + + + +
play()sound
sound(const std::string &path, int channel=1, bool toloop=false)sound
stop()sound
~sound()sound
dataSizesoundprivate
play()sound
sound(const std::string &path, int channel=1, bool toloop=false)sound
stop()sound
~sound()sound
diff --git a/classsound.html b/classsound.html index b37e515..fd2d8a3 100644 --- a/classsound.html +++ b/classsound.html @@ -78,6 +78,7 @@ $(document).ready(function(){initNavTree('classsound.html',''); initResizable();
Public Member Functions | +Private Attributes | List of all members
sound Class Reference
@@ -97,6 +98,11 @@ Public Member Functions   void stop ()   + + + +

+Private Attributes

u32 dataSize
 

Detailed Description

Sound Class

@@ -198,6 +204,35 @@ Public Member Functions

stop the sound

+
+
+

Member Data Documentation

+ +

◆ dataSize

+ +
+
+ + + + + +
+ + + + +
u32 sound::dataSize
+
+private
+
+
Parameters
+ + +
dataSizethe Size of the filedata
+
+
+
diff --git a/classsound.js b/classsound.js index daafbd7..f602906 100644 --- a/classsound.js +++ b/classsound.js @@ -3,5 +3,6 @@ var classsound = [ "sound", "classsound.html#a2f69382c0ac7e2aa90d8278cc5b6bd70", null ], [ "~sound", "classsound.html#a4a82f1972ceb6a2642bb2dcc067c3d72", null ], [ "play", "classsound.html#abb2c33709eb822528889e32722fc1153", null ], - [ "stop", "classsound.html#adf45b194f1b8bcbaca3ee6eec0ecc71a", null ] + [ "stop", "classsound.html#adf45b194f1b8bcbaca3ee6eec0ecc71a", null ], + [ "dataSize", "classsound.html#aad32f348f9878f7a6c1169e741591606", null ] ]; \ No newline at end of file diff --git a/functions_d.html b/functions_d.html index a809baf..2c2b4ab 100644 --- a/functions_d.html +++ b/functions_d.html @@ -79,6 +79,9 @@ $(document).ready(function(){initNavTree('functions_d.html',''); initResizable()
Here is a list of all documented class members with links to the class documentation for each member:

- d -

diff --git a/functions_vars.html b/functions_vars.html index 5823f9b..13d497a 100644 --- a/functions_vars.html +++ b/functions_vars.html @@ -129,6 +129,9 @@ $(document).ready(function(){initNavTree('functions_vars.html',''); initResizabl

- d -