LibreOffice Module sfx2 (master) 1
|
#include <dinfdlg.hxx>
Public Member Functions | |
CustomPropertiesYesNoButton (std::unique_ptr< weld::Widget >, std::unique_ptr< weld::RadioButton > xYesButton, std::unique_ptr< weld::RadioButton > xNoButton) | |
~CustomPropertiesYesNoButton () | |
void | CheckYes () |
void | CheckNo () |
bool | IsYesChecked () const |
void | set_visible (bool bVisible) |
Private Attributes | |
std::unique_ptr< weld::Widget > | m_xTopLevel |
std::unique_ptr< weld::RadioButton > | m_xYesButton |
std::unique_ptr< weld::RadioButton > | m_xNoButton |
Definition at line 315 of file dinfdlg.hxx.
CustomPropertiesYesNoButton::CustomPropertiesYesNoButton | ( | std::unique_ptr< weld::Widget > | xTopLevel, |
std::unique_ptr< weld::RadioButton > | xYesButton, | ||
std::unique_ptr< weld::RadioButton > | xNoButton | ||
) |
Definition at line 1242 of file dinfdlg.cxx.
References CheckNo().
CustomPropertiesYesNoButton::~CustomPropertiesYesNoButton | ( | ) |
Definition at line 1252 of file dinfdlg.cxx.
|
inline |
Definition at line 329 of file dinfdlg.hxx.
Referenced by CustomPropertiesYesNoButton().
|
inline |
Definition at line 328 of file dinfdlg.hxx.
|
inline |
Definition at line 330 of file dinfdlg.hxx.
|
inline |
Definition at line 331 of file dinfdlg.hxx.
References bVisible.
|
private |
Definition at line 320 of file dinfdlg.hxx.
|
private |
Definition at line 318 of file dinfdlg.hxx.
|
private |
Definition at line 319 of file dinfdlg.hxx.