Cinder  0.9.1
Public Member Functions | List of all members
cinder::UrlOptions Class Reference

#include <Url.h>

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)
bool cinder::UrlOptions::getIgnoreCache ( ) const
void cinder::UrlOptions::setIgnoreCache ( bool  ignore = true)
UrlOptions& cinder::UrlOptions::timeout ( float  seconds)
float cinder::UrlOptions::getTimeout ( ) const
void cinder::UrlOptions::setTimeout ( float  seconds)

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