|
LibreOffice Module dbaccess (master) 1
|
#include <WTabPage.hxx>
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 | |
| OCopyTableWizard * | m_pParent |
| bool | m_bFirstTime |
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 28 of file WTabPage.hxx.
|
protected |
Definition at line 39 of file WColumnSelect.cxx.
|
overridevirtual |
Reimplemented from vcl::OWizardPage.
Definition at line 46 of file WColumnSelect.cxx.
|
pure virtual |
|
inline |
Definition at line 42 of file WTabPage.hxx.
|
pure virtual |
|
pure virtual |
|
protected |
Definition at line 32 of file WTabPage.hxx.
|
protected |
Definition at line 31 of file WTabPage.hxx.