SkinController Class Reference

#include <SkinController.h>

List of all members.

Public Member Functions

 SkinController ()
 SkinController (char *skinsXmlFile)
 ~SkinController ()
int getNumberSkins ()
Skin getSkin (int skinNo)

Detailed Description

Definition at line 18 of file SkinController.h.


Constructor & Destructor Documentation

SkinController::SkinController (  ) 

Default Constructor - assumes filename is skins.xml in the same location as the application. This only works if the loader correctly sets the current working directory when the application is launched, otherwise you'll need to provide the path to the skins XML file using the alternative constructor

Definition at line 25 of file SkinController.cpp.

SkinController::SkinController ( char *  skinsXmlFile  ) 

Constructor - path (including name) to the skins file can be provided

Parameters:
[in] skinsXmlFile the full path the the skins file, e.g. SD:/apps/test/skins.xml

Definition at line 37 of file SkinController.cpp.

SkinController::~SkinController (  ) 

destructor

Definition at line 48 of file SkinController.cpp.


Member Function Documentation

int SkinController::getNumberSkins (  )  [inline]

Definition at line 24 of file SkinController.h.

Skin SkinController::getSkin ( int  skinNo  ) 

Returns the skin at skin number provided

Parameters:
[in] skinNo integer containing skin number to return

Definition at line 138 of file SkinController.cpp.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines

Generated on Mon Aug 31 22:03:33 2009 for Wii Console Library by  doxygen 1.6.0