LibreOffice Module sfx2 (master) 1
Public Member Functions | Public Attributes | List of all members
CmisYesNo Struct Reference

#include <dinfdlg.hxx>

Public Member Functions

 CmisYesNo (weld::Widget *pParent, bool bValue)
 

Public Attributes

std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Framem_xFrame
 
std::unique_ptr< weld::RadioButtonm_xYesButton
 
std::unique_ptr< weld::RadioButtonm_xNoButton
 

Detailed Description

Definition at line 502 of file dinfdlg.hxx.

Constructor & Destructor Documentation

◆ CmisYesNo()

CmisYesNo::CmisYesNo ( weld::Widget pParent,
bool  bValue 
)

Definition at line 2123 of file dinfdlg.cxx.

References m_xFrame, m_xNoButton, and m_xYesButton.

Member Data Documentation

◆ m_xBuilder

std::unique_ptr<weld::Builder> CmisYesNo::m_xBuilder

Definition at line 504 of file dinfdlg.hxx.

◆ m_xFrame

std::unique_ptr<weld::Frame> CmisYesNo::m_xFrame

Definition at line 505 of file dinfdlg.hxx.

◆ m_xNoButton

std::unique_ptr<weld::RadioButton> CmisYesNo::m_xNoButton

Definition at line 507 of file dinfdlg.hxx.

Referenced by CmisYesNo().

◆ m_xYesButton

std::unique_ptr<weld::RadioButton> CmisYesNo::m_xYesButton

Definition at line 506 of file dinfdlg.hxx.

Referenced by CmisYesNo().


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