LibreOffice Module vcl (master) 1
|
#include <wizardmachine.hxx>
Public Member Functions | |
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 Member Functions | |
virtual void | Activate () override |
void | updateDialogTravelUI () |
updates the travel-related UI elements of the OWizardMachine we live in (if any) More... | |
Additional Inherited Members | |
Protected Attributes inherited from BuilderPage | |
weld::DialogController * | m_pDialogController |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
Definition at line 79 of file wizardmachine.hxx.
vcl::OWizardPage::OWizardPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const OUString & | rUIXMLDescription, | ||
const OUString & | rID | ||
) |
Definition at line 42 of file wizardmachine.cxx.
|
overridevirtual |
Definition at line 47 of file wizardmachine.cxx.
|
overrideprotectedvirtual |
Reimplemented from BuilderPage.
Definition at line 55 of file wizardmachine.cxx.
References BuilderPage::Activate(), and updateDialogTravelUI().
|
overridevirtual |
Definition at line 68 of file wizardmachine.cxx.
|
overridevirtual |
Definition at line 73 of file wizardmachine.cxx.
|
overridevirtual |
Definition at line 51 of file wizardmachine.cxx.
|
protected |
updates the travel-related UI elements of the OWizardMachine we live in (if any)
If the parent of the tab page is an OWizardMachine, then updateTravelUI at this instance is called. Otherwise, nothing happens.
Definition at line 61 of file wizardmachine.cxx.
References BuilderPage::m_pDialogController, and vcl::RoadmapWizardMachine::updateTravelUI().
Referenced by Activate().