LibreOffice Module extensions (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
dbp::ORadioSelectionPage Class Referencefinal

#include <groupboxwiz.hxx>

Inheritance diagram for dbp::ORadioSelectionPage:
[legend]
Collaboration diagram for dbp::ORadioSelectionPage:
[legend]

Public Member Functions

 ORadioSelectionPage (weld::Container *pPage, OControlWizard *pWizard)
 
virtual ~ORadioSelectionPage () override
 
- Public Member Functions inherited from dbp::OGBWPage
 OGBWPage (weld::Container *pPage, OControlWizard *pWizard, const OUString &rUIXMLDescription, const OUString &rID)
 
- Public Member Functions inherited from dbp::OControlWizardPage
 OControlWizardPage (weld::Container *pPage, OControlWizard *pWizard, const OUString &rUIXMLDescription, const OUString &rID)
 
virtual ~OControlWizardPage () override
 
- 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
 

Private Member Functions

void Activate () override
 
virtual void initializePage () override
 
virtual bool commitPage (::vcl::WizardTypes::CommitPageReason _eReason) override
 
virtual bool canAdvance () const override
 
 DECL_LINK (OnMoveEntry, weld::Button &, void)
 
 DECL_LINK (OnEntrySelected, weld::TreeView &, void)
 
 DECL_LINK (OnNameModified, weld::Entry &, void)
 
void implCheckMoveButtons ()
 

Private Attributes

std::unique_ptr< weld::Entrym_xRadioName
 
std::unique_ptr< weld::Buttonm_xMoveRight
 
std::unique_ptr< weld::Buttonm_xMoveLeft
 
std::unique_ptr< weld::TreeViewm_xExistingRadios
 

Additional Inherited Members

- Protected Member Functions inherited from dbp::OGBWPage
OOptionGroupSettingsgetSettings ()
 
- Protected Member Functions inherited from dbp::OControlWizardPage
OControlWizardgetDialog ()
 
const OControlWizardgetDialog () const
 
const OControlWizardContextgetContext () const
 
bool updateContext ()
 
void setFormConnection (const css::uno::Reference< css::sdbc::XConnection > &_rxConn, bool _bAutoDispose=true)
 
css::uno::Reference< css::sdbc::XConnection > getFormConnection () const
 
void enableFormDatasourceDisplay ()
 
virtual void initializePage () override
 
- Protected Member Functions inherited from vcl::OWizardPage
virtual void Activate () override
 
void updateDialogTravelUI ()
 
- Static Protected Member Functions inherited from dbp::OControlWizardPage
static void fillListBox (weld::TreeView &_rList, const css::uno::Sequence< OUString > &_rItems)
 
static void fillListBox (weld::ComboBox &_rList, const css::uno::Sequence< OUString > &_rItems)
 
- 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 77 of file groupboxwiz.hxx.

Constructor & Destructor Documentation

◆ ORadioSelectionPage()

dbp::ORadioSelectionPage::ORadioSelectionPage ( weld::Container pPage,
OControlWizard pWizard 
)
explicit

◆ ~ORadioSelectionPage()

dbp::ORadioSelectionPage::~ORadioSelectionPage ( )
overridevirtual

Definition at line 192 of file groupboxwiz.cxx.

Member Function Documentation

◆ Activate()

void dbp::ORadioSelectionPage::Activate ( )
overrideprivatevirtual

Reimplemented from vcl::OWizardPage.

Definition at line 196 of file groupboxwiz.cxx.

References vcl::OWizardPage::Activate(), and m_xRadioName.

◆ canAdvance()

bool dbp::ORadioSelectionPage::canAdvance ( ) const
overrideprivatevirtual

Reimplemented from vcl::OWizardPage.

Definition at line 269 of file groupboxwiz.cxx.

References m_xExistingRadios.

◆ commitPage()

bool dbp::ORadioSelectionPage::commitPage ( ::vcl::WizardTypes::CommitPageReason  _eReason)
overrideprivatevirtual

◆ DECL_LINK() [1/3]

dbp::ORadioSelectionPage::DECL_LINK ( OnEntrySelected  ,
weld::TreeView ,
void   
)
private

◆ DECL_LINK() [2/3]

dbp::ORadioSelectionPage::DECL_LINK ( OnMoveEntry  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [3/3]

dbp::ORadioSelectionPage::DECL_LINK ( OnNameModified  ,
weld::Entry ,
void   
)
private

◆ implCheckMoveButtons()

void dbp::ORadioSelectionPage::implCheckMoveButtons ( )
private

◆ initializePage()

void dbp::ORadioSelectionPage::initializePage ( )
overrideprivatevirtual

Member Data Documentation

◆ m_xExistingRadios

std::unique_ptr<weld::TreeView> dbp::ORadioSelectionPage::m_xExistingRadios
private

Definition at line 82 of file groupboxwiz.hxx.

Referenced by canAdvance(), commitPage(), implCheckMoveButtons(), and ORadioSelectionPage().

◆ m_xMoveLeft

std::unique_ptr<weld::Button> dbp::ORadioSelectionPage::m_xMoveLeft
private

Definition at line 81 of file groupboxwiz.hxx.

Referenced by implCheckMoveButtons(), and ORadioSelectionPage().

◆ m_xMoveRight

std::unique_ptr<weld::Button> dbp::ORadioSelectionPage::m_xMoveRight
private

Definition at line 80 of file groupboxwiz.hxx.

Referenced by implCheckMoveButtons(), and ORadioSelectionPage().

◆ m_xRadioName

std::unique_ptr<weld::Entry> dbp::ORadioSelectionPage::m_xRadioName
private

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