LibreOffice Module test (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
apitest::XShape Class Referenceabstract

#include <xshape.hxx>

Public Member Functions

 XShape ()=default
 
 XShape (bool bObjSupportsPosition)
 
virtual css::uno::Reference< css::uno::XInterface > init ()=0
 
void testGetSetPosition ()
 
void testGetSetSize ()
 

Protected Member Functions

 ~XShape ()
 

Private Attributes

bool const m_bObjSupportsPosition { true }
 

Detailed Description

Definition at line 20 of file xshape.hxx.

Constructor & Destructor Documentation

◆ XShape() [1/2]

apitest::XShape::XShape ( )
default

◆ XShape() [2/2]

apitest::XShape::XShape ( bool  bObjSupportsPosition)
inline

Definition at line 24 of file xshape.hxx.

◆ ~XShape()

apitest::XShape::~XShape ( )
inlineprotected

Definition at line 34 of file xshape.hxx.

Member Function Documentation

◆ init()

virtual css::uno::Reference< css::uno::XInterface > apitest::XShape::init ( )
pure virtual

◆ testGetSetPosition()

void apitest::XShape::testGetSetPosition ( )

Definition at line 25 of file xshape.cxx.

References init(), and m_bObjSupportsPosition.

◆ testGetSetSize()

void apitest::XShape::testGetSetSize ( )

Definition at line 40 of file xshape.cxx.

References init().

Member Data Documentation

◆ m_bObjSupportsPosition

bool const apitest::XShape::m_bObjSupportsPosition { true }
private

Definition at line 37 of file xshape.hxx.

Referenced by testGetSetPosition().


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