LibreOffice Module fpicker (master) 1
Public Member Functions | Public Attributes | List of all members
svt::FolderDescriptor Struct Reference

#include <contentenumeration.hxx>

Collaboration diagram for svt::FolderDescriptor:
[legend]

Public Member Functions

 FolderDescriptor ()
 
 FolderDescriptor (OUString _aURL)
 

Public Attributes

::ucbhelper::Content aContent
 a content object describing the folder. More...
 
OUString sURL
 the URL of a folder. More...
 

Detailed Description

Definition at line 125 of file contentenumeration.hxx.

Constructor & Destructor Documentation

◆ FolderDescriptor() [1/2]

svt::FolderDescriptor::FolderDescriptor ( )
inline

Definition at line 135 of file contentenumeration.hxx.

◆ FolderDescriptor() [2/2]

svt::FolderDescriptor::FolderDescriptor ( OUString  _aURL)
inlineexplicit

Definition at line 137 of file contentenumeration.hxx.

Member Data Documentation

◆ aContent

::ucbhelper::Content svt::FolderDescriptor::aContent

a content object describing the folder.

Can be <NULL>, in this case <member>sURL</member> is relevant.

Definition at line 130 of file contentenumeration.hxx.

Referenced by svt::FileViewContentEnumerator::cancel(), and svt::FileViewContentEnumerator::enumerateFolderContent().

◆ sURL

OUString svt::FolderDescriptor::sURL

the URL of a folder.

Will be ignored if <member>aContent</member> is not <NULL>.

Definition at line 133 of file contentenumeration.hxx.

Referenced by svt::FileViewContentEnumerator::cancel(), and svt::FileViewContentEnumerator::enumerateFolderContent().


The documentation for this struct was generated from the following file: