LibreOffice Module toolkit (master) 1
Public Member Functions | Private Attributes | List of all members
UnoRadioButtonControl Class Referencefinal

#include <unocontrols.hxx>

Inheritance diagram for UnoRadioButtonControl:
[legend]
Collaboration diagram for UnoRadioButtonControl:
[legend]

Public Member Functions

 UnoRadioButtonControl ()
 
OUString GetComponentServiceName () const override
 
void SAL_CALL createPeer (const css::uno::Reference< css::awt::XToolkit > &Toolkit, const css::uno::Reference< css::awt::XWindowPeer > &Parent) override
 
void SAL_CALL dispose () override
 
void SAL_CALL disposing (const css::lang::EventObject &Source) override
 
sal_Bool SAL_CALL isTransparent () override
 
void SAL_CALL addActionListener (const css::uno::Reference< css::awt::XActionListener > &l) override
 
void SAL_CALL removeActionListener (const css::uno::Reference< css::awt::XActionListener > &l) override
 
void SAL_CALL setActionCommand (const OUString &Command) override
 
void SAL_CALL addItemListener (const css::uno::Reference< css::awt::XItemListener > &l) override
 
void SAL_CALL removeItemListener (const css::uno::Reference< css::awt::XItemListener > &l) override
 
sal_Bool SAL_CALL getState () override
 
void SAL_CALL setState (sal_Bool b) override
 
void SAL_CALL setLabel (const OUString &Label) override
 
void SAL_CALL itemStateChanged (const css::awt::ItemEvent &rEvent) override
 
css::awt::Size SAL_CALL getMinimumSize () override
 
css::awt::Size SAL_CALL getPreferredSize () override
 
css::awt::Size SAL_CALL calcAdjustedSize (const css::awt::Size &aNewSize) override
 
OUString SAL_CALL getImplementationName () override
 
css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
- Public Member Functions inherited from cppu::AggImplInheritanceHelper4< class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4 >
 AggImplInheritanceHelper4 ()
 
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) SAL_OVERRIDE
 
virtual css::uno::Any SAL_CALL queryAggregation (css::uno::Type const &rType) SAL_OVERRIDE
 
virtual void SAL_CALL acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void SAL_CALL release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () SAL_OVERRIDE
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () SAL_OVERRIDE
 

Private Attributes

ItemListenerMultiplexer maItemListeners
 
ActionListenerMultiplexer maActionListeners
 
OUString maActionCommand
 

Additional Inherited Members

