LibreOffice Module extensions (master) 1
|
the base class for all tab pages in the address book source wizard More...
#include <abspage.hxx>
Protected Member Functions | |
AddressBookSourcePage (weld::Container *pPage, OAddressBookSourcePilot *pController, const OUString &rUIXMLDescription, const OUString &rID) | |
OAddressBookSourcePilot * | getDialog () |
const OAddressBookSourcePilot * | getDialog () const |
const css::uno::Reference< css::uno::XComponentContext > & | getORB () const |
AddressSettings & | getSettings () |
const AddressSettings & | getSettings () const |
virtual void | Activate () override |
virtual void | Deactivate () override |
Protected Member Functions inherited from vcl::OWizardPage | |
virtual void | Activate () override |
void | updateDialogTravelUI () |
Private Attributes | |
OAddressBookSourcePilot * | m_pDialog |
Additional Inherited Members | |
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 |
Protected Attributes inherited from BuilderPage | |
weld::DialogController * | m_pDialogController |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
the base class for all tab pages in the address book source wizard
Definition at line 35 of file abspage.hxx.
|
protected |
Definition at line 28 of file abspage.cxx.
|
overrideprotectedvirtual |
Reimplemented from vcl::OWizardPage.
Reimplemented in abp::FinalPage, abp::AdminDialogInvokationPage, abp::FieldMappingPage, abp::TableSelectionPage, and abp::TypeSelectionPage.
Definition at line 34 of file abspage.cxx.
References vcl::OWizardPage::Activate(), m_pDialog, and vcl::RoadmapWizardMachine::updateTravelUI().
Referenced by abp::FinalPage::Activate(), abp::AdminDialogInvokationPage::Activate(), abp::FieldMappingPage::Activate(), abp::TableSelectionPage::Activate(), and abp::TypeSelectionPage::Activate().
|
overrideprotectedvirtual |
Reimplemented from BuilderPage.
Reimplemented in abp::FinalPage, and abp::TypeSelectionPage.
Definition at line 40 of file abspage.cxx.
References BuilderPage::Deactivate(), vcl::WizardMachine::enableButtons(), and m_pDialog.
Referenced by abp::FinalPage::Deactivate(), and abp::TypeSelectionPage::Deactivate().
|
protected |
Definition at line 46 of file abspage.cxx.
References m_pDialog.
Referenced by abp::FinalPage::Activate(), abp::TypeSelectionPage::Activate(), abp::AdminDialogInvokationPage::canAdvance(), abp::FinalPage::Deactivate(), abp::TypeSelectionPage::Deactivate(), abp::FinalPage::implCheckName(), abp::AdminDialogInvokationPage::implTryConnect(), abp::AdminDialogInvokationPage::implUpdateErrorMessage(), and abp::TableSelectionPage::initializePage().
|
protected |
Definition at line 51 of file abspage.cxx.
References m_pDialog.
|
protected |
Definition at line 66 of file abspage.cxx.
References abp::OAddressBookSourcePilot::getORB(), and m_pDialog.
Referenced by abp::FinalPage::Activate().
|
protected |
Definition at line 56 of file abspage.cxx.
References abp::OAddressBookSourcePilot::getSettings(), and m_pDialog.
Referenced by abp::FinalPage::commitPage(), abp::TableSelectionPage::commitPage(), abp::TypeSelectionPage::commitPage(), abp::FieldMappingPage::implUpdateHint(), abp::TableSelectionPage::initializePage(), abp::TypeSelectionPage::initializePage(), and abp::FinalPage::setFields().
|
protected |
Definition at line 61 of file abspage.cxx.
References abp::OAddressBookSourcePilot::getSettings(), and m_pDialog.
|
private |
Definition at line 37 of file abspage.hxx.
Referenced by Activate(), Deactivate(), getDialog(), getORB(), and getSettings().