LibreOffice Module extensions (master) 1
Public Member Functions | Protected Member Functions | List of all members
DownloadInteractionHandler Struct Referenceabstract

#include <download.hxx>

Inheritance diagram for DownloadInteractionHandler:
[legend]
Collaboration diagram for DownloadInteractionHandler:
[legend]

Public Member Functions

virtual bool checkDownloadDestination (const OUString &rFileName)=0
 
virtual bool downloadTargetExists (const OUString &rFileName)=0
 
virtual void downloadStalled (const OUString &rErrorMessage)=0
 
virtual void downloadProgressAt (sal_Int8 nPercent)=0
 
virtual void downloadStarted (const OUString &rFileName, sal_Int64 nFileSize)=0
 
virtual void downloadFinished (const OUString &rFileName)=0
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Protected Member Functions

virtual ~DownloadInteractionHandler () override
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 33 of file download.hxx.

Constructor & Destructor Documentation

◆ ~DownloadInteractionHandler()

virtual DownloadInteractionHandler::~DownloadInteractionHandler ( )
inlineoverrideprotectedvirtual

Definition at line 53 of file download.hxx.

Member Function Documentation

◆ checkDownloadDestination()

virtual bool DownloadInteractionHandler::checkDownloadDestination ( const OUString &  rFileName)
pure virtual

Implemented in UpdateCheck.

◆ downloadFinished()

virtual void DownloadInteractionHandler::downloadFinished ( const OUString &  rFileName)
pure virtual

Implemented in UpdateCheck.

◆ downloadProgressAt()

virtual void DownloadInteractionHandler::downloadProgressAt ( sal_Int8  nPercent)
pure virtual

Implemented in UpdateCheck.

◆ downloadStalled()

virtual void DownloadInteractionHandler::downloadStalled ( const OUString &  rErrorMessage)
pure virtual

Implemented in UpdateCheck.

◆ downloadStarted()

virtual void DownloadInteractionHandler::downloadStarted ( const OUString &  rFileName,
sal_Int64  nFileSize 
)
pure virtual

Implemented in UpdateCheck.

◆ downloadTargetExists()

virtual bool DownloadInteractionHandler::downloadTargetExists ( const OUString &  rFileName)
pure virtual

Implemented in UpdateCheck.


The documentation for this struct was generated from the following file: