AgateLib.Resources.Old.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

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

Parameters:
attributeName 
Returns:

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

Parameters:
type 
Returns:

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

Parameters:
attributeName 
Returns:

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

Parameters:
attributeName 
Returns:

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

Parameters:
attributeName 
Returns:

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

Parameters:
attributeName 
Returns:

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

Parameters:
type 
Returns:

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

Parameters:
attributeName 
Returns:


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