| $#! | |
| _AUTH_ENDPOINT, com. kelvinluck. flashr. core. Flashr | |
| _comments | |
| _contextGroupPool, com. kelvinluck. flashr. core. Photo | |
| _contextPhotosets, com. kelvinluck. flashr. core. Photo | |
| _favorites, com. kelvinluck. flashr. core. Person | |
| _groups | |
| _history, com. kelvinluck. flashr. core. FlashrResponseHistory | |
| _notes | |
| _people, com. kelvinluck. flashr. core. Person | |
| _photos | |
| _photosets | |
| _pool, com. kelvinluck. flashr. core. Group | |
| _publicContacts, com. kelvinluck. flashr. core. Person | |
| _requests, com. kelvinluck. flashr. core. FlashrRequest | |
| _secret, com. kelvinluck. flashr. core. Flashr | |
| _sizes, com. kelvinluck. flashr. core. Photo | |
| _tags | |
| A | |
| accuracy, com. kelvinluck. flashr. core. GeoLocation | |
| ACCURACY_CITY, com. kelvinluck. flashr. core. GeoLocation | |
| ACCURACY_COUNTRY, com. kelvinluck. flashr. core. GeoLocation | |
| ACCURACY_REGION, com. kelvinluck. flashr. core. GeoLocation | |
| ACCURACY_STREET, com. kelvinluck. flashr. core. GeoLocation | |
| ACCURACY_WORLD, com. kelvinluck. flashr. core. GeoLocation | |
| additionalArguments, com. kelvinluck. flashr. core. FlashrRequest | |
| apiKey, com. kelvinluck. flashr. core. Flashr | |
| authFrob, com. kelvinluck. flashr. core. Flashr | |
| authIsLoggingIn, com. kelvinluck. flashr. core. Flashr | |
| author | |
| authPerms, com. kelvinluck. flashr. core. Flashr | |
| authToken, com. kelvinluck. flashr. core. Flashr | |
| authUser, com. kelvinluck. flashr. core. Flashr | |
| B | |
| bandwidthMax, com. kelvinluck. flashr. core. Person | |
| bandwidthUsed, com. kelvinluck. flashr. core. Person | |
| C | |
| cachedMethods, com. kelvinluck. flashr. core. FlashrCache | |
| cacheObeyOrder, com. kelvinluck. flashr. core. Flashr | |
| cacheQueries, com. kelvinluck. flashr. core. Flashr | |
| cancelled, com. kelvinluck. flashr. core. FlashrRequest | |
| clean, com. kelvinluck. flashr. core. ExifData | |
| COL_DEBUG, com. kelvinluck. util. SOSLogPublisher | |
| COL_ERROR, com. kelvinluck. util. SOSLogPublisher | |
| COL_FATAL, com. kelvinluck. util. SOSLogPublisher | |
| COL_INFO, com. kelvinluck. util. SOSLogPublisher | |
| COL_WARN, com. kelvinluck. util. SOSLogPublisher | |
| comment | |
| completed, com. kelvinluck. flashr. core. FlashrRequest | |
| contextCount, com. kelvinluck. flashr. core. Photo | |
| contextPhotoNext, com. kelvinluck. flashr. core. Photo | |
| contextPhotoPrevious, com. kelvinluck. flashr. core. Photo | |
| contextThumbUrl, com. kelvinluck. flashr. core. Photo | |
| contextUrl, com. kelvinluck. flashr. core. Photo | |
| created | |
| currentRequest, com. kelvinluck. flashr. core. FlashrResponse |
The base path you go to when you want to authenticate on flickr.com
private var _AUTH_ENDPOINT: String
A private static Object containing Comment objects.
private static var _comments: Object
The Comments that have been left on this Photo.
private var _comments: Array
Array which holds the PhotosetComments that have been made on this Photoset.
private var _comments: Array
A private static Object containing PhotosetComment objects.
private static var _comments: Object
Stores information about this Photos context in given Groups
private var _contextGroupPools: Object
Stores information about this Photos context in given Photosets
private var _contextPhotosets: Object
An Array containing references to all of this Person’s favourites as Photo objects indexed by the id of each of the favourites.
private var _favorites: Object
A private static Object containing Group objects.
private static var _groups: Object
An Array containing references to this user’s Groups
private var _groups: Array
An Array containing references to the Groups that this Photo is in.
private var _groups: Array
An Array storing all complete FlashrResponseEvents.
private var _history: Array
A private static Object containing Note objects.
private static var _notes: Object
The Notes that have been left on this photo.
private var _notes: Object
A private static Object containing Person objects.
private static var _people: Object
An Array containing references to all of this Person’s photos.
private var _photos: Array
A private static Object containing Photo objects.
private static var _photos: Object
Private array of Photos in this Photoset (empty until Flashr.photosetsGetPhotos is called or indivdual Photos are added to the set via Flashr.photosetsAddPhoto).
private var _photos: Array
An object detailing the relationships between this tag and different photos.
private var _photos: Object
An Array containing references to this user’s Photosets
private var _photosets: Array
An Array containing references to the Photosets that this Photo is in.
private var _photosets: Array
A private static Object containing Photoset objects.
private static var _photosets: Object
This Groups photo pool.
private var _pool: Array
An Array containing references to all of this Person’s contacts.
private var _publicContacts: Object
A static variable used to keep hold of all FlashrRequest Objects generated.
private static var _requests: Array
Private variable to store this app’s shared secret for use with the authentication API.
private var _secret: String
The PhotoSizes that are associated with this photo.
private var _sizes: Array
An Object containing references to all of this Person’s Tags.
private var _tags: Object
The Tags that are associated with this photo.
private var _tags: Object
A private static Object containing Tag objects.
private static var _tags: Object
Recorded accuracy level of this location information.
public var accuracy: Number
An accuracy level of city.
public static var ACCURACY_CITY: Number
An accuracy level of country.
public static var ACCURACY_COUNTRY: Number
An accuracy level of region.
public static var ACCURACY_REGION: Number
An accuracy level of street.
public static var ACCURACY_STREET: Number
An accuracy level of world.
public static var ACCURACY_WORLD: Number
Extra information about the reuqest which isn’t held in the parameters variable but which is needed when the response is received.
var additionalArguments: Object
Your Flickr API Key.
private var _apiKey: String
Stores the frob which is used for the initial part of the authentication process.
private var _authFrob: String
A flag which marks whether a user is currently logging in (used internally during the login process)
private var _authIsLoggingIn: Boolean
A reference to the Person who made this comment.
public var author: Person
The person who wrote this note
public var author: Person
A reference to the Person who made this comment.
public var author: Person
A variable describing the permissions the currently auth’d user has within this app.
var authPerms: String
Stores the token generated by a successful authorisation.
private var _authToken: String
A Person object for the currently auth’d user (if there is one).
var authUser: Person
The bandwidth this user has available, in bytes per month.
public var bandwidthMax: Number
The bandwidth this user has used this month, in bytes.
public var bandwidthUsed: Number
Holds a list of all the methods whose results are cached.
var cachedMethods: Array
Whether to ensure that cached results are returned in the same order as they are added to the queue (i.e.
var cacheObeyOrder: Boolean
Sets whether the results of queries to flickr.com should be cached.
var cacheQueries: Boolean
Whether this FlashrRequest has been cancelled.
var cancelled: Boolean
A pretty-formatted version of the tag where availabale.
public var clean: String
The colour of the background of log messages with a severity of DEBUG
private static var COL_DEBUG: Number
The colour of the background of log messages with a severity of ERROR
private static var COL_ERROR: Number
The colour of the background of log messages with a severity of FATAL
private static var COL_FATAL: Number
The colour of the background of log messages with a severity of INFO
private static var COL_INFO: Number
The colour of the background of log messages with a severity of WARN
private static var COL_WARN: Number
The actual contents of this comment.
public var comment: String
The actual contents of this comment.
public var comment: String
Whether this request has been completed or not.
var completed: Boolean
Not documented on flickr.com but maybe the number of photos in this context (e.g.
public var contextCount: Number
The next photo in this context (as returned by Flashr.photosGetContext)
public var contextPhotoNext: Photo
The previous photo in this context (as returned by Flashr.photosGetContext)
public var contextPhotoPrevious: Photo
The URL for this photo’s thumbnail image within some sort of context e.g.
public var contextThumbUrl: String
The URL for this photo within the context of the photostream e.g.
public var contextUrl: String
The date this comment was made on.
public var created: Date
The date this comment was made on.
public var created: Date
The current FlashrRequest object.
var currentRequest: FlashrRequest