LibreOffice Module sdext (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
IntroPage Class Reference

#include <optimizerdialog.hxx>

Inheritance diagram for IntroPage:
[legend]
Collaboration diagram for IntroPage:
[legend]

Public Member Functions

 IntroPage (weld::Container *pPage, OptimizerDialog &rOptimizerDialog)
 
void UpdateControlStates (const std::vector< OUString > &rItemList, int nSelectedItem, bool bRemoveButtonEnabled)
 
OUString Get_TK_Name () 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
 

Private Member Functions

 DECL_LINK (ComboBoxActionPerformed, weld::ComboBox &, void)
 
 DECL_LINK (ButtonActionPerformed, weld::Button &, void)
 

Private Attributes

OptimizerDialogmrOptimizerDialog
 
std::unique_ptr< weld::ComboBoxmxComboBox
 
std::unique_ptr< weld::ButtonmxButton
 

Additional Inherited Members

- Protected Member Functions inherited from vcl::OWizardPage
virtual void Activate () override
 
void updateDialogTravelUI ()
 
- 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 50 of file optimizerdialog.hxx.

Constructor & Destructor Documentation

◆ IntroPage()

IntroPage::IntroPage ( weld::Container pPage,
OptimizerDialog rOptimizerDialog 
)

Definition at line 58 of file optimizerdialog.cxx.

References LINK, mxButton, mxComboBox, and OptimizerDialog::SetIntroPage().

Member Function Documentation

◆ DECL_LINK() [1/2]

IntroPage::DECL_LINK ( ButtonActionPerformed  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/2]

IntroPage::DECL_LINK ( ComboBoxActionPerformed  ,
weld::ComboBox ,
void   
)
private

◆ Get_TK_Name()

OUString IntroPage::Get_TK_Name ( ) const
inline

Definition at line 63 of file optimizerdialog.hxx.

References mxComboBox.

Referenced by OptimizerDialog::UpdateConfiguration().

◆ UpdateControlStates()

void IntroPage::UpdateControlStates ( const std::vector< OUString > &  rItemList,
int  nSelectedItem,
bool  bRemoveButtonEnabled 
)

Definition at line 69 of file optimizerdialog.cxx.

References a, mxButton, and mxComboBox.

Referenced by OptimizerDialog::UpdateControlStatesPage0().

Member Data Documentation

◆ mrOptimizerDialog

OptimizerDialog& IntroPage::mrOptimizerDialog
private

Definition at line 53 of file optimizerdialog.hxx.

◆ mxButton

std::unique_ptr<weld::Button> IntroPage::mxButton
private

Definition at line 55 of file optimizerdialog.hxx.

Referenced by IntroPage(), and UpdateControlStates().

◆ mxComboBox

std::unique_ptr<weld::ComboBox> IntroPage::mxComboBox
private

Definition at line 54 of file optimizerdialog.hxx.

Referenced by Get_TK_Name(), IntroPage(), and UpdateControlStates().


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