LibreOffice Module cui (master) 1
Public Member Functions | Public Attributes | List of all members
IconChoicePageData Struct Reference

Data-structure for pages in dialog. More...

#include <iconcdlg.hxx>

Public Member Functions

 IconChoicePageData (OUString aId, std::unique_ptr< IconChoicePage > xInPage)
 

Public Attributes

OUString sId
 
std::unique_ptr< IconChoicePagexPage
 the TabPage itself More...
 
bool bRefresh
 Flag: page has to be newly initialized. More...
 

Detailed Description

Data-structure for pages in dialog.

Definition at line 68 of file iconcdlg.hxx.

Constructor & Destructor Documentation

◆ IconChoicePageData()

IconChoicePageData::IconChoicePageData ( OUString  aId,
std::unique_ptr< IconChoicePage xInPage 
)
inline

Definition at line 75 of file iconcdlg.hxx.

Member Data Documentation

◆ bRefresh

bool IconChoicePageData::bRefresh

Flag: page has to be newly initialized.

Definition at line 72 of file iconcdlg.hxx.

◆ sId

OUString IconChoicePageData::sId

Definition at line 70 of file iconcdlg.hxx.

◆ xPage

std::unique_ptr<IconChoicePage> IconChoicePageData::xPage

the TabPage itself

Definition at line 71 of file iconcdlg.hxx.

Referenced by SvxHpLinkDlg::GetTabPage(), and SvxHpLinkDlg::ShowPage().


The documentation for this struct was generated from the following file: