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

#include <xshapedescriptor.hxx>

Public Member Functions

 XShapeDescriptor (OUString aShapeType)
 
virtual css::uno::Reference< css::uno::XInterface > init ()=0
 
void testGetShapeType ()
 

Protected Member Functions

 ~XShapeDescriptor ()
 

Private Attributes

OUString const m_aShapeType
 

Detailed Description

Definition at line 21 of file xshapedescriptor.hxx.

Constructor & Destructor Documentation

◆ XShapeDescriptor()

apitest::XShapeDescriptor::XShapeDescriptor ( OUString  aShapeType)
inline

Definition at line 24 of file xshapedescriptor.hxx.

◆ ~XShapeDescriptor()

apitest::XShapeDescriptor::~XShapeDescriptor ( )
inlineprotected

Definition at line 33 of file xshapedescriptor.hxx.

Member Function Documentation

◆ init()

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

Referenced by testGetShapeType().

◆ testGetShapeType()

void apitest::XShapeDescriptor::testGetShapeType ( )

Definition at line 22 of file xshapedescriptor.cxx.

References init(), and m_aShapeType.

Member Data Documentation

◆ m_aShapeType

OUString const apitest::XShapeDescriptor::m_aShapeType
private

Definition at line 36 of file xshapedescriptor.hxx.

Referenced by testGetShapeType().


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