Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

string Impala::Application::TagsLife::Photo::imageUrl ( string  sizeSuffix  )  [inline]

Definition at line 37 of file Photo.h.

References farm, Impala::MakeString(), secret, and server.

00037                                            {
00038           string url = "http://farm";
00039           url += MakeString(farm);
00040           url += ".static.flickr.com/";
00041           url += MakeString(server) + "/";
00042           url += id + "_" + secret;
00043           if(sizeSuffix.length() > 0) url += "_" + sizeSuffix;
00044           url += ".jpg";
00045           return(url);
00046         }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:21 2011 for ImpalaSrc by  doxygen 1.5.1