LibreOffice Module sfx2 (master) 1
Public Member Functions | Private Attributes | List of all members
AutoReloadTimer_Impl Class Referencefinal

#include <objshimp.hxx>

Inheritance diagram for AutoReloadTimer_Impl:
[legend]
Collaboration diagram for AutoReloadTimer_Impl:
[legend]

Public Member Functions

 AutoReloadTimer_Impl (OUString aURL, sal_uInt32 nTime, SfxObjectShell *pSh)
 
virtual void Invoke () override
 
- Public Member Functions inherited from Timer
 Timer (const char *pDebugName)
 
 Timer (const Timer &rTimer)
 
virtual ~Timer () override
 
Timeroperator= (const Timer &rTimer)
 
virtual void Invoke () override
 
void Invoke (Timer *arg)
 
void SetInvokeHandler (const Link< Timer *, void > &rLink)
 
void ClearInvokeHandler ()
 
void SetTimeout (sal_uInt64 nTimeoutMs)
 
sal_uInt64 GetTimeout () const
 
virtual void Start (bool bStartTimer=true) override
 
- Public Member Functions inherited from Task
 Task (const char *pDebugName)
 
 Task (const Task &rTask)
 
virtual ~Task () COVERITY_NOEXCEPT_FALSE
 
Taskoperator= (const Task &rTask)
 
void SetPriority (TaskPriority ePriority)
 
TaskPriority GetPriority () const
 
const char * GetDebugName () const
 
virtual void Invoke ()=0
 
virtual void Start (bool bStartTimer=true)
 
void Stop ()
 
bool IsActive () const
 
void SetStatic ()
 
bool IsStatic () const
 

Private Attributes

OUString aUrl
 
SfxObjectShellpObjSh
 

Additional Inherited Members

- Protected Member Functions inherited from Timer
virtual void SetDeletionFlags () override
 
virtual sal_uInt64 UpdateMinPeriod (sal_uInt64 nTimeNow) const override
 
 Timer (bool bAuto, const char *pDebugName)
 
- Protected Member Functions inherited from Task
const ImplSchedulerDataGetSchedulerData () const
 
virtual void SetDeletionFlags ()
 
virtual sal_uInt64 UpdateMinPeriod (sal_uInt64 nTimeNow) const=0
 
- Static Protected Member Functions inherited from Task
static void StartTimer (sal_uInt64 nMS)
 

Detailed Description

Definition at line 41 of file objshimp.hxx.

Constructor & Destructor Documentation

◆ AutoReloadTimer_Impl()

AutoReloadTimer_Impl::AutoReloadTimer_Impl ( OUString  aURL,
sal_uInt32  nTime,
SfxObjectShell pSh 
)

Definition at line 1280 of file objmisc.cxx.

References Timer::SetTimeout().

Member Function Documentation

◆ Invoke()

void AutoReloadTimer_Impl::Invoke ( )
overridevirtual

Member Data Documentation

◆ aUrl

OUString AutoReloadTimer_Impl::aUrl
private

Definition at line 43 of file objshimp.hxx.

Referenced by Invoke().

◆ pObjSh

SfxObjectShell* AutoReloadTimer_Impl::pObjSh
private

Definition at line 44 of file objshimp.hxx.

Referenced by Invoke().


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