openshot-audio  0.1.6
Public Member Functions | List of all members
juce::RenderingHelpers::SavedStateStack< StateObjectType > Class Template Reference

#include <juce_graphics.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ SavedStateStack() [1/2]

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

◆ SavedStateStack() [2/2]

template<class StateObjectType>
juce::RenderingHelpers::SavedStateStack< StateObjectType >::SavedStateStack ( )
inlinenoexcept

Member Function Documentation

◆ beginTransparencyLayer()

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

◆ endTransparencyLayer()

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

◆ initialise()

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

◆ operator*()

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

◆ operator->()

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

◆ restore()

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

◆ save()

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

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