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

describes parameters for doing an action on the FileView asynchronously More...

#include <fileview.hxx>

Collaboration diagram for FileViewAsyncAction:
[legend]

Public Member Functions

 FileViewAsyncAction ()
 the handler to be called when the action is finished. Called in every case, no matter of the result More...
 

Public Attributes

sal_uInt32 nMinTimeout
 
sal_uInt32 nMaxTimeout
 minimum time to wait for a result, in milliseconds More...
 
Link< void *, void > aFinishHandler
 maximum time to wait for a result, in milliseconds, until eTimeout is returned More...
 

Detailed Description

describes parameters for doing an action on the FileView asynchronously

Definition at line 50 of file fileview.hxx.

Constructor & Destructor Documentation

◆ FileViewAsyncAction()

FileViewAsyncAction::FileViewAsyncAction ( )
inline

the handler to be called when the action is finished. Called in every case, no matter of the result

Definition at line 56 of file fileview.hxx.

Member Data Documentation

◆ aFinishHandler

Link<void*,void> FileViewAsyncAction::aFinishHandler

maximum time to wait for a result, in milliseconds, until eTimeout is returned

Definition at line 54 of file fileview.hxx.

Referenced by SvtFileView_Impl::GetFolderContent_Impl().

◆ nMaxTimeout

sal_uInt32 FileViewAsyncAction::nMaxTimeout

minimum time to wait for a result, in milliseconds

Definition at line 53 of file fileview.hxx.

Referenced by SvtFileView_Impl::GetFolderContent_Impl().

◆ nMinTimeout

sal_uInt32 FileViewAsyncAction::nMinTimeout

Definition at line 52 of file fileview.hxx.

Referenced by SvtFileView_Impl::GetFolderContent_Impl().


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