Public Member Functions
cinder::UrlOptions Class Reference

Options for loadUrl() to dictate caching and timeout behavior. More...

#include <Url.h>

List of all members.

Public Member Functions

 UrlOptions (bool ignoreCache=false, float timeoutSeconds=30.0f)
UrlOptionsignoreCache (bool ignore=true)
bool getIgnoreCache () const
void setIgnoreCache (bool ignore=true)
UrlOptionstimeout (float seconds)
float getTimeout () const
void setTimeout (float seconds)

Detailed Description

Options for loadUrl() to dictate caching and timeout behavior.


Constructor & Destructor Documentation

cinder::UrlOptions::UrlOptions ( bool  ignoreCache = false,
float  timeoutSeconds = 30.0f 
)

Member Function Documentation

UrlOptions& cinder::UrlOptions::ignoreCache ( bool  ignore = true)
void cinder::UrlOptions::setIgnoreCache ( bool  ignore = true)
void cinder::UrlOptions::setTimeout ( float  seconds)

The documentation for this class was generated from the following file: