LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScRefreshTimerControl Class Reference

#include <refreshtimer.hxx>

Public Member Functions

 ScRefreshTimerControl ()
 
void SetAllowRefresh (bool b)
 
bool IsRefreshAllowed () const
 
std::recursive_mutex & GetMutex ()
 

Private Attributes

std::recursive_mutex aMutex
 
sal_uInt16 nBlockRefresh
 

Detailed Description

Definition at line 29 of file refreshtimer.hxx.

Constructor & Destructor Documentation

◆ ScRefreshTimerControl()

ScRefreshTimerControl::ScRefreshTimerControl ( )
inline

Definition at line 35 of file refreshtimer.hxx.

Member Function Documentation

◆ GetMutex()

std::recursive_mutex & ScRefreshTimerControl::GetMutex ( )
inline

Definition at line 38 of file refreshtimer.hxx.

References aMutex.

◆ IsRefreshAllowed()

bool ScRefreshTimerControl::IsRefreshAllowed ( ) const
inline

Definition at line 37 of file refreshtimer.hxx.

References nBlockRefresh.

◆ SetAllowRefresh()

void ScRefreshTimerControl::SetAllowRefresh ( bool  b)

Definition at line 23 of file refreshtimer.cxx.

References nBlockRefresh.

Member Data Documentation

◆ aMutex

std::recursive_mutex ScRefreshTimerControl::aMutex
private

Definition at line 31 of file refreshtimer.hxx.

Referenced by GetMutex().

◆ nBlockRefresh

sal_uInt16 ScRefreshTimerControl::nBlockRefresh
private

Definition at line 32 of file refreshtimer.hxx.

Referenced by IsRefreshAllowed(), and SetAllowRefresh().


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