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

#include <xshapes.hxx>

Public Member Functions

virtual css::uno::Reference< css::uno::XInterface > init ()=0
 
void setShape (const css::uno::Reference< css::drawing::XShape > &r_xShape)
 
void testAddRemove ()
 

Protected Member Functions

 ~XShapes ()
 

Private Attributes

css::uno::Reference< css::drawing::XShape > m_xShape
 

Detailed Description

Definition at line 22 of file xshapes.hxx.

Constructor & Destructor Documentation

◆ ~XShapes()

apitest::XShapes::~XShapes ( )
inlineprotected

Definition at line 34 of file xshapes.hxx.

Member Function Documentation

◆ init()

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

Referenced by testAddRemove().

◆ setShape()

void apitest::XShapes::setShape ( const css::uno::Reference< css::drawing::XShape > &  r_xShape)
inline

Definition at line 26 of file xshapes.hxx.

◆ testAddRemove()

void apitest::XShapes::testAddRemove ( )

Definition at line 22 of file xshapes.cxx.

References init(), and m_xShape.

Member Data Documentation

◆ m_xShape

css::uno::Reference<css::drawing::XShape> apitest::XShapes::m_xShape
private

Definition at line 37 of file xshapes.hxx.

Referenced by testAddRemove().


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