LibreOffice Module dbaccess (master) 1
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
dbaui::OWizardPage Class Referenceabstract

#include <WTabPage.hxx>

Inheritance diagram for dbaui::OWizardPage:
[legend]
Collaboration diagram for dbaui::OWizardPage:
[legend]

Public Member Functions

virtual ~OWizardPage () override
 
virtual void Reset ()=0
 
virtual bool LeavePage ()=0
 
virtual OUString GetTitle () const =0
 
bool IsFirstTime () const
 
- 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 Member Functions

 OWizardPage (weld::Container *pPage, OCopyTableWizard *pWizard, const OUString &rUIXMLDescription, const OUString &rID)
 
- Protected Member Functions inherited from vcl::OWizardPage
virtual void Activate () override
 
void updateDialogTravelUI ()
 

Protected Attributes

OCopyTableWizardm_pParent
 
bool m_bFirstTime
 
- 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 28 of file WTabPage.hxx.

Constructor & Destructor Documentation

◆ OWizardPage()

OWizardPage::OWizardPage ( weld::Container pPage,
OCopyTableWizard pWizard,
const OUString &  rUIXMLDescription,
const OUString &  rID 
)
protected

Definition at line 39 of file WColumnSelect.cxx.

◆ ~OWizardPage()

OWizardPage::~OWizardPage ( )
overridevirtual

Reimplemented from vcl::OWizardPage.

Definition at line 46 of file WColumnSelect.cxx.

Member Function Documentation

◆ GetTitle()

virtual OUString dbaui::OWizardPage::GetTitle ( ) const
pure virtual

◆ IsFirstTime()

bool dbaui::OWizardPage::IsFirstTime ( ) const
inline

Definition at line 42 of file WTabPage.hxx.

◆ LeavePage()

virtual bool dbaui::OWizardPage::LeavePage ( )
pure virtual

◆ Reset()

virtual void dbaui::OWizardPage::Reset ( )
pure virtual

Member Data Documentation

◆ m_bFirstTime

bool dbaui::OWizardPage::m_bFirstTime
protected

Definition at line 32 of file WTabPage.hxx.

◆ m_pParent

OCopyTableWizard* dbaui::OWizardPage::m_pParent
protected

Definition at line 31 of file WTabPage.hxx.


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