LibreOffice Module vcl (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
vcl::SolarThreadExecutor Class Referenceabstract

#include <threadex.hxx>

Inheritance diagram for vcl::SolarThreadExecutor:
[legend]

Public Member Functions

 SolarThreadExecutor ()
 
virtual ~SolarThreadExecutor ()
 
virtual void doIt ()=0
 
void execute ()
 

Private Member Functions

 DECL_DLLPRIVATE_LINK (worker, void *, void)
 

Private Attributes

osl::Condition m_aStart
 
osl::Condition m_aFinish
 
bool m_bTimeout
 

Detailed Description

Definition at line 34 of file threadex.hxx.

Constructor & Destructor Documentation

◆ SolarThreadExecutor()

SolarThreadExecutor::SolarThreadExecutor ( )

Definition at line 25 of file threadex.cxx.

◆ ~SolarThreadExecutor()

SolarThreadExecutor::~SolarThreadExecutor ( )
virtual

Definition at line 30 of file threadex.cxx.

Member Function Documentation

◆ DECL_DLLPRIVATE_LINK()

vcl::SolarThreadExecutor::DECL_DLLPRIVATE_LINK ( worker  ,
void *  ,
void   
)
private

◆ doIt()

virtual void vcl::SolarThreadExecutor::doIt ( )
pure virtual

◆ execute()

void SolarThreadExecutor::execute ( )

Member Data Documentation

◆ m_aFinish

osl::Condition vcl::SolarThreadExecutor::m_aFinish
private

Definition at line 37 of file threadex.hxx.

Referenced by execute().

◆ m_aStart

osl::Condition vcl::SolarThreadExecutor::m_aStart
private

Definition at line 36 of file threadex.hxx.

Referenced by execute().

◆ m_bTimeout

bool vcl::SolarThreadExecutor::m_bTimeout
private

Definition at line 38 of file threadex.hxx.

Referenced by execute().


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