LibreOffice Module ucb (master) 1
Public Member Functions | Private Attributes | List of all members
tdoc_ucp::ContentProperties Class Reference

#include <tdoc_content.hxx>

Public Member Functions

 ContentProperties ()
 
 ContentProperties (const ContentType &rType, OUString aTitle)
 
ContentType getType () const
 
const OUString & getContentType () const
 
bool getIsFolder () const
 
bool getIsDocument () const
 
const OUString & getTitle () const
 
void setTitle (const OUString &rTitle)
 
css::uno::Sequence< css::ucb::ContentInfo > getCreatableContentsInfo () const
 
bool isContentCreator () const
 

Private Attributes

ContentType m_eType
 
OUString m_aContentType
 
OUString m_aTitle
 

Detailed Description

Definition at line 45 of file tdoc_content.hxx.

Constructor & Destructor Documentation

◆ ContentProperties() [1/2]

tdoc_ucp::ContentProperties::ContentProperties ( )
inline

Definition at line 48 of file tdoc_content.hxx.

◆ ContentProperties() [2/2]

tdoc_ucp::ContentProperties::ContentProperties ( const ContentType rType,
OUString  aTitle 
)
inline

Definition at line 52 of file tdoc_content.hxx.

Member Function Documentation

◆ getContentType()

const OUString & tdoc_ucp::ContentProperties::getContentType ( ) const
inline

Definition at line 68 of file tdoc_content.hxx.

References m_aContentType.

Referenced by tdoc_ucp::Content::getContentType().

◆ getCreatableContentsInfo()

uno::Sequence< ucb::ContentInfo > ContentProperties::getCreatableContentsInfo ( ) const

◆ getIsDocument()

bool tdoc_ucp::ContentProperties::getIsDocument ( ) const
inline

Definition at line 71 of file tdoc_content.hxx.

References getIsFolder().

◆ getIsFolder()

bool tdoc_ucp::ContentProperties::getIsFolder ( ) const
inline

Definition at line 70 of file tdoc_content.hxx.

References m_eType, and tdoc_ucp::STREAM.

Referenced by getIsDocument(), and tdoc_ucp::Content::queryChildren().

◆ getTitle()

const OUString & tdoc_ucp::ContentProperties::getTitle ( ) const
inline

Definition at line 73 of file tdoc_content.hxx.

References m_aTitle.

◆ getType()

ContentType tdoc_ucp::ContentProperties::getType ( ) const
inline

◆ isContentCreator()

bool ContentProperties::isContentCreator ( ) const

◆ setTitle()

void tdoc_ucp::ContentProperties::setTitle ( const OUString &  rTitle)
inline

Definition at line 74 of file tdoc_content.hxx.

References m_aTitle.

Member Data Documentation

◆ m_aContentType

OUString tdoc_ucp::ContentProperties::m_aContentType
private

Definition at line 83 of file tdoc_content.hxx.

Referenced by getContentType().

◆ m_aTitle

OUString tdoc_ucp::ContentProperties::m_aTitle
private

Definition at line 84 of file tdoc_content.hxx.

Referenced by getTitle(), and setTitle().

◆ m_eType

ContentType tdoc_ucp::ContentProperties::m_eType
private

Definition at line 82 of file tdoc_content.hxx.

Referenced by getIsFolder(), and getType().


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