LibreOffice Module cui (master) 1
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
QrCodeGenDialog Class Reference

#include <QrCodeGenDialog.hxx>

Inheritance diagram for QrCodeGenDialog:
[legend]
Collaboration diagram for QrCodeGenDialog:
[legend]

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 DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () 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::TextViewm_xEdittext
 
std::unique_ptr< weld::RadioButtonm_xECC [4]
 
std::unique_ptr< weld::SpinButtonm_xSpinBorder
 
std::unique_ptr< weld::ComboBoxm_xComboType
 
css::uno::Reference< css::beans::XPropertySetm_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::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 20 of file QrCodeGenDialog.hxx.

Constructor & Destructor Documentation

◆ QrCodeGenDialog()

QrCodeGenDialog::QrCodeGenDialog ( weld::Widget pParent,
css::uno::Reference< css::frame::XModel >  xModel,
bool  bEditExisting 
)

Member Function Documentation

◆ Apply()

void QrCodeGenDialog::Apply ( )
protected

◆ GetErrorCorrection()

void QrCodeGenDialog::GetErrorCorrection ( tools::Long  ErrorCorrection)
private

Definition at line 379 of file QrCodeGenDialog.cxx.

References m_xECC.

Referenced by QrCodeGenDialog().

◆ run()

short QrCodeGenDialog::run ( )
overridevirtual

Member Data Documentation

◆ m_xComboType

std::unique_ptr<weld::ComboBox> QrCodeGenDialog::m_xComboType
private

Definition at line 36 of file QrCodeGenDialog.hxx.

Referenced by Apply(), and QrCodeGenDialog().

◆ m_xECC

std::unique_ptr<weld::RadioButton> QrCodeGenDialog::m_xECC[4]
private

Definition at line 34 of file QrCodeGenDialog.hxx.

Referenced by Apply(), and GetErrorCorrection().

◆ m_xEdittext

std::unique_ptr<weld::TextView> QrCodeGenDialog::m_xEdittext
private

Definition at line 33 of file QrCodeGenDialog.hxx.

Referenced by Apply(), and QrCodeGenDialog().

◆ m_xExistingShapeProperties

css::uno::Reference<css::beans::XPropertySet> QrCodeGenDialog::m_xExistingShapeProperties
private

Definition at line 41 of file QrCodeGenDialog.hxx.

Referenced by Apply(), and QrCodeGenDialog().

◆ m_xModel

css::uno::Reference<css::frame::XModel> QrCodeGenDialog::m_xModel
private

Definition at line 32 of file QrCodeGenDialog.hxx.

Referenced by Apply(), and QrCodeGenDialog().

◆ m_xSpinBorder

std::unique_ptr<weld::SpinButton> QrCodeGenDialog::m_xSpinBorder
private

Definition at line 35 of file QrCodeGenDialog.hxx.

Referenced by Apply(), and QrCodeGenDialog().


The documentation for this class was generated from the following files: