LibreOffice Module forms (master) 1
Public Member Functions | Private Attributes | Friends | List of all members
frm::OGroupComp Class Reference

#include <GroupManager.hxx>

Public Member Functions

 OGroupComp (const css::uno::Reference< css::beans::XPropertySet > &rxElement, sal_Int32 nInsertPos)
 
 OGroupComp ()
 
bool operator== (const OGroupComp &rComp) const
 
const css::uno::Reference< css::beans::XPropertySet > & GetComponent () const
 
const css::uno::Reference< css::awt::XControlModel > & GetControlModel () const
 
sal_Int32 GetPos () const
 
sal_Int16 GetTabIndex () const
 

Private Attributes

css::uno::Reference< css::beans::XPropertySetm_xComponent
 
css::uno::Reference< css::awt::XControlModel > m_xControlModel
 
sal_Int32 m_nPos
 
sal_Int16 m_nTabIndex
 

Friends

class OGroupCompLess
 

Detailed Description

Definition at line 84 of file GroupManager.hxx.

Constructor & Destructor Documentation

◆ OGroupComp() [1/2]

frm::OGroupComp::OGroupComp ( const css::uno::Reference< css::beans::XPropertySet > &  rxElement,
sal_Int32  nInsertPos 
)

◆ OGroupComp() [2/2]

frm::OGroupComp::OGroupComp ( )

Definition at line 80 of file GroupManager.cxx.

References m_nPos.

Member Function Documentation

◆ GetComponent()

const css::uno::Reference< css::beans::XPropertySet > & frm::OGroupComp::GetComponent ( ) const
inline

Definition at line 99 of file GroupManager.hxx.

References m_xComponent.

◆ GetControlModel()

const css::uno::Reference< css::awt::XControlModel > & frm::OGroupComp::GetControlModel ( ) const
inline

Definition at line 100 of file GroupManager.hxx.

References m_xControlModel.

◆ GetPos()

sal_Int32 frm::OGroupComp::GetPos ( ) const
inline

Definition at line 102 of file GroupManager.hxx.

References m_nPos.

Referenced by frm::OGroupCompLess::operator()(), and operator==().

◆ GetTabIndex()

sal_Int16 frm::OGroupComp::GetTabIndex ( ) const
inline

Definition at line 103 of file GroupManager.hxx.

References m_nTabIndex.

Referenced by frm::OGroupCompLess::operator()(), and operator==().

◆ operator==()

bool frm::OGroupComp::operator== ( const OGroupComp rComp) const

Definition at line 100 of file GroupManager.cxx.

References GetPos(), GetTabIndex(), m_nPos, and m_nTabIndex.

Friends And Related Function Documentation

◆ OGroupCompLess

friend class OGroupCompLess
friend

Definition at line 91 of file GroupManager.hxx.

Member Data Documentation

◆ m_nPos

sal_Int32 frm::OGroupComp::m_nPos
private

Definition at line 88 of file GroupManager.hxx.

Referenced by GetPos(), frm::OGroupCompLess::operator()(), and operator==().

◆ m_nTabIndex

sal_Int16 frm::OGroupComp::m_nTabIndex
private

Definition at line 89 of file GroupManager.hxx.

Referenced by GetTabIndex(), frm::OGroupCompLess::operator()(), and operator==().

◆ m_xComponent

css::uno::Reference< css::beans::XPropertySet> frm::OGroupComp::m_xComponent
private

Definition at line 86 of file GroupManager.hxx.

Referenced by GetComponent().

◆ m_xControlModel

css::uno::Reference< css::awt::XControlModel> frm::OGroupComp::m_xControlModel
private

Definition at line 87 of file GroupManager.hxx.

Referenced by GetControlModel().


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