#include <Url.h>
Options for loadUrl() to dictate caching and timeout behavior.
cinder::UrlOptions::UrlOptions |
( |
bool |
ignoreCache = false , |
|
|
float |
timeoutSeconds = 30.0f |
|
) |
| |
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: