LibreOffice Module extensions (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
dbp::ODefaultFieldSelectionPage Class Referencefinal

#include <groupboxwiz.hxx>

Inheritance diagram for dbp::ODefaultFieldSelectionPage:
[legend]
Collaboration diagram for dbp::ODefaultFieldSelectionPage:
[legend]

Public Member Functions

 ODefaultFieldSelectionPage (weld::Container *pPage, OControlWizard *pWizard)
 
virtual ~ODefaultFieldSelectionPage () override
 
- Public Member Functions inherited from dbp::OMaybeListSelectionPage
 OMaybeListSelectionPage (weld::Container *pPage, OControlWizard *pWizard, const OUString &rUIXMLDescription, const OUString &rID)
 
virtual ~OMaybeListSelectionPage () override
 
- Public Member Functions inherited from dbp::OControlWizardPage
 OControlWizardPage (weld::Container *pPage, OControlWizard *pWizard, const OUString &rUIXMLDescription, const OUString &rID)
 
virtual ~OControlWizardPage () override
 
- Public Member Functions inherited from vcl::OWizardPage
 OWizardPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID)
 
virtual ~OWizardPage () override
 
virtual void initializePage () override
 
virtual bool commitPage (WizardTypes::CommitPageReason _eReason) override
 
virtual bool canAdvance () const override
 
- Public Member Functions inherited from BuilderPage
 BuilderPage (weld::Widget *pParent, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, bool bIsMobile=false)
 
virtual ~BuilderPage () COVERITY_NOEXCEPT_FALSE
 
void SetPageTitle (const OUString &rPageTitle)
 
const OUString & GetPageTitle () const
 
virtual void Activate ()
 
virtual void Deactivate ()
 
void SetHelpId (const OUString &rHelpId)
 
OUString GetHelpId () const
 

Private Member Functions

virtual void initializePage () override
 
virtual bool commitPage (::vcl::WizardTypes::CommitPageReason _eReason) override
 
OOptionGroupSettingsgetSettings ()
 

Private Attributes

std::unique_ptr< weld::RadioButtonm_xDefSelYes
 
std::unique_ptr< weld::RadioButtonm_xDefSelNo
 
std::unique_ptr< weld::ComboBoxm_xDefSelection
 

Additional Inherited Members

- Protected Member Functions inherited from dbp::OMaybeListSelectionPage
 DECL_LINK (OnRadioSelected, weld::Toggleable &, void)
 
void Activate () override
 
void announceControls (weld::RadioButton &_rYesButton, weld::RadioButton &_rNoButton, weld::ComboBox &_rSelection)
 
void implEnableWindows ()
 
void implInitialize (const OUString &_rSelection)
 
void implCommit (OUString &_rSelection)
 
- Protected Member Functions inherited from dbp::OControlWizardPage
OControlWizardgetDialog ()
 
const OControlWizardgetDialog () const
 
const OControlWizardContextgetContext () const
 
bool updateContext ()
 
void setFormConnection (const css::uno::Reference< css::sdbc::XConnection > &_rxConn, bool _bAutoDispose=true)
 
css::uno::Reference< css::sdbc::XConnection > getFormConnection () const
 
void enableFormDatasourceDisplay ()
 
virtual void initializePage () override
 
- Protected Member Functions inherited from vcl::OWizardPage
virtual void Activate () override
 
void updateDialogTravelUI ()
 
- Static Protected Member Functions inherited from dbp::OControlWizardPage
static void fillListBox (weld::TreeView &_rList, const css::uno::Sequence< OUString > &_rItems)
 
static void fillListBox (weld::ComboBox &_rList, const css::uno::Sequence< OUString > &_rItems)
 
- Protected Attributes inherited from BuilderPage
weld::DialogControllerm_pDialogController
 
std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Containerm_xContainer
 

Detailed Description

Definition at line 104 of file groupboxwiz.hxx.

Constructor & Destructor Documentation

◆ ODefaultFieldSelectionPage()

dbp::ODefaultFieldSelectionPage::ODefaultFieldSelectionPage ( weld::Container pPage,
OControlWizard pWizard 
)
explicit

◆ ~ODefaultFieldSelectionPage()

dbp::ODefaultFieldSelectionPage::~ODefaultFieldSelectionPage ( )
overridevirtual

Definition at line 310 of file groupboxwiz.cxx.

Member Function Documentation

◆ commitPage()

bool dbp::ODefaultFieldSelectionPage::commitPage ( ::vcl::WizardTypes::CommitPageReason  _eReason)
overrideprivatevirtual

◆ getSettings()

OOptionGroupSettings & dbp::ODefaultFieldSelectionPage::getSettings ( )
inlineprivate

Definition at line 119 of file groupboxwiz.hxx.

References dbp::OControlWizardPage::getDialog(), and getSettings().

Referenced by commitPage(), getSettings(), and initializePage().

◆ initializePage()

void dbp::ODefaultFieldSelectionPage::initializePage ( )
overrideprivatevirtual

Member Data Documentation

◆ m_xDefSelection

std::unique_ptr<weld::ComboBox> dbp::ODefaultFieldSelectionPage::m_xDefSelection
private

Definition at line 108 of file groupboxwiz.hxx.

Referenced by initializePage(), and ODefaultFieldSelectionPage().

◆ m_xDefSelNo

std::unique_ptr<weld::RadioButton> dbp::ODefaultFieldSelectionPage::m_xDefSelNo
private

Definition at line 107 of file groupboxwiz.hxx.

Referenced by ODefaultFieldSelectionPage().

◆ m_xDefSelYes

std::unique_ptr<weld::RadioButton> dbp::ODefaultFieldSelectionPage::m_xDefSelYes
private

Definition at line 106 of file groupboxwiz.hxx.

Referenced by ODefaultFieldSelectionPage().


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