LibreOffice Module chart2 (master) 1
Public Member Functions | Private Attributes | List of all members
chart::wrapper::WrappedSeriesAreaOrLineProperty Class Reference

#include <WrappedSeriesAreaOrLineProperty.hxx>

Inheritance diagram for chart::wrapper::WrappedSeriesAreaOrLineProperty:
[legend]
Collaboration diagram for chart::wrapper::WrappedSeriesAreaOrLineProperty:
[legend]

Public Member Functions

 WrappedSeriesAreaOrLineProperty (const OUString &rOuterName, OUString aInnerAreaTypeName, OUString aInnerLineTypeName, DataSeriesPointWrapper *pDataSeriesPointWrapper)
 
virtual ~WrappedSeriesAreaOrLineProperty () override
 
virtual OUString getInnerName () const override
 
- Public Member Functions inherited from chart::WrappedProperty
 WrappedProperty (OUString aOuterName, OUString aInnerName)
 The property visible to the outer PropertySet in the PropertySetWrapper may have a different name, type and value than a corresponding property of the inner PropertySet. More...
 
virtual ~WrappedProperty ()
 
const OUString & getOuterName () const
 
virtual OUString getInnerName () const
 
virtual void setPropertyValue (const css::uno::Any &rOuterValue, const css::uno::Reference< css::beans::XPropertySet > &xInnerPropertySet) const
 
virtual css::uno::Any getPropertyValue (const css::uno::Reference< css::beans::XPropertySet > &xInnerPropertySet) const
 
virtual void setPropertyToDefault (const css::uno::Reference< css::beans::XPropertyState > &xInnerPropertyState) const
 
virtual css::uno::Any getPropertyDefault (const css::uno::Reference< css::beans::XPropertyState > &xInnerPropertyState) const
 
virtual css::beans::PropertyState getPropertyState (const css::uno::Reference< css::beans::XPropertyState > &xInnerPropertyState) const
 

Private Attributes

DataSeriesPointWrapperm_pDataSeriesPointWrapper
 
OUString m_aInnerAreaTypeName
 
OUString m_aInnerLineTypeName
 

Additional Inherited Members

- Protected Member Functions inherited from chart::WrappedProperty
virtual css::uno::Any convertInnerToOuterValue (const css::uno::Any &rInnerValue) const
 
virtual css::uno::Any convertOuterToInnerValue (const css::uno::Any &rOuterValue) const
 
- Protected Attributes inherited from chart::WrappedProperty
OUString m_aOuterName
 
OUString m_aInnerName
 

Detailed Description

Definition at line 27 of file WrappedSeriesAreaOrLineProperty.hxx.

Constructor & Destructor Documentation

◆ WrappedSeriesAreaOrLineProperty()

chart::wrapper::WrappedSeriesAreaOrLineProperty::WrappedSeriesAreaOrLineProperty ( const OUString &  rOuterName,
OUString  aInnerAreaTypeName,
OUString  aInnerLineTypeName,
DataSeriesPointWrapper pDataSeriesPointWrapper 
)

Definition at line 28 of file WrappedSeriesAreaOrLineProperty.cxx.

◆ ~WrappedSeriesAreaOrLineProperty()

chart::wrapper::WrappedSeriesAreaOrLineProperty::~WrappedSeriesAreaOrLineProperty ( )
overridevirtual

Definition at line 39 of file WrappedSeriesAreaOrLineProperty.cxx.

Member Function Documentation

◆ getInnerName()

OUString chart::wrapper::WrappedSeriesAreaOrLineProperty::getInnerName ( ) const
overridevirtual

Member Data Documentation

◆ m_aInnerAreaTypeName

OUString chart::wrapper::WrappedSeriesAreaOrLineProperty::m_aInnerAreaTypeName
private

Definition at line 39 of file WrappedSeriesAreaOrLineProperty.hxx.

Referenced by getInnerName().

◆ m_aInnerLineTypeName

OUString chart::wrapper::WrappedSeriesAreaOrLineProperty::m_aInnerLineTypeName
private

Definition at line 40 of file WrappedSeriesAreaOrLineProperty.hxx.

Referenced by getInnerName().

◆ m_pDataSeriesPointWrapper

DataSeriesPointWrapper* chart::wrapper::WrappedSeriesAreaOrLineProperty::m_pDataSeriesPointWrapper
private

Definition at line 38 of file WrappedSeriesAreaOrLineProperty.hxx.

Referenced by getInnerName().


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