LibreOffice Module vcl (master) 1
|
#include <errinf.hxx>
Public Member Functions | |
ErrorContext (weld::Window *pWin) | |
virtual | ~ErrorContext () |
virtual bool | GetString (ErrCode nErrId, OUString &rCtxStr)=0 |
weld::Window * | GetParent () |
Static Public Member Functions | |
static ErrorContext * | GetContext () |
Private Attributes | |
std::unique_ptr< ImplErrorContext > | pImpl |
Friends | |
class | ErrorHandler |
Definition at line 210 of file errinf.hxx.
ErrorContext::ErrorContext | ( | weld::Window * | pWin | ) |
Definition at line 211 of file errinf.cxx.
References pImpl.
|
virtual |
Definition at line 218 of file errinf.cxx.
|
static |
Definition at line 224 of file errinf.cxx.
weld::Window * ErrorContext::GetParent | ( | ) |
Definition at line 229 of file errinf.cxx.
References pImpl.
Referenced by ErrorHandler::HandleError().
|
pure virtual |
|
friend |
Definition at line 212 of file errinf.hxx.
|
private |
Definition at line 224 of file errinf.hxx.
Referenced by ErrorContext(), and GetParent().