27 #include "../../../se/ExternalGraphic.h" 28 #include "../../../xlink/SimpleLink.h" 51 const std::string uri = link->
getHref();
57 if(!img.load(uri.c_str()))
61 if(img.height() !=
static_cast<int>(height))
62 img = img.scaledToHeight(static_cast<int>(height), Qt::SmoothTransformation);
64 width =
static_cast<size_t>(img.width());
const std::string & getHref() const
const te::xl::SimpleLink * getOnlineResource() const
The ExternalGraphic allows a reference to be made to an external graphic file with a Web URL or to in...
who udp maintains data bases showing who s shell tcp cmd syslog udp printer tcp spooler printer udp spooler videotex tcp videotex videotex udp videotex talk tcp like tenex link
A concrete renderer based on Qt4 for conversion of Symbology Enconding External Graphic elements to a...
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color.