Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CAppNapInhibitor::CAppNapImpl Class Reference

Public Member Functions

 ~CAppNapImpl ()
 
void disableAppNap ()
 
void enableAppNap ()
 

Private Attributes

NSObject * activityId
 

Detailed Description

Definition at line 11 of file macos_appnap.mm.

Constructor & Destructor Documentation

◆ ~CAppNapImpl()

CAppNapInhibitor::CAppNapImpl::~CAppNapImpl ( )
inline

Definition at line 14 of file macos_appnap.mm.

References activityId, and enableAppNap().

Member Function Documentation

◆ disableAppNap()

void CAppNapInhibitor::CAppNapImpl::disableAppNap ( )
inline

Definition at line 20 of file macos_appnap.mm.

References activityId.

◆ enableAppNap()

void CAppNapInhibitor::CAppNapImpl::enableAppNap ( )
inline

Definition at line 40 of file macos_appnap.mm.

References activityId.

Referenced by ~CAppNapImpl().

Member Data Documentation

◆ activityId

NSObject* CAppNapInhibitor::CAppNapImpl::activityId
private

Definition at line 56 of file macos_appnap.mm.

Referenced by disableAppNap(), enableAppNap(), and ~CAppNapImpl().


The documentation for this class was generated from the following file:
Released under the MIT license