ERY.AgateLib.Resources.Resource Class Reference

Class similar to ClanLib's CL_Resource class. Needs lots of work. More...

List of all members.

Public Member Functions

bool HasAttribute (string attributeName)
string GetStringAttribute (string attributeName)
int GetIntAttribute (string attributeName)
double GetDoubleAttribute (string attributeName)
Point GetPointAttribute (string attributeName)
Size GetSizeAttribute (string attributeName)
IList< ResourceGetSubElements (string type)
Resource GetFirstSubElement (string type)


Detailed Description

Class similar to ClanLib's CL_Resource class. Needs lots of work.


Member Function Documentation

bool ERY.AgateLib.Resources.Resource.HasAttribute ( string  attributeName  ) 

Parameters:
attributeName 
Returns:

string ERY.AgateLib.Resources.Resource.GetStringAttribute ( string  attributeName  ) 

Parameters:
attributeName 
Returns:

int ERY.AgateLib.Resources.Resource.GetIntAttribute ( string  attributeName  ) 

Parameters:
attributeName 
Returns:

double ERY.AgateLib.Resources.Resource.GetDoubleAttribute ( string  attributeName  ) 

Parameters:
attributeName 
Returns:

Point ERY.AgateLib.Resources.Resource.GetPointAttribute ( string  attributeName  ) 

Parameters:
attributeName 
Returns:

Size ERY.AgateLib.Resources.Resource.GetSizeAttribute ( string  attributeName  ) 

Parameters:
attributeName 
Returns:

IList<Resource> ERY.AgateLib.Resources.Resource.GetSubElements ( string  type  ) 

Parameters:
type 
Returns:

Resource ERY.AgateLib.Resources.Resource.GetFirstSubElement ( string  type  ) 

Parameters:
type 
Returns:


The documentation for this class was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo