LibreOffice Module cui (master) 1
Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
AboutDialog Class Reference

#include <about.hxx>

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

Public Member Functions

 AboutDialog (weld::Window *pParent)
 
virtual ~AboutDialog () override
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () const
 
virtual short run ()
 
void set_title (const OUString &rTitle)
 
OUString get_title () const
 
void set_help_id (const OUString &rHelpId)
 
OUString get_help_id () const
 
void response (int nResponse)
 
virtual ~DialogController () COVERITY_NOEXCEPT_FALSE
 

Private Member Functions

 DECL_LINK (HandleClick, weld::Button &, void)
 

Static Private Member Functions

static OUString GetVersionString ()
 
static OUString GetBuildString ()
 
static OUString GetLocaleString (bool bLocalized=true)
 
static OUString GetMiscString ()
 
static OUString GetCopyrightString ()
 
static bool IsStringValidGitHash (std::u16string_view hash)
 

Private Attributes

std::unique_ptr< weld::LinkButtonm_pCreditsButton
 
std::unique_ptr< weld::LinkButtonm_pWebsiteButton
 
std::unique_ptr< weld::LinkButtonm_pReleaseNotesButton
 
std::unique_ptr< weld::Buttonm_pCloseButton
 
std::unique_ptr< weld::Buttonm_pCopyButton
 
std::unique_ptr< weld::Imagem_pBrandImage
 
std::unique_ptr< weld::Imagem_pAboutImage
 
std::unique_ptr< weld::Labelm_pVersionLabel
 
std::unique_ptr< weld::Labelm_pBuildCaption
 
std::unique_ptr< weld::LinkButtonm_pBuildLabel
 
std::unique_ptr< weld::Labelm_pEnvLabel
 
std::unique_ptr< weld::Labelm_pUILabel
 
std::unique_ptr< weld::Labelm_pLocaleLabel
 
std::unique_ptr< weld::Labelm_pMiscLabel
 
std::unique_ptr< weld::Labelm_pCopyrightLabel
 

Additional Inherited Members

- Static Public Member Functions inherited from weld::DialogController
static bool runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 23 of file about.hxx.

Constructor & Destructor Documentation

◆ AboutDialog()

AboutDialog::AboutDialog ( weld::Window pParent)

◆ ~AboutDialog()

AboutDialog::~AboutDialog ( )
overridevirtual

Definition at line 142 of file about.cxx.

Member Function Documentation

◆ DECL_LINK()

AboutDialog::DECL_LINK ( HandleClick  ,
weld::Button ,
void   
)
private

◆ GetBuildString()

OUString AboutDialog::GetBuildString ( )
staticprivate

Definition at line 162 of file about.cxx.

References utl::Bootstrap::getBuildIdData(), and SAL_WARN_IF.

Referenced by AboutDialog().

◆ GetCopyrightString()

OUString AboutDialog::GetCopyrightString ( )
staticprivate

Definition at line 245 of file about.cxx.

References CuiResId(), and utl::ConfigManager::getProductName().

Referenced by AboutDialog().

◆ GetLocaleString()

OUString AboutDialog::GetLocaleString ( bool  bLocalized = true)
staticprivate

◆ GetMiscString()

OUString AboutDialog::GetMiscString ( )
staticprivate

Definition at line 207 of file about.cxx.

References openclwrapper::GPUEnv::isOpenCLEnabled().

Referenced by AboutDialog().

◆ GetVersionString()

OUString AboutDialog::GetVersionString ( )
staticprivate

Definition at line 149 of file about.cxx.

References CuiResId().

Referenced by AboutDialog().

◆ IsStringValidGitHash()

bool AboutDialog::IsStringValidGitHash ( std::u16string_view  hash)
staticprivate

Definition at line 144 of file about.cxx.

Referenced by AboutDialog().

Member Data Documentation

◆ m_pAboutImage

std::unique_ptr<weld::Image> AboutDialog::m_pAboutImage
private

Definition at line 33 of file about.hxx.

Referenced by AboutDialog().

◆ m_pBrandImage

std::unique_ptr<weld::Image> AboutDialog::m_pBrandImage
private

Definition at line 32 of file about.hxx.

Referenced by AboutDialog().

◆ m_pBuildCaption

std::unique_ptr<weld::Label> AboutDialog::m_pBuildCaption
private

Definition at line 35 of file about.hxx.

Referenced by AboutDialog().

◆ m_pBuildLabel

std::unique_ptr<weld::LinkButton> AboutDialog::m_pBuildLabel
private

Definition at line 36 of file about.hxx.

Referenced by AboutDialog().

◆ m_pCloseButton

std::unique_ptr<weld::Button> AboutDialog::m_pCloseButton
private

Definition at line 29 of file about.hxx.

Referenced by AboutDialog().

◆ m_pCopyButton

std::unique_ptr<weld::Button> AboutDialog::m_pCopyButton
private

Definition at line 30 of file about.hxx.

Referenced by AboutDialog().

◆ m_pCopyrightLabel

std::unique_ptr<weld::Label> AboutDialog::m_pCopyrightLabel
private

Definition at line 41 of file about.hxx.

Referenced by AboutDialog().

◆ m_pCreditsButton

std::unique_ptr<weld::LinkButton> AboutDialog::m_pCreditsButton
private

Definition at line 26 of file about.hxx.

Referenced by AboutDialog().

◆ m_pEnvLabel

std::unique_ptr<weld::Label> AboutDialog::m_pEnvLabel
private

Definition at line 37 of file about.hxx.

Referenced by AboutDialog().

◆ m_pLocaleLabel

std::unique_ptr<weld::Label> AboutDialog::m_pLocaleLabel
private

Definition at line 39 of file about.hxx.

Referenced by AboutDialog().

◆ m_pMiscLabel

std::unique_ptr<weld::Label> AboutDialog::m_pMiscLabel
private

Definition at line 40 of file about.hxx.

Referenced by AboutDialog().

◆ m_pReleaseNotesButton

std::unique_ptr<weld::LinkButton> AboutDialog::m_pReleaseNotesButton
private

Definition at line 28 of file about.hxx.

Referenced by AboutDialog().

◆ m_pUILabel

std::unique_ptr<weld::Label> AboutDialog::m_pUILabel
private

Definition at line 38 of file about.hxx.

Referenced by AboutDialog().

◆ m_pVersionLabel

std::unique_ptr<weld::Label> AboutDialog::m_pVersionLabel
private

Definition at line 34 of file about.hxx.

Referenced by AboutDialog().

◆ m_pWebsiteButton

std::unique_ptr<weld::LinkButton> AboutDialog::m_pWebsiteButton
private

Definition at line 27 of file about.hxx.

Referenced by AboutDialog().


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