URLBuilder

URLBuilder
Scaleform::GFx::State
    Scaleform::GFx::URLBuilder
Declaration
class URLBuilder : public State;
Description

URLBuilder class is responsible for building a filename path used for loading objects. It can also be overridden if filename or extension substitution is desired.

Enumerations
Enumeration 
Description 
Enumeration to describe file usage. 
 
Methods
Method 
Description 
Builds a new filename based on the provided filename and a parent path. 
Default implementation used by BuildURL to build a new filename path. 
Static method that modifies path to not include the filename. 
Static method used to determine if the path is absolute. 
static helper function that examines whether a string is a file URL scheme or HTTP URL (http:// or file://) 
 
URLBuilder constructor. 
Structures
Structure 
Description 
LocationInfo is a structure that stores relevant information about a URL. 
File

GFx_Loader.h