LibreOffice Module dbaccess (master) 1
|
#include <sqlmessage.hxx>
Public Member Functions | |
OSQLWarningBox (weld::Window *pParent, const OUString &_rMessage, MessBoxStyle _nStyle=MessBoxStyle::Ok|MessBoxStyle::DefaultOk, const ::dbtools::SQLExceptionInfo *_pAdditionalErrorInfo=nullptr) | |
Public Member Functions inherited from dbaui::OSQLMessageBox | |
OSQLMessageBox (weld::Window *pParent, const dbtools::SQLExceptionInfo &_rException, MessBoxStyle _nStyle=MessBoxStyle::Ok|MessBoxStyle::DefaultOk, OUString _sHelpURL=OUString()) | |
display an SQLException with auto-recognizing a main and a detailed message More... | |
OSQLMessageBox (weld::Window *pParent, const OUString &rTitle, const OUString &rMessage, MessBoxStyle nStyle=MessBoxStyle::Ok|MessBoxStyle::DefaultOk, MessageType _eType=Info, const ::dbtools::SQLExceptionInfo *_pAdditionalErrorInfo=nullptr) | |
display a database related error message More... | |
void | set_title (const OUString &rTitle) |
void | add_button (const OUString &rText, int nResponse, const OUString &rHelpId={}) |
void | set_default_response (int nResponse) |
virtual | ~OSQLMessageBox () override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Definition at line 126 of file sqlmessage.hxx.
dbaui::OSQLWarningBox::OSQLWarningBox | ( | weld::Window * | pParent, |
const OUString & | _rMessage, | ||
MessBoxStyle | _nStyle = MessBoxStyle::Ok | MessBoxStyle::DefaultOk , |
||
const ::dbtools::SQLExceptionInfo * | _pAdditionalErrorInfo = nullptr |
||
) |
Definition at line 590 of file sqlmessage.cxx.