LibreOffice Module ucb (master) 1
Public Member Functions | Protected Member Functions | List of all members
fileaccess::Notifier Class Referenceabstract

#include <filnot.hxx>

Inheritance diagram for fileaccess::Notifier:
[legend]

Public Member Functions

virtual std::optional< ContentEventNotifiercEXC (const OUString &aNewName)=0
 
virtual std::optional< ContentEventNotifiercDEL ()=0
 
virtual std::optional< ContentEventNotifiercCEL ()=0
 
virtual std::optional< PropertySetInfoChangeNotifiercPSL ()=0
 
virtual std::optional< PropertyChangeNotifiercPCL ()=0
 

Protected Member Functions

 ~Notifier ()
 

Detailed Description

Definition at line 98 of file filnot.hxx.

Constructor & Destructor Documentation

◆ ~Notifier()

fileaccess::Notifier::~Notifier ( )
inlineprotected

Definition at line 110 of file filnot.hxx.

Member Function Documentation

◆ cCEL()

virtual std::optional< ContentEventNotifier > fileaccess::Notifier::cCEL ( )
pure virtual

Implemented in fileaccess::BaseContent.

◆ cDEL()

virtual std::optional< ContentEventNotifier > fileaccess::Notifier::cDEL ( )
pure virtual

Implemented in fileaccess::BaseContent.

◆ cEXC()

virtual std::optional< ContentEventNotifier > fileaccess::Notifier::cEXC ( const OUString &  aNewName)
pure virtual

Implemented in fileaccess::BaseContent.

◆ cPCL()

virtual std::optional< PropertyChangeNotifier > fileaccess::Notifier::cPCL ( )
pure virtual

Implemented in fileaccess::BaseContent.

◆ cPSL()

virtual std::optional< PropertySetInfoChangeNotifier > fileaccess::Notifier::cPSL ( )
pure virtual

Implemented in fileaccess::BaseContent.


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