Options for loadUrl() to dictate caching and timeout behavior. More...
#include <Url.h>
Public Member Functions | |
| UrlOptions (bool ignoreCache=false, float timeoutSeconds=30.0f) | |
| UrlOptions & | ignoreCache (bool ignore=true) |
| bool | getIgnoreCache () const |
| void | setIgnoreCache (bool ignore=true) |
| UrlOptions & | timeout (float seconds) |
| float | getTimeout () const |
| void | setTimeout (float seconds) |
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 | ) |