|
LibreOffice Module cui (master) 1
|
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< IconChoicePage > | xPage |
| the TabPage itself More... | |
| bool | bRefresh |
| Flag: page has to be newly initialized. More... | |
Data-structure for pages in dialog.
Definition at line 68 of file iconcdlg.hxx.
|
inline |
Definition at line 75 of file iconcdlg.hxx.
| bool IconChoicePageData::bRefresh |
Flag: page has to be newly initialized.
Definition at line 72 of file iconcdlg.hxx.
| OUString IconChoicePageData::sId |
Definition at line 70 of file iconcdlg.hxx.
| std::unique_ptr<IconChoicePage> IconChoicePageData::xPage |
the TabPage itself
Definition at line 71 of file iconcdlg.hxx.
Referenced by SvxHpLinkDlg::GetTabPage(), and SvxHpLinkDlg::ShowPage().