JUCE
Public Member Functions | List of all members
Graphics::ScopedSaveState Class Reference

Uses RAII to save and restore the state of a graphics context. More...

Public Member Functions

 ScopedSaveState (Graphics &)
 
 ~ScopedSaveState ()
 

Detailed Description

Uses RAII to save and restore the state of a graphics context.

On construction, this calls Graphics::saveState(), and on destruction it calls Graphics::restoreState() on the Graphics object that you supply.

Constructor & Destructor Documentation

Graphics::ScopedSaveState::ScopedSaveState ( Graphics )
Graphics::ScopedSaveState::~ScopedSaveState ( )

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