LibreOffice Module vcl (master) 1
|
#include <abstdlg.hxx>
Public Member Functions | |
bool | isSet () const |
Public Attributes | |
VclPtr< VclReferenceBase > | mxOwner |
std::shared_ptr< weld::DialogController > | mxOwnerDialogController |
std::shared_ptr< weld::Dialog > | mxOwnerSelf |
std::function< void(sal_Int32)> | maEndDialogFn |
Definition at line 57 of file abstdlg.hxx.
|
inline |
Definition at line 65 of file abstdlg.hxx.
std::function<void(sal_Int32)> VclAbstractDialog::AsyncContext::maEndDialogFn |
Definition at line 64 of file abstdlg.hxx.
Referenced by SalInstanceDialog::runAsync(), JSTreeView::select(), and VclAbstractDialog::StartExecuteAsync().
VclPtr<VclReferenceBase> VclAbstractDialog::AsyncContext::mxOwner |
Definition at line 59 of file abstdlg.hxx.
Referenced by VclAbstractDialog::StartExecuteAsync(), and Dialog::StartExecuteAsync().
std::shared_ptr<weld::DialogController> VclAbstractDialog::AsyncContext::mxOwnerDialogController |
Definition at line 61 of file abstdlg.hxx.
Referenced by SalInstanceDialog::runAsync(), and Dialog::StartExecuteAsync().
std::shared_ptr<weld::Dialog> VclAbstractDialog::AsyncContext::mxOwnerSelf |
Definition at line 63 of file abstdlg.hxx.
Referenced by JSTreeView::select(), and Dialog::StartExecuteAsync().