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

#include <abpfinalpage.hxx>

Inheritance diagram for abp::FinalPage:
[legend]
Collaboration diagram for abp::FinalPage:
[legend]

Public Member Functions

 FinalPage (weld::Container *pPage, OAddressBookSourcePilot *pController)
 
virtual ~FinalPage () 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
 
virtual void Activate () override
 
virtual void Deactivate () override
 
virtual bool canAdvance () const override
 
 DECL_LINK (OnEntryNameModified, weld::Entry &, void)
 
 DECL_LINK (OnComboNameModified, weld::ComboBox &, void)
 
 DECL_LINK (OnRegister, weld::Toggleable &, void)
 
 DECL_LINK (OnEmbed, weld::Toggleable &, void)
 
bool isValidName () const
 
void implCheckName ()
 
void setFields ()
 

Private Attributes

std::unique_ptr< SvtURLBoxm_xLocation
 
std::unique_ptr< weld::Buttonm_xBrowse
 
std::unique_ptr< weld::CheckButtonm_xRegisterName
 
std::unique_ptr< weld::CheckButtonm_xEmbed
 
std::unique_ptr< weld::Labelm_xNameLabel
 
std::unique_ptr< weld::Labelm_xLocationLabel
 
std::unique_ptr< weld::Entrym_xName
 
std::unique_ptr< weld::Labelm_xDuplicateNameError
 
std::unique_ptr< svx::DatabaseLocationInputControllerm_xLocationController
 
StringBag m_aInvalidDataSourceNames
 

Additional Inherited Members

- Protected Member Functions inherited from abp::AddressBookSourcePage
 AddressBookSourcePage (weld::Container *pPage, OAddressBookSourcePilot *pController, const OUString &rUIXMLDescription, const OUString &rID)
 
OAddressBookSourcePilotgetDialog ()
 
const OAddressBookSourcePilotgetDialog () const
 
const css::uno::Reference< css::uno::XComponentContext > & getORB () const
 
AddressSettingsgetSettings ()
 
const AddressSettingsgetSettings () const
 
virtual void Activate () override
 
virtual void Deactivate () override
 
- Protected Member Functions inherited from vcl::OWizardPage
virtual void Activate () override
 
void updateDialogTravelUI ()
 
- 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 31 of file abpfinalpage.hxx.

Constructor & Destructor Documentation

◆ FinalPage()

abp::FinalPage::FinalPage ( weld::Container pPage,
OAddressBookSourcePilot pController 
)
explicit

◆ ~FinalPage()

abp::FinalPage::~FinalPage ( )
overridevirtual

Definition at line 71 of file abpfinalpage.cxx.

References m_xLocationController.

Member Function Documentation

◆ Activate()

void abp::FinalPage::Activate ( )
overrideprivatevirtual

◆ canAdvance()

bool abp::FinalPage::canAdvance ( ) const
overrideprivatevirtual

Reimplemented from vcl::OWizardPage.

Definition at line 180 of file abpfinalpage.cxx.

◆ commitPage()

bool abp::FinalPage::commitPage ( ::vcl::WizardTypes::CommitPageReason  _eReason)
overrideprivatevirtual

◆ Deactivate()

void abp::FinalPage::Deactivate ( )
overrideprivatevirtual

◆ DECL_LINK() [1/4]

abp::FinalPage::DECL_LINK ( OnComboNameModified  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [2/4]

abp::FinalPage::DECL_LINK ( OnEmbed  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [3/4]

abp::FinalPage::DECL_LINK ( OnEntryNameModified  ,
weld::Entry ,
void   
)
private

◆ DECL_LINK() [4/4]

abp::FinalPage::DECL_LINK ( OnRegister  ,
weld::Toggleable ,
void   
)
private

◆ implCheckName()

void abp::FinalPage::implCheckName ( )
private

◆ initializePage()

void abp::FinalPage::initializePage ( )
overrideprivatevirtual

Reimplemented from vcl::OWizardPage.

Definition at line 125 of file abpfinalpage.cxx.

References vcl::OWizardPage::initializePage(), and setFields().

◆ isValidName()

bool abp::FinalPage::isValidName ( ) const
private

Definition at line 76 of file abpfinalpage.cxx.

References m_aInvalidDataSourceNames, and m_xName.

Referenced by implCheckName().

◆ setFields()

void abp::FinalPage::setFields ( )
private

Member Data Documentation

◆ m_aInvalidDataSourceNames

StringBag abp::FinalPage::m_aInvalidDataSourceNames
private

Definition at line 45 of file abpfinalpage.hxx.

Referenced by Activate(), and isValidName().

◆ m_xBrowse

std::unique_ptr<weld::Button> abp::FinalPage::m_xBrowse
private

Definition at line 34 of file abpfinalpage.hxx.

Referenced by FinalPage().

◆ m_xDuplicateNameError

std::unique_ptr<weld::Label> abp::FinalPage::m_xDuplicateNameError
private

Definition at line 40 of file abpfinalpage.hxx.

Referenced by implCheckName().

◆ m_xEmbed

std::unique_ptr<weld::CheckButton> abp::FinalPage::m_xEmbed
private

Definition at line 36 of file abpfinalpage.hxx.

Referenced by Activate(), commitPage(), and FinalPage().

◆ m_xLocation

std::unique_ptr<SvtURLBox> abp::FinalPage::m_xLocation
private

Definition at line 33 of file abpfinalpage.hxx.

Referenced by Activate(), FinalPage(), and implCheckName().

◆ m_xLocationController

std::unique_ptr<svx::DatabaseLocationInputController> abp::FinalPage::m_xLocationController
private

Definition at line 43 of file abpfinalpage.hxx.

Referenced by commitPage(), FinalPage(), setFields(), and ~FinalPage().

◆ m_xLocationLabel

std::unique_ptr<weld::Label> abp::FinalPage::m_xLocationLabel
private

Definition at line 38 of file abpfinalpage.hxx.

◆ m_xName

std::unique_ptr<weld::Entry> abp::FinalPage::m_xName
private

Definition at line 39 of file abpfinalpage.hxx.

Referenced by commitPage(), FinalPage(), implCheckName(), isValidName(), and setFields().

◆ m_xNameLabel

std::unique_ptr<weld::Label> abp::FinalPage::m_xNameLabel
private

Definition at line 37 of file abpfinalpage.hxx.

◆ m_xRegisterName

std::unique_ptr<weld::CheckButton> abp::FinalPage::m_xRegisterName
private

Definition at line 35 of file abpfinalpage.hxx.

Referenced by commitPage(), FinalPage(), implCheckName(), and setFields().


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