JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::RenderingHelpers::SavedStateStack< StateObjectType > Class Template Reference

Public Member Functions

 SavedStateStack (StateObjectType *initialState) noexcept
 
void initialise (StateObjectType *state)
 
StateObjectType * operator-> () const noexcept
 
StateObjectType & operator* () const noexcept
 
void save ()
 
void restore ()
 
void beginTransparencyLayer (float opacity)
 
void endTransparencyLayer ()
 

Detailed Description

template<class StateObjectType>
class juce::RenderingHelpers::SavedStateStack< StateObjectType >

Definition at line 2640 of file juce_RenderingHelpers.h.

Constructor & Destructor Documentation

◆ SavedStateStack()

template<class StateObjectType >
juce::RenderingHelpers::SavedStateStack< StateObjectType >::SavedStateStack ( StateObjectType *  initialState)
noexcept

Definition at line 2643 of file juce_RenderingHelpers.h.

Member Function Documentation

◆ beginTransparencyLayer()

template<class StateObjectType >
void juce::RenderingHelpers::SavedStateStack< StateObjectType >::beginTransparencyLayer ( float  opacity)

Definition at line 2675 of file juce_RenderingHelpers.h.

◆ endTransparencyLayer()

template<class StateObjectType >
void juce::RenderingHelpers::SavedStateStack< StateObjectType >::endTransparencyLayer ( )

Definition at line 2681 of file juce_RenderingHelpers.h.

◆ initialise()

template<class StateObjectType >
void juce::RenderingHelpers::SavedStateStack< StateObjectType >::initialise ( StateObjectType *  state)

Definition at line 2649 of file juce_RenderingHelpers.h.

◆ operator*()

template<class StateObjectType >
StateObjectType & juce::RenderingHelpers::SavedStateStack< StateObjectType >::operator* ( ) const
noexcept

Definition at line 2655 of file juce_RenderingHelpers.h.

◆ operator->()

template<class StateObjectType >
StateObjectType * juce::RenderingHelpers::SavedStateStack< StateObjectType >::operator-> ( ) const
noexcept

Definition at line 2654 of file juce_RenderingHelpers.h.

◆ restore()

template<class StateObjectType >
void juce::RenderingHelpers::SavedStateStack< StateObjectType >::restore ( )

Definition at line 2662 of file juce_RenderingHelpers.h.

◆ save()

template<class StateObjectType >
void juce::RenderingHelpers::SavedStateStack< StateObjectType >::save ( )

Definition at line 2657 of file juce_RenderingHelpers.h.


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