LibreOffice Module vcl (master) 1
|
#include <builderpage.hxx>
Public Member Functions | |
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 | |
weld::DialogController * | m_pDialogController |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
Private Attributes | |
OUString | m_aPageTitle |
Definition at line 15 of file builderpage.hxx.
BuilderPage::BuilderPage | ( | weld::Widget * | pParent, |
weld::DialogController * | pController, | ||
const OUString & | rUIXMLDescription, | ||
const OUString & | rID, | ||
bool | bIsMobile = false |
||
) |
Definition at line 25 of file weldutils.cxx.
References m_xContainer.
|
virtual |
Definition at line 37 of file weldutils.cxx.
|
virtual |
Reimplemented in vcl::OWizardPage.
Definition at line 33 of file weldutils.cxx.
Referenced by vcl::OWizardPage::Activate(), and vcl::WizardMachine::ShowPage().
|
virtual |
Definition at line 35 of file weldutils.cxx.
Referenced by vcl::WizardMachine::Finish(), and vcl::WizardMachine::ShowPage().
|
inline |
Definition at line 37 of file builderpage.hxx.
References m_xContainer.
|
inline |
Definition at line 29 of file builderpage.hxx.
Referenced by vcl::WizardMachine::implUpdateTitle().
|
inline |
Definition at line 36 of file builderpage.hxx.
References m_xContainer.
|
inline |
Definition at line 28 of file builderpage.hxx.
|
private |
Definition at line 45 of file builderpage.hxx.
|
protected |
Definition at line 40 of file builderpage.hxx.
Referenced by vcl::OWizardPage::updateDialogTravelUI().
|
protected |
Definition at line 41 of file builderpage.hxx.
|
protected |
Definition at line 42 of file builderpage.hxx.