LibreOffice Module cui (master) 1
|
#include <QrCodeGenDialog.hxx>
Public Member Functions | |
QrCodeGenDialog (weld::Widget *pParent, css::uno::Reference< css::frame::XModel > xModel, bool bEditExisting) | |
virtual short | run () override |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE 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 |
Protected Member Functions | |
void | Apply () |
Private Member Functions | |
void | GetErrorCorrection (tools::Long) |
Private Attributes | |
css::uno::Reference< css::frame::XModel > | m_xModel |
std::unique_ptr< weld::TextView > | m_xEdittext |
std::unique_ptr< weld::RadioButton > | m_xECC [4] |
std::unique_ptr< weld::SpinButton > | m_xSpinBorder |
std::unique_ptr< weld::ComboBox > | m_xComboType |
css::uno::Reference< css::beans::XPropertySet > | m_xExistingShapeProperties |
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)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 20 of file QrCodeGenDialog.hxx.
QrCodeGenDialog::QrCodeGenDialog | ( | weld::Widget * | pParent, |
css::uno::Reference< css::frame::XModel > | xModel, | ||
bool | bEditExisting | ||
) |
Definition at line 171 of file QrCodeGenDialog.cxx.
References GetErrorCorrection(), if(), m_xComboType, m_xEdittext, m_xExistingShapeProperties, m_xModel, m_xModel, m_xSpinBorder, mpParent, and xModel.
|
protected |
Definition at line 253 of file QrCodeGenDialog.cxx.
References Any, createInstance(), comphelper::getProcessComponentContext(), m_xComboType, m_xECC, m_xEdittext, m_xExistingShapeProperties, m_xModel, m_xSpinBorder, comphelper::makePropertyValue(), and SvStream::WriteOString().
Referenced by run().
|
private |
Definition at line 379 of file QrCodeGenDialog.cxx.
References m_xECC.
Referenced by QrCodeGenDialog().
|
overridevirtual |
Reimplemented from weld::DialogController.
Definition at line 222 of file QrCodeGenDialog.cxx.
References Apply(), Application::CreateMessageDialog(), CuiResId(), mpParent, RET_CANCEL, and RET_OK.
|
private |
Definition at line 36 of file QrCodeGenDialog.hxx.
Referenced by Apply(), and QrCodeGenDialog().
|
private |
Definition at line 34 of file QrCodeGenDialog.hxx.
Referenced by Apply(), and GetErrorCorrection().
|
private |
Definition at line 33 of file QrCodeGenDialog.hxx.
Referenced by Apply(), and QrCodeGenDialog().
|
private |
Definition at line 41 of file QrCodeGenDialog.hxx.
Referenced by Apply(), and QrCodeGenDialog().
|
private |
Definition at line 32 of file QrCodeGenDialog.hxx.
Referenced by Apply(), and QrCodeGenDialog().
|
private |
Definition at line 35 of file QrCodeGenDialog.hxx.
Referenced by Apply(), and QrCodeGenDialog().