namespace com :: sun :: star :: io { class XInputStream; } namespace com :: sun :: star :: uno { class XComponentContext; }
class SvStream;
namespace svt::GraphicAccess
{
/** Helpers for obtaining streams (which also can be used with the ImageProducer) fromaresource.
*/
/** determines whether the given URL denotes an image within a resource */
UNLESS_MERGELIBS(SVT_DLLPUBLIC) bool isSupportedURL(std::u16string_view rURL);
/** for a given URL of an image within a resource, this method retrieves an SvStreamforthisimage.
/** for a given URL of an image within a resource, this method retrieves acss::io::XInputStreamforthisimage.
*/
UNLESS_MERGELIBS(SVT_DLLPUBLIC) css::uno::Reference<css::io::XInputStream> getImageXStream(
css::uno::Reference<css::uno::XComponentContext> const & rxContext,
OUString const & rImageResourceURL);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.