|
LibreOffice Module svx (master) 1
|
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::Widget * | get_widget () const |
| DECL_LINK (MarkButtonClicked, weld::Button &, void) | |
| DECL_LINK (PropertiesButtonClicked, weld::Button &, void) | |
Private Attributes | |
| std::unique_ptr< weld::Builder > | m_xBuilder |
| std::unique_ptr< weld::Container > | m_xContainer |
| std::unique_ptr< weld::Label > | m_xLabel |
| std::unique_ptr< weld::Button > | m_xMarkButton |
| std::unique_ptr< weld::Button > | m_xPropertiesButton |
| std::unique_ptr< CheckData > & | m_pCheckData |
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.
| svx::GenericCheckEntry::GenericCheckEntry | ( | weld::Container * | pParent, |
| std::unique_ptr< CheckData > & | rCheckData | ||
| ) |
Definition at line 16 of file GenericCheckDialog.cxx.
References LINK, m_pCheckData, m_xContainer, m_xContainer, m_xLabel, m_xLabel, m_xMarkButton, and m_xPropertiesButton.
| svx::GenericCheckEntry::DECL_LINK | ( | MarkButtonClicked | , |
| weld::Button & | , | ||
| void | |||
| ) |
| svx::GenericCheckEntry::DECL_LINK | ( | PropertiesButtonClicked | , |
| weld::Button & | , | ||
| void | |||
| ) |
|
inline |
Definition at line 78 of file GenericCheckDialog.hxx.
References m_xContainer.
|
private |
Definition at line 73 of file GenericCheckDialog.hxx.
Referenced by GenericCheckEntry().
|
private |
Definition at line 67 of file GenericCheckDialog.hxx.
|
private |
Definition at line 68 of file GenericCheckDialog.hxx.
Referenced by GenericCheckEntry(), and get_widget().
|
private |
Definition at line 69 of file GenericCheckDialog.hxx.
Referenced by GenericCheckEntry().
|
private |
Definition at line 70 of file GenericCheckDialog.hxx.
Referenced by GenericCheckEntry().
|
private |
Definition at line 71 of file GenericCheckDialog.hxx.
Referenced by GenericCheckEntry().