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>
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.
◆ ~VclAbstractDialog()
VclAbstractDialog::~VclAbstractDialog |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ createScreenshot()
BitmapEx VclAbstractDialog::createScreenshot |
( |
| ) |
const |
|
virtual |
◆ Execute()
virtual short VclAbstractDialog::Execute |
( |
| ) |
|
|
pure virtual |
◆ getAllPageUIXMLDescriptions()
std::vector< OUString > VclAbstractDialog::getAllPageUIXMLDescriptions |
( |
| ) |
const |
|
virtual |
◆ GetScreenshotId()
virtual OUString VclAbstractDialog::GetScreenshotId |
( |
| ) |
const |
|
inlinevirtual |
◆ selectPageByUIXMLDescription()
bool VclAbstractDialog::selectPageByUIXMLDescription |
( |
const OUString & |
rUIXMLDescription | ) |
|
|
virtual |
◆ 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: