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

#include <e3ditem.hxx>

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

Public Member Functions

 SvxB3DVectorItem (TypedWhichId< SvxB3DVectorItem > nWhich, const basegfx::B3DVector &rVal)
 
 SvxB3DVectorItem (const SvxB3DVectorItem &)
 
virtual ~SvxB3DVectorItem () override
 
virtual bool operator== (const SfxPoolItem &) const override
 
virtual SvxB3DVectorItemClone (SfxItemPool *pPool=nullptr) const override
 
virtual bool QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override
 
virtual bool PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) override
 
const basegfx::B3DVectorGetValue () const
 
void dumpAsXml (xmlTextWriterPtr pWriter) const override
 
- Public Member Functions inherited from SfxPoolItem
void AddRef (sal_uInt32 n=1) const
 
virtual ~SfxPoolItem ()
 
void SetWhich (sal_uInt16 nId)
 
sal_uInt16 Which () const
 
T & StaticWhichCast (TypedWhichId< T > nId)
 
const T & StaticWhichCast (TypedWhichId< T > nId) const
 
T * DynamicWhichCast (TypedWhichId< T > nId)
 
const T * DynamicWhichCast (TypedWhichId< T > nId) const
 
virtual bool operator== (const SfxPoolItem &) const=0
 
bool operator!= (const SfxPoolItem &rItem) const
 
virtual bool operator< (const SfxPoolItem &) const
 
virtual bool IsSortable () const
 
virtual bool HasLookup () const
 
virtual lookup_iterator Lookup (lookup_iterator, lookup_iterator end) const
 
virtual bool GetPresentation (SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const
 
virtual void ScaleMetrics (tools::Long lMult, tools::Long lDiv)
 
virtual bool HasMetrics () const
 
virtual bool QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const
 
virtual bool PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId)
 
virtual SfxPoolItemClone (SfxItemPool *pPool=nullptr) const=0
 
std::unique_ptr< SfxPoolItemCloneSetWhich (sal_uInt16 nNewWhich) const
 
std::unique_ptr< T > CloneSetWhich (TypedWhichId< T > nId) const
 
sal_uInt32 GetRefCount () const
 
SfxItemKind GetKind () const
 
virtual void dumpAsXml (xmlTextWriterPtr pWriter) const
 
virtual boost::property_tree::ptree dumpAsJSON () const
 
virtual bool IsVoidItem () const
 

Private Attributes

basegfx::B3DVector aVal
 

Additional Inherited Members

- Public Types inherited from SfxPoolItem
typedef std::vector< SfxPoolItem * >::const_iterator lookup_iterator
 
- Protected Member Functions inherited from SfxPoolItem
 SfxPoolItem (sal_uInt16 nWhich=0)
 
 SfxPoolItem (const SfxPoolItem &rCopy)
 

Detailed Description

Definition at line 27 of file e3ditem.hxx.

Constructor & Destructor Documentation

◆ SvxB3DVectorItem() [1/2]

SvxB3DVectorItem::SvxB3DVectorItem ( TypedWhichId< SvxB3DVectorItem nWhich,
const basegfx::B3DVector rVal 
)

Definition at line 33 of file e3ditem.cxx.

Referenced by Clone().

◆ SvxB3DVectorItem() [2/2]

SvxB3DVectorItem::SvxB3DVectorItem ( const SvxB3DVectorItem rItem)

Definition at line 40 of file e3ditem.cxx.

◆ ~SvxB3DVectorItem()

SvxB3DVectorItem::~SvxB3DVectorItem ( )
overridevirtual

Definition at line 28 of file e3ditem.cxx.

Member Function Documentation

◆ Clone()

SvxB3DVectorItem * SvxB3DVectorItem::Clone ( SfxItemPool pPool = nullptr) const
overridevirtual

Implements SfxPoolItem.

Definition at line 53 of file e3ditem.cxx.

References SvxB3DVectorItem().

◆ dumpAsXml()

void SvxB3DVectorItem::dumpAsXml ( xmlTextWriterPtr  pWriter) const
overridevirtual

◆ GetValue()

const basegfx::B3DVector & SvxB3DVectorItem::GetValue ( ) const
inline

Definition at line 42 of file e3ditem.hxx.

◆ operator==()

bool SvxB3DVectorItem::operator== ( const SfxPoolItem rItem) const
overridevirtual

Implements SfxPoolItem.

Definition at line 47 of file e3ditem.cxx.

References aVal.

◆ PutValue()

bool SvxB3DVectorItem::PutValue ( const css::uno::Any &  rVal,
sal_uInt8  nMemberId 
)
overridevirtual

◆ QueryValue()

bool SvxB3DVectorItem::QueryValue ( css::uno::Any &  rVal,
sal_uInt8  nMemberId = 0 
) const
overridevirtual

Member Data Documentation

◆ aVal

basegfx::B3DVector SvxB3DVectorItem::aVal
private

Definition at line 29 of file e3ditem.hxx.

Referenced by dumpAsXml(), operator==(), PutValue(), and QueryValue().


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