LMMS
Loading...
Searching...
No Matches
juce::ScopedLowPowerModeDisabler Class Reference

#include <juce_ScopedLowPowerModeDisabler.h>

Classes

class  Pimpl

Public Member Functions

 ScopedLowPowerModeDisabler ()
 ~ScopedLowPowerModeDisabler ()

Private Attributes

std::unique_ptr< Pimplpimpl

Detailed Description

Disables low-power-mode for the duration of an instance's lifetime.

Currently this is only implemented on macOS, where it will disable the "App Nap" power-saving feature.

@tags{Events}

Constructor & Destructor Documentation

◆ ScopedLowPowerModeDisabler()

juce::ScopedLowPowerModeDisabler::ScopedLowPowerModeDisabler ( )

◆ ~ScopedLowPowerModeDisabler()

juce::ScopedLowPowerModeDisabler::~ScopedLowPowerModeDisabler ( )
default

Member Data Documentation

◆ pimpl

std::unique_ptr<Pimpl> juce::ScopedLowPowerModeDisabler::pimpl
private

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