LibreOffice Module vcl (master) 1
Classes | Public Member Functions | Protected Member Functions | List of all members
VclAbstractDialog Class Referenceabstract

Some things multiple-inherit from VclAbstractDialog and OutputDevice, so we need to use virtual inheritance to keep the referencing counting OK. More...

#include <abstdlg.hxx>

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

Classes

struct  AsyncContext
 

Public Member Functions

virtual short Execute ()=0
 
bool StartExecuteAsync (const std::function< void(sal_Int32)> &rEndDialogFn)
 
virtual bool StartExecuteAsync (AsyncContext &)
 Commence execution of a modal dialog. More...
 
virtual std::vector< OUString > getAllPageUIXMLDescriptions () const
 
virtual bool selectPageByUIXMLDescription (const OUString &rUIXMLDescription)
 
virtual BitmapEx createScreenshot () const
 
virtual OUString GetScreenshotId () const
 
- Public Member Functions inherited from VclReferenceBase
void acquire () const
 
void release () const
 
sal_Int32 getRefCount () const
 
void disposeOnce ()
 
bool isDisposed () const
 

Protected Member Functions

virtual ~VclAbstractDialog () override
 
- Protected Member Functions inherited from VclReferenceBase
 VclReferenceBase ()
 
virtual ~VclReferenceBase ()
 
virtual void dispose ()
 

Detailed Description

Some things multiple-inherit from VclAbstractDialog and OutputDevice, so we need to use virtual inheritance to keep the referencing counting OK.

Definition at line 50 of file abstdlg.hxx.

Constructor & Destructor Documentation

◆ ~VclAbstractDialog()

VclAbstractDialog::~VclAbstractDialog ( )
overrideprotectedvirtual

Definition at line 57 of file abstdlg.cxx.

Member Function Documentation

◆ createScreenshot()

BitmapEx VclAbstractDialog::createScreenshot ( ) const
virtual

Definition at line 77 of file abstdlg.cxx.

◆ Execute()

virtual short VclAbstractDialog::Execute ( )
pure virtual

◆ getAllPageUIXMLDescriptions()

std::vector< OUString > VclAbstractDialog::getAllPageUIXMLDescriptions ( ) const
virtual

Definition at line 65 of file abstdlg.cxx.

◆ GetScreenshotId()

virtual OUString VclAbstractDialog::GetScreenshotId ( ) const
inlinevirtual

Definition at line 83 of file abstdlg.hxx.

◆ selectPageByUIXMLDescription()

bool VclAbstractDialog::selectPageByUIXMLDescription ( const OUString &  rUIXMLDescription)
virtual

Definition at line 71 of file abstdlg.cxx.

◆ StartExecuteAsync() [1/2]

bool VclAbstractDialog::StartExecuteAsync ( AsyncContext )
virtual

Commence execution of a modal dialog.

Definition at line 59 of file abstdlg.cxx.

◆ StartExecuteAsync() [2/2]

bool VclAbstractDialog::StartExecuteAsync ( const std::function< void(sal_Int32)> &  rEndDialogFn)
inline

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