|
LibreOffice Module cui (master) 1
|
#include <GraphicsTestsDialog.hxx>
Public Member Functions | |
| DECL_LINK (HandleResultViewRequest, weld::Button &, void) | |
| GraphicTestEntry (weld::Container *pParent, weld::Dialog *pDialog, OUString aTestName, OUString aTestStatus, Bitmap aTestBitmap) | |
| weld::Widget * | get_widget () const |
Private Attributes | |
| std::unique_ptr< weld::Builder > | m_xBuilder |
| std::unique_ptr< weld::Container > | m_xContainer |
| std::unique_ptr< weld::Label > | m_xTestLabel |
| std::unique_ptr< weld::Button > | m_xTestButton |
| weld::Dialog * | m_xParentDialog |
| Bitmap | m_xResultBitmap |
Definition at line 17 of file GraphicsTestsDialog.hxx.
| GraphicTestEntry::GraphicTestEntry | ( | weld::Container * | pParent, |
| weld::Dialog * | pDialog, | ||
| OUString | aTestName, | ||
| OUString | aTestStatus, | ||
| Bitmap | aTestBitmap | ||
| ) |
Definition at line 26 of file GraphicTestsDialog.cxx.
References COL_LIGHTGRAY(), COL_LIGHTGREEN(), COL_LIGHTRED(), COL_YELLOW(), LINK, m_xContainer, m_xContainer, m_xParentDialog, m_xTestButton, m_xTestLabel, and SvlResId().
| GraphicTestEntry::DECL_LINK | ( | HandleResultViewRequest | , |
| weld::Button & | , | ||
| void | |||
| ) |
|
inline |
Definition at line 33 of file GraphicsTestsDialog.hxx.
References m_xContainer.
|
private |
Definition at line 20 of file GraphicsTestsDialog.hxx.
|
private |
Definition at line 21 of file GraphicsTestsDialog.hxx.
Referenced by get_widget(), and GraphicTestEntry().
|
private |
Definition at line 25 of file GraphicsTestsDialog.hxx.
Referenced by GraphicTestEntry().
|
private |
Definition at line 27 of file GraphicsTestsDialog.hxx.
|
private |
Definition at line 23 of file GraphicsTestsDialog.hxx.
Referenced by GraphicTestEntry().
|
private |
Definition at line 22 of file GraphicsTestsDialog.hxx.
Referenced by GraphicTestEntry().