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

#include <fmsrcimp.hxx>

Inheritance diagram for svxform::CheckBoxWrapper:
[legend]
Collaboration diagram for svxform::CheckBoxWrapper:
[legend]

Public Member Functions

 CheckBoxWrapper (const css::uno::Reference< css::awt::XCheckBox > &_xBox)
 
virtual OUString getCurrentText () const override
 
- Public Member Functions inherited from svxform::ControlTextWrapper
const css::uno::Reference< css::uno::XInterface > & getControl () const
 
 ControlTextWrapper (const css::uno::Reference< css::uno::XInterface > &_xControl)
 
virtual ~ControlTextWrapper ()
 
virtual OUString getCurrentText () const =0
 

Private Attributes

css::uno::Reference< css::awt::XCheckBox > m_xBox
 

Detailed Description

Definition at line 143 of file fmsrcimp.hxx.

Constructor & Destructor Documentation

◆ CheckBoxWrapper()

CheckBoxWrapper::CheckBoxWrapper ( const css::uno::Reference< css::awt::XCheckBox > &  _xBox)

Definition at line 166 of file fmsrcimp.cxx.

References DBG_ASSERT, and m_xBox.

Member Function Documentation

◆ getCurrentText()

OUString CheckBoxWrapper::getCurrentText ( ) const
overridevirtual

Implements svxform::ControlTextWrapper.

Definition at line 174 of file fmsrcimp.cxx.

References m_xBox, TRISTATE_FALSE, and TRISTATE_TRUE.

Member Data Documentation

◆ m_xBox

css::uno::Reference< css::awt::XCheckBox > svxform::CheckBoxWrapper::m_xBox
private

Definition at line 145 of file fmsrcimp.hxx.

Referenced by CheckBoxWrapper(), and getCurrentText().


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