- Protected Member Functions inherited from cppu::AggImplInheritanceHelper4< class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4 >
 AggImplInheritanceHelper4 (T1 const &arg1)
 
 AggImplInheritanceHelper4 (T1 const &arg1, T2 const &arg2)
 
 AggImplInheritanceHelper4 (T1 const &arg1, T2 const &arg2, T3 const &arg3)
 
 AggImplInheritanceHelper4 (T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
 
 AggImplInheritanceHelper4 (T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
 
 AggImplInheritanceHelper4 (T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
 

Detailed Description

Definition at line 417 of file unocontrols.hxx.

Constructor & Destructor Documentation

◆ UnoRadioButtonControl()

UnoRadioButtonControl::UnoRadioButtonControl ( )

Definition at line 1120 of file unocontrols.cxx.

Member Function Documentation

◆ addActionListener()

void UnoRadioButtonControl::addActionListener ( const css::uno::Reference< css::awt::XActionListener > &  l)
override

Definition at line 1177 of file unocontrols.cxx.

References maActionListeners.

◆ addItemListener()

void UnoRadioButtonControl::addItemListener ( const css::uno::Reference< css::awt::XItemListener > &  l)
override

Definition at line 1167 of file unocontrols.cxx.

References maItemListeners.

◆ calcAdjustedSize()

awt::Size UnoRadioButtonControl::calcAdjustedSize ( const css::awt::Size &  aNewSize)
override

Definition at line 1267 of file unocontrols.cxx.

◆ createPeer()

void UnoRadioButtonControl::createPeer ( const css::uno::Reference< css::awt::XToolkit > &  Toolkit,
const css::uno::Reference< css::awt::XWindowPeer > &  Parent 
)
override

◆ dispose()

void UnoRadioButtonControl::dispose ( void  )
override

Definition at line 1133 of file unocontrols.cxx.

References UnoControl::dispose(), and maItemListeners.

◆ disposing()

void SAL_CALL UnoRadioButtonControl::disposing ( const css::lang::EventObject &  Source)
inlineoverride

Definition at line 431 of file unocontrols.hxx.

References UnoControl::disposing(), and Source.

◆ GetComponentServiceName()

OUString UnoRadioButtonControl::GetComponentServiceName ( ) const
override

Definition at line 1128 of file unocontrols.cxx.

◆ getImplementationName()

OUString UnoRadioButtonControl::getImplementationName ( )
override

Definition at line 1272 of file unocontrols.cxx.

◆ getMinimumSize()

awt::Size UnoRadioButtonControl::getMinimumSize ( )
override

Definition at line 1257 of file unocontrols.cxx.

◆ getPreferredSize()

awt::Size UnoRadioButtonControl::getPreferredSize ( )
override

Definition at line 1262 of file unocontrols.cxx.

◆ getState()

sal_Bool UnoRadioButtonControl::getState ( )
override

Definition at line 1218 of file unocontrols.cxx.

References BASEPROPERTY_STATE, GetPropertyName(), and nState.

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > UnoRadioButtonControl::getSupportedServiceNames ( )
override

◆ isTransparent()

sal_Bool UnoRadioButtonControl::isTransparent ( )
override

Definition at line 1142 of file unocontrols.cxx.

◆ itemStateChanged()

void UnoRadioButtonControl::itemStateChanged ( const css::awt::ItemEvent &  rEvent)
override

Definition at line 1226 of file unocontrols.cxx.

References BASEPROPERTY_STATE, GetPropertyName(), and maItemListeners.

◆ removeActionListener()

void UnoRadioButtonControl::removeActionListener ( const css::uno::Reference< css::awt::XActionListener > &  l)
override

Definition at line 1187 of file unocontrols.cxx.

References maActionListeners.

◆ removeItemListener()

void UnoRadioButtonControl::removeItemListener ( const css::uno::Reference< css::awt::XItemListener > &  l)
override

Definition at line 1172 of file unocontrols.cxx.

References maItemListeners.

◆ setActionCommand()

void UnoRadioButtonControl::setActionCommand ( const OUString &  Command)
override

Definition at line 1202 of file unocontrols.cxx.

References maActionCommand.

◆ setLabel()

void UnoRadioButtonControl::setLabel ( const OUString &  Label)
override

Definition at line 1197 of file unocontrols.cxx.

References BASEPROPERTY_LABEL, and GetPropertyName().

◆ setState()

void UnoRadioButtonControl::setState ( sal_Bool  b)
override

Definition at line 1212 of file unocontrols.cxx.

References BASEPROPERTY_STATE, GetPropertyName(), and nState.

Member Data Documentation

◆ maActionCommand

OUString UnoRadioButtonControl::maActionCommand
private

Definition at line 422 of file unocontrols.hxx.

Referenced by createPeer(), and setActionCommand().

◆ maActionListeners

ActionListenerMultiplexer UnoRadioButtonControl::maActionListeners
private

Definition at line 421 of file unocontrols.hxx.

Referenced by addActionListener(), createPeer(), and removeActionListener().

◆ maItemListeners

ItemListenerMultiplexer UnoRadioButtonControl::maItemListeners
private

Definition at line 420 of file unocontrols.hxx.

Referenced by addItemListener(), dispose(), itemStateChanged(), and removeItemListener().


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