#include <Interfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| void | AddSearchPath (const char *sURL) |
| Adds an absolute URL to be used for expanding relative URLs. | |
| DIDataResource * | GetResource (const char *sURL) |
| Returns a data resource. | |
| void | GetResourceNames (DIStringList1 *list) |
| Returns the names of all the resources currently available. | |
| void DigitalSpaces::DIDataResourceManager::AddSearchPath | ( | const char * | sURL | ) |
Adds an absolute URL to be used for expanding relative URLs.
| DIDataResource* DigitalSpaces::DIDataResourceManager::GetResource | ( | const char * | sURL | ) |
Returns a data resource.
It will search the URLs added through AddSearchPath for a match, and if not found, attempt to open as an absolute URL.
| void DigitalSpaces::DIDataResourceManager::GetResourceNames | ( | DIStringList1 * | list | ) |
Returns the names of all the resources currently available.
These are usually added by AddSearchPath, but will also include any added by GetResource with an absolute path.
| list | String List that will have the available resource names appended to it. The implementation will not clear the content of this list. |
1.5.6