LibreOffice Module svx (master) 1
Public Member Functions | Private Attributes | List of all members
svx::GenericCheckEntry Class Referencefinal

A UI piece to show check result text and other widgets, which are relevant for the check (various buttons to act on the check result). More...

#include <GenericCheckDialog.hxx>

Public Member Functions

 GenericCheckEntry (weld::Container *pParent, std::unique_ptr< CheckData > &rCheckData)
 
weld::Widgetget_widget () const
 
 DECL_LINK (MarkButtonClicked, weld::Button &, void)
 
 DECL_LINK (PropertiesButtonClicked, weld::Button &, void)
 

Private Attributes

std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Containerm_xContainer
 
std::unique_ptr< weld::Labelm_xLabel
 
std::unique_ptr< weld::Buttonm_xMarkButton
 
std::unique_ptr< weld::Buttonm_xPropertiesButton
 
std::unique_ptr< CheckData > & m_pCheckData
 

Detailed Description

A UI piece to show check result text and other widgets, which are relevant for the check (various buttons to act on the check result).

Definition at line 64 of file GenericCheckDialog.hxx.

Constructor & Destructor Documentation

◆ GenericCheckEntry()

svx::GenericCheckEntry::GenericCheckEntry ( weld::Container pParent,
std::unique_ptr< CheckData > &  rCheckData 
)

Member Function Documentation

◆ DECL_LINK() [1/2]

svx::GenericCheckEntry::DECL_LINK ( MarkButtonClicked  ,
weld::Button ,
void   
)

◆ DECL_LINK() [2/2]

svx::GenericCheckEntry::DECL_LINK ( PropertiesButtonClicked  ,
weld::Button ,
void   
)

◆ get_widget()

weld::Widget * svx::GenericCheckEntry::get_widget ( ) const
inline

Definition at line 78 of file GenericCheckDialog.hxx.

References m_xContainer.

Member Data Documentation

◆ m_pCheckData

std::unique_ptr<CheckData>& svx::GenericCheckEntry::m_pCheckData
private

Definition at line 73 of file GenericCheckDialog.hxx.

Referenced by GenericCheckEntry().

◆ m_xBuilder

std::unique_ptr<weld::Builder> svx::GenericCheckEntry::m_xBuilder
private

Definition at line 67 of file GenericCheckDialog.hxx.

◆ m_xContainer

std::unique_ptr<weld::Container> svx::GenericCheckEntry::m_xContainer
private

Definition at line 68 of file GenericCheckDialog.hxx.

Referenced by GenericCheckEntry(), and get_widget().

◆ m_xLabel

std::unique_ptr<weld::Label> svx::GenericCheckEntry::m_xLabel
private

Definition at line 69 of file GenericCheckDialog.hxx.

Referenced by GenericCheckEntry().

◆ m_xMarkButton

std::unique_ptr<weld::Button> svx::GenericCheckEntry::m_xMarkButton
private

Definition at line 70 of file GenericCheckDialog.hxx.

Referenced by GenericCheckEntry().

◆ m_xPropertiesButton

std::unique_ptr<weld::Button> svx::GenericCheckEntry::m_xPropertiesButton
private

Definition at line 71 of file GenericCheckDialog.hxx.

Referenced by GenericCheckEntry().


